Home
last modified time | relevance | path

Searched refs:NV_TYPE_NONE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c342 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_find()
347 if (type != NV_TYPE_NONE && nvpair_type(nvp) != type) in nvlist_find()
371 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_exists_type()
384 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_free_type()
1431 return (nvlist_find(nvl, NV_TYPE_NONE, name) != NULL); in nvlist_exists()
1887 return (nvlist_find(nvl, NV_TYPE_NONE, name)); in nvlist_get_nvpair()
2029 nvlist_free_type(nvl, name, NV_TYPE_NONE); in nvlist_free()
/f-stack/freebsd/sys/
H A Dnv.h56 #define NV_TYPE_NONE 0 macro