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

/freebsd-11-stable/sys/contrib/libnv/
H A Dnv_impl.h47 #define NV_TYPE_LAST NV_TYPE_DESCRIPTOR_ARRAY macro
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));
H A Dnvpair.c122 PJDLOG_ASSERT(type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST);
652 if (nvphdr.nvph_type > NV_TYPE_LAST &&
/freebsd-11-stable/sbin/hastd/
H A Dnv.c82 #define NV_TYPE_LAST NV_TYPE_STRING macro
249 (nvh->nvh_type & NV_TYPE_MASK) > NV_TYPE_LAST) {

Completed in 90 milliseconds