Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnvlist_impl.h45 nvpair_t *nvlist_get_nvpair_parent(const nvlist_t *nvl);
H A Dnvlist.c201 nvlist_get_nvpair_parent(const nvlist_t *nvl) in nvlist_get_nvpair_parent() function
1701 if (value != NULL && nvlist_get_nvpair_parent(value) != NULL) in nvlist_move_nvlist()
H A Dbsd_nvpair.c1565 if (value == NULL || nvlist_get_nvpair_parent(value) != NULL) { in nvpair_move_nvlist()