Home
last modified time | relevance | path

Searched refs:VSD_NUM_DTYPES (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dsubr_stats.c231 const char *vsd_dtype2name[VSD_NUM_DTYPES] = {
253 const size_t vsd_dtype2size[VSD_NUM_DTYPES] = {
275 static const bool vsd_compoundtype[VSD_NUM_DTYPES] = {
1233 if (voi_id < 0 || voi_dtype == 0 || voi_dtype >= VSD_NUM_DTYPES ||
1244 vss[i].vs_dtype == 0 || vss[i].vs_dtype >= VSD_NUM_DTYPES ||
1943 if (vsd == NULL || buf == NULL || voi_dtype >= VSD_NUM_DTYPES ||
1944 vsd_dtype >= VSD_NUM_DTYPES || fmt >= SB_STRFMT_NUM_FMTS)
2505 KASSERT(vs->dtype < VSD_NUM_DTYPES,
2589 KASSERT(vs->dtype < VSD_NUM_DTYPES,
2673 KASSERT(vs->dtype < VSD_NUM_DTYPES,
[all …]
/freebsd-14.2/sys/sys/
H A Dstats.h133 VSD_NUM_DTYPES /* +1 to highest numbered data type. */ enumerator
425 extern const char *vsd_dtype2name[VSD_NUM_DTYPES];
426 extern const size_t vsd_dtype2size[VSD_NUM_DTYPES];