Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnvpair_impl.h52 void nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl);
H A Dbsd_nvpair.c238 nvpair_remove(struct nvl_head *head, nvpair_t *nvp, in nvpair_remove() function
H A Dnvlist.c2022 nvpair_remove(&nvl->nvl_head, nvp, nvl); in NVLIST_TAKE_ARRAY()