Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c235 const char *vsd_dtype2name[VSD_NUM_DTYPES] = {
257 const size_t vsd_dtype2size[VSD_NUM_DTYPES] = {
279 static const bool vsd_compoundtype[VSD_NUM_DTYPES] = {
1227 if (voi_id < 0 || voi_dtype == 0 || voi_dtype >= VSD_NUM_DTYPES ||
1238 vss[i].vs_dtype == 0 || vss[i].vs_dtype >= VSD_NUM_DTYPES ||
1937 if (vsd == NULL || buf == NULL || voi_dtype >= VSD_NUM_DTYPES ||
1938 vsd_dtype >= VSD_NUM_DTYPES || fmt >= SB_STRFMT_NUM_FMTS)
2499 KASSERT(vs->dtype < VSD_NUM_DTYPES,
2583 KASSERT(vs->dtype < VSD_NUM_DTYPES,
2667 KASSERT(vs->dtype < VSD_NUM_DTYPES,
[all …]
/f-stack/freebsd/sys/
H A Dstats.h135 VSD_NUM_DTYPES /* +1 to highest numbered data type. */ enumerator
427 extern const char *vsd_dtype2name[VSD_NUM_DTYPES];
428 extern const size_t vsd_dtype2size[VSD_NUM_DTYPES];