Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dqueue.h75 (var) = SLIST_NEXT((var), field))
82 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
83 SLIST_NEXT((slistelm), field) = (elm); \
87 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
91 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
99 while (SLIST_NEXT(curelm, field) != (elm)) \
100 curelm = SLIST_NEXT(curelm, field); \
101 SLIST_NEXT(curelm, field) = \
102 SLIST_NEXT(SLIST_NEXT(curelm, field), field); \
107 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
H A Drcfile.c191 p = SLIST_NEXT(p, rs_next); in rc_close()
257 p = SLIST_NEXT(p, rk_next); in rc_freesect()
/titanic_44/usr/src/uts/common/io/drm/
H A Dqueue.h163 (var) = SLIST_NEXT((var), field))
167 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
173 (varp) = &SLIST_NEXT((var), field))
180 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
181 SLIST_NEXT((slistelm), field) = (elm); \
185 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
189 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
197 while (SLIST_NEXT(curelm, field) != (elm)) \
198 curelm = SLIST_NEXT(curelm, field); \
199 SLIST_NEXT(curelm, field) = \
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c154 hrp = SLIST_NEXT(&hr, hei_entry); in hookeventlist()
206 hfp = SLIST_NEXT(&hf, hfi_entry); in hookrootlist()
243 wsp->walk_addr = (uintptr_t)SLIST_NEXT(&hr, hei_entry); in hookevent_stack_walk_step()
/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h59 #undef SLIST_NEXT
199 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
204 (var) = SLIST_NEXT(var, field))
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h253 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro