Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_list.c39 #define NODE_TO_ELEM(lp, n) \ macro
332 void *ep = NODE_TO_ELEM(lp, np); in uu_list_find()
372 return (NODE_TO_ELEM(lp, np)); in uu_list_nearest_next()
396 return (NODE_TO_ELEM(lp, np)); in uu_list_nearest_prev()
487 return (NODE_TO_ELEM(lp, np)); in uu_list_walk_next()
526 status = (*func)(NODE_TO_ELEM(lp, np), private); in uu_list_walk()
532 status = (*func)(NODE_TO_ELEM(lp, np), private); in uu_list_walk()
664 return (NODE_TO_ELEM(lp, n)); in uu_list_first()
673 return (NODE_TO_ELEM(lp, n)); in uu_list_last()
684 return (NODE_TO_ELEM(lp, n)); in uu_list_next()
[all …]