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

/opensolaris-onvv-gate/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; ) {
255 for (p = SLIST_FIRST(&rsp->rs_keys); p; ) {
/opensolaris-onvv-gate/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((hea
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c125 hrp = SLIST_FIRST(&hf.hfi_head);
188 hfp = SLIST_FIRST(&hfh);
228 wsp->walk_addr = (uintptr_t)SLIST_FIRST(&hf.hfi_head);
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_hardlink.c83 hl = SLIST_FIRST(hl_q);
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dsys-queue.h56 #undef SLIST_FIRST macro
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); \
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c232 ASSERT(SLIST_FIRST(&parent->co_children));
233 if (SLIST_FIRST(&parent->co_children)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dqueue.h252 #define SLIST_FIRST(head) ((head)->slh_first) macro
/opensolaris-onvv-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1118 data = SLIST_FIRST(&sc->data_pool);

Completed in 183 milliseconds