Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libuutil/common/
Duu_list.c96 pp->ulp_null_list.ul_next_enc = UU_PTR_ENCODE(&pp->ulp_null_list); in uu_list_pool_create()
113 if (pp->ulp_null_list.ul_next_enc != in uu_list_pool_destroy()
221 lp->ul_next_enc = UU_PTR_ENCODE(next); in uu_list_create()
224 prev->ul_next_enc = UU_PTR_ENCODE(lp); in uu_list_create()
253 UU_LIST_PTR(lp->ul_next_enc)->ul_prev_enc = lp->ul_prev_enc; in uu_list_destroy()
254 UU_LIST_PTR(lp->ul_prev_enc)->ul_next_enc = lp->ul_next_enc; in uu_list_destroy()
257 lp->ul_next_enc = UU_PTR_ENCODE(NULL); in uu_list_destroy()
Dlibuutil_impl.h89 uintptr_t ul_next_enc; member