Searched refs:NODE_TO_ELEM (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libuutil/common/ |
| D | uu_list.c | 38 #define NODE_TO_ELEM(lp, n) \ macro 276 (void *)lp, NODE_TO_ELEM(lp, np), (void *)np); in list_insert() 329 void *ep = NODE_TO_ELEM(lp, np); in uu_list_find() 369 return (NODE_TO_ELEM(lp, np)); in uu_list_nearest_next() 393 return (NODE_TO_ELEM(lp, np)); in uu_list_nearest_prev() 484 return (NODE_TO_ELEM(lp, np)); in uu_list_walk_next() 523 status = (*func)(NODE_TO_ELEM(lp, np), private); in uu_list_walk() 529 status = (*func)(NODE_TO_ELEM(lp, np), private); in uu_list_walk() 661 return (NODE_TO_ELEM(lp, n)); in uu_list_first() 670 return (NODE_TO_ELEM(lp, n)); in uu_list_last() [all …]
|