Searched refs:NODE_TO_ELEM (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | uu_list.c | 38 #define NODE_TO_ELEM(lp, n) \ macro 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() 681 return (NODE_TO_ELEM(lp, n)); in uu_list_next() [all …]
|