Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/libnv/dist/
H A Dnvpair_impl.h51 TAILQ_HEAD(nvl_head, nvpair);
57 void nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl);
58 void nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl);
H A Dnvlist.c126 struct nvl_head nvl_head; member
164 TAILQ_INIT(&nvl->nvl_head); in nvlist_create()
1395 return (TAILQ_FIRST(&nvl->nvl_head)); in nvlist_first_nvpair()
1507 nvpair_insert(&nvl->nvl_head, newnvp, nvl); in NVLIST_EXISTS()
1695 nvpair_insert(&nvl->nvl_head, nvp, nvl);
2046 nvpair_remove(&nvl->nvl_head, nvp, nvl); in NVLIST_TAKE_ARRAY()
H A Dnvpair.c218 return (TAILQ_PREV(nvp, nvl_head, nvp_next)); in nvpair_prev()
222 nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl) in nvpair_insert()
261 nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl) in nvpair_remove()