Home
last modified time | relevance | path

Searched refs:ul_pool (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_list.c204 lp->ul_pool = pp; in uu_list_create()
233 uu_list_pool_t *pp = lp->ul_pool; in uu_list_destroy()
258 lp->ul_pool = NULL; in uu_list_destroy()
272 if (np->uln_next != POOL_TO_MARKER(lp->ul_pool) || in list_insert()
318 uu_compare_fn_t *func = lp->ul_pool->ulp_cmp; in uu_list_find()
575 np->uln_next = POOL_TO_MARKER(lp->ul_pool); in uu_list_remove()
H A Dlibuutil_impl.h92 uu_list_pool_t *ul_pool; member