Searched refs:lnew (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/list/
H A Dlist.c49 list_node_t *lnew = list_d2l(list, object); \
50 lnew->list_prev = (node); \
51 lnew->list_next = (node)->list_next; \
52 (node)->list_next->list_prev = lnew; \
53 (node)->list_next = lnew; \
57 list_node_t *lnew = list_d2l(list, object); \
58 lnew->list_next = (node); \
59 lnew->list_prev = (node)->list_prev; \
60 (node)->list_prev->list_next = lnew; \
61 (node)->list_prev = lnew; \
222 list_link_replace(list_node_t *lold, list_node_t *lnew) argument
[all...]

Completed in 54 milliseconds