Searched refs:voi_dtype (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 684 info->voi_dtype = voi_dtype; 834 info->voi_dtype = voi_dtype; 899 switch (voi_dtype) { 1227 if (voi_id < 0 || voi_dtype == 0 || voi_dtype >= VSD_NUM_DTYPES || 1892 voi_dtype, voi_dtype, sizeof(struct voistatdata_numeric), 1906 voi_dtype, voi_dtype, sizeof(struct voistatdata_numeric), 1958 voi_dtype, voi_dtype, vsd_sz, fmt, buf, objdump); 2799 switch (voi_dtype) { 3430 switch (voi_dtype) { 3486 voi_dtype == 0 || voi_dtype >= VSD_NUM_DTYPES || voival == NULL) [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 366 enum vsd_dtype voi_dtype; member 393 enum vsd_dtype voi_dtype; member 704 enum vsd_dtype voi_dtype : 8; member 715 const char *voi_name, enum vsd_dtype voi_dtype, uint32_t nvss, 737 enum vsd_dtype voi_dtype, struct voistatdata *voival, uint32_t flags); 745 int stats_vss_hlpr_init(enum vsd_dtype voi_dtype, uint32_t nvss, 748 int stats_vss_hist_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss, 762 enum vsd_dtype voi_dtype, enum vsd_dtype vsd_dtype, size_t vsd_sz, 784 enum vsd_dtype voi_dtype, uint32_t nvss, struct voistatspec *vss, in stats_tpl_add_voistats() argument 789 if ((ret = stats_vss_hlpr_init(voi_dtype, nvss, vss)) == 0) { in stats_tpl_add_voistats() [all …]
|