Searched refs:NV_TYPE_FIRST (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/libnv/
H A Dnv_impl.h46 #define NV_TYPE_FIRST NV_TYPE_NULL macro
H A Dnvpair.c122 PJDLOG_ASSERT(type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST);
648 #if NV_TYPE_FIRST > 0
649 if (nvphdr.nvph_type < NV_TYPE_FIRST)
H A Dnvlist.c333 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
362 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
375 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
/freebsd-11-stable/sbin/hastd/
H A Dnv.c81 #define NV_TYPE_FIRST NV_TYPE_INT8 macro
248 if ((nvh->nvh_type & NV_TYPE_MASK) < NV_TYPE_FIRST ||

Completed in 129 milliseconds