Searched refs:NODE_TO_ELEM (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_list.c | 39 #define NODE_TO_ELEM(lp, n) \ macro 277 (void *)lp, NODE_TO_ELEM(lp, np), (void *)np); in list_insert() 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() [all …]
|