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

  /src/external/cddl/osnet/dist/lib/libuutil/common/
uu_list.c 152 np->uln_next = POOL_TO_MARKER(pp);
162 if (np->uln_next == NULL &&
168 if (np->uln_next != POOL_TO_MARKER(pp) ||
175 np->uln_next = NULL;
212 lp->ul_null_node.uln_next = &lp->ul_null_node;
236 if (lp->ul_null_node.uln_next != &lp->ul_null_node ||
267 if (next->uln_prev != prev || prev->uln_next != next)
272 if (np->uln_next != POOL_TO_MARKER(lp->ul_pool) ||
283 np->uln_next = next;
286 prev->uln_next = np
    [all...]
libuutil_impl.h 74 struct uu_list_node_impl *uln_next; member in struct:uu_list_node_impl

Completed in 25 milliseconds