Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dnv_impl.h56 #define NV_TYPE_FIRST NV_TYPE_NULL macro
H A Dnvlist.c383 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST)); in nvlist_find()
412 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST)); in nvlist_exists_type()
425 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST)); in nvlist_free_type()
H A Dbsd_nvpair.c124 PJDLOG_ASSERT(type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST); in nvpair_allocv()
650 #if NV_TYPE_FIRST > 0 in nvpair_unpack_header()
651 if (nvphdr.nvph_type < NV_TYPE_FIRST) in nvpair_unpack_header()