Searched defs:ls_elt_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_list.h50 } ls_elt_t; typedef in typeref:struct:ls_elt
60 (((ls_elt_t *)(listp))->ls_next == (ls_elt_t *)(listp))
62 ((ls_elt_t *)(listp))->ls_next = \
63 ((ls_elt_t *)(listp))->ls_prev = \
64 ((ls_elt_t *)(listp)); \
67 #define LS_REMOVE(listp) ls_remove((ls_elt_t *)(listp))
74 ls_ins_before((ls_elt_t *)(oldp), (ls_elt_t *)(newp))
77 ls_ins_after((ls_elt_t *)(old
[all...]

Completed in 43 milliseconds