Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_list.c97 pp->ulp_null_list.ul_next_enc = UU_PTR_ENCODE(&pp->ulp_null_list); in uu_list_pool_create()
98 pp->ulp_null_list.ul_prev_enc = UU_PTR_ENCODE(&pp->ulp_null_list); in uu_list_pool_create()
114 if (pp->ulp_null_list.ul_next_enc != in uu_list_pool_destroy()
115 UU_PTR_ENCODE(&pp->ulp_null_list) || in uu_list_pool_destroy()
116 pp->ulp_null_list.ul_prev_enc != in uu_list_pool_destroy()
117 UU_PTR_ENCODE(&pp->ulp_null_list)) { in uu_list_pool_destroy()
220 next = &pp->ulp_null_list; in uu_list_create()
H A Dlibuutil_impl.h117 uu_list_t ulp_null_list; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c194 if (UU_LIST_PTR(ulp.ulp_null_list.ul_next_enc) == in uutil_list_walk_init()
195 &((uu_list_pool_t *)wsp->walk_addr)->ulp_null_list) in uutil_list_walk_init()
200 ulw->ulw_final = (uintptr_t)UU_LIST_PTR(ulp.ulp_null_list.ul_prev_enc); in uutil_list_walk_init()
202 (uintptr_t)UU_LIST_PTR(ulp.ulp_null_list.ul_next_enc); in uutil_list_walk_init()