Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c230 const char *vsd_dtype2name[VSD_NUM_DTYPES] = {
252 const size_t vsd_dtype2size[VSD_NUM_DTYPES] = {
274 static const bool vsd_compoundtype[VSD_NUM_DTYPES] = {
1234 if (voi_id < 0 || voi_dtype == 0 || voi_dtype >= VSD_NUM_DTYPES ||
1245 vss[i].vs_dtype == 0 || vss[i].vs_dtype >= VSD_NUM_DTYPES ||
1944 if (vsd == NULL || buf == NULL || voi_dtype >= VSD_NUM_DTYPES ||
1945 vsd_dtype >= VSD_NUM_DTYPES || fmt >= SB_STRFMT_NUM_FMTS)
2506 KASSERT(vs->dtype < VSD_NUM_DTYPES,
2590 KASSERT(vs->dtype < VSD_NUM_DTYPES,
2674 KASSERT(vs->dtype < VSD_NUM_DTYPES,
[all …]
/freebsd/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];