Searched refs:NV_TYPE_NONE (Results 1 – 2 of 2) sorted by relevance
382 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_find()387 if (type != NV_TYPE_NONE && nvpair_type(nvp) != type) in nvlist_find()411 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_exists_type()424 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_free_type()1416 return (nvlist_find(nvl, NV_TYPE_NONE, name) != NULL); in nvlist_exists()1876 return (nvlist_find(nvl, NV_TYPE_NONE, name)); in nvlist_get_nvpair()2019 nvlist_free_type(nvl, name, NV_TYPE_NONE); in nvlist_free()
49 #define NV_TYPE_NONE 0 macro