HomeSort by: relevance | last modified time | path
    Searched refs:nvl_head (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nvpair_impl.h 51 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);
nvlist.c 126 struct nvl_head nvl_head; member in struct:nvlist
164 TAILQ_INIT(&nvl->nvl_head);
1399 return (TAILQ_FIRST(&nvl->nvl_head));
1511 nvpair_insert(&nvl->nvl_head, newnvp, nvl);
1699 nvpair_insert(&nvl->nvl_head, nvp, nvl);
2050 nvpair_remove(&nvl->nvl_head, nvp, nvl);
nvpair.c 218 return (TAILQ_PREV(nvp, nvl_head, nvp_next));
222 nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl)
261 nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl)

Completed in 15 milliseconds