Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnv_impl.h49 #define NV_TYPE_LAST NV_TYPE_DESCRIPTOR_ARRAY macro
H A Dnvlist.c343 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST)); in nvlist_find()
372 (type >= NV_TYPE_FIRST && type <= NV_TYPE_LAST)); in nvlist_exists_type()
385 (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()
654 if (nvphdr.nvph_type > NV_TYPE_LAST && in nvpair_unpack_header()