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

/freebsd-12-stable/sys/contrib/libnv/
H A Dnv_impl.h49 #define NV_TYPE_LAST NV_TYPE_DESCRIPTOR_ARRAY macro
H A Dnvlist.c334 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
363 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
376 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST));
H A Dnvpair.c124 PJDLOG_ASSERT(type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST);
654 if (nvphdr.nvph_type > NV_TYPE_LAST &&
/freebsd-12-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 114 milliseconds