Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_list.c38 #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 …]