Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dqueue.h70 #define SLIST_FIRST(head) ((head)->slh_first) macro
73 for ((var) = SLIST_FIRST((head)); \
78 SLIST_FIRST((head)) = NULL; \
87 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
88 SLIST_FIRST((head)) = (elm); \
94 if (SLIST_FIRST((head)) == (elm)) { \
98 struct type *curelm = SLIST_FIRST((head)); \
107 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
H A Drcfile.c189 for (p = SLIST_FIRST(&rcp->rf_sect); p; ) { in rc_close()
255 for (p = SLIST_FIRST(&rsp->rs_keys); p; ) { in rc_freesect()
/titanic_41/usr/src/uts/common/io/drm/
H A Dqueue.h158 #define SLIST_FIRST(head) ((head)->slh_first) macro
161 for ((var) = SLIST_FIRST((head)); \
166 for ((var) = SLIST_FIRST((head)); \
171 for ((varp) = &SLIST_FIRST((head)); \
176 SLIST_FIRST((head)) = NULL; \
185 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
186 SLIST_FIRST((head)) = (elm); \
192 if (SLIST_FIRST((head)) == (elm)) { \
196 struct type *curelm = SLIST_FIRST((head)); \
206 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
/titanic_41/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c125 hrp = SLIST_FIRST(&hf.hfi_head); in hookeventlist()
188 hfp = SLIST_FIRST(&hfh); in hookrootlist()
228 wsp->walk_addr = (uintptr_t)SLIST_FIRST(&hf.hfi_head); in hookevent_stack_walk_init()
/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h56 #undef SLIST_FIRST
196 #define SLIST_FIRST(head) ((head)->slh_first) macro
198 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
202 for((var) = SLIST_FIRST(head); \
210 SLIST_FIRST(head) = SLIST_END(head); \
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_hardlink.c83 hl = SLIST_FIRST(hl_q); in hardlink_q_cleanup()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c232 ASSERT(SLIST_FIRST(&parent->co_children)); in smb_co_rele()
233 if (SLIST_FIRST(&parent->co_children)) { in smb_co_rele()
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h252 #define SLIST_FIRST(head) ((head)->slh_first) macro
/titanic_41/usr/src/uts/common/io/rwn/
H A Drt2860.c1118 data = SLIST_FIRST(&sc->data_pool); in rt2860_send()