Searched refs:nvl_head (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libnv/ |
H A D | nvpair_impl.h | 45 TAILQ_HEAD(nvl_head, nvpair); 51 void nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl); 52 void nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl);
|
H A D | nvlist.c | 105 struct nvl_head nvl_head; member 137 TAILQ_INIT(&nvl->nvl_head); in nvlist_create() 1358 return (TAILQ_FIRST(&nvl->nvl_head)); in nvlist_first_nvpair() 1470 nvpair_insert(&nvl->nvl_head, newnvp, nvl); in NVLIST_EXISTS() 1659 nvpair_insert(&nvl->nvl_head, nvp, nvl); 2011 nvpair_remove(&nvl->nvl_head, nvp, nvl); in NVLIST_TAKE_ARRAY()
|
H A D | bsd_nvpair.c | 195 return (TAILQ_PREV(nvp, nvl_head, nvp_next)); in nvpair_prev() 199 nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl) in nvpair_insert() 238 nvpair_remove(struct nvl_head *head, nvpair_t *nvp, in nvpair_remove()
|