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

/netbsd-current/sys/external/bsd/libnv/dist/
H A Dnv_impl.h52 #define NV_TYPE_FIRST NV_TYPE_NULL macro
H A Dnvlist.c365 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
394 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
407 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
H A Dnvpair.c147 PJDLOG_ASSERT(type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST);
672 #if NV_TYPE_FIRST > 0
673 if (nvphdr.nvph_type < NV_TYPE_FIRST)

Completed in 95 milliseconds