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

/illumos-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); \
/illumos-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...]
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h252 #define SLIST_FIRST(head) ((head)->slh_first) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h188 #define SLIST_FIRST(head) ((head)->slh_first) macro
191 for ((var) = SLIST_FIRST((head)); \
196 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \
201 for ((var) = SLIST_FIRST((head)); \
206 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \
211 for ((varp) = &SLIST_FIRST((head)); \
216 SLIST_FIRST((head)) = NULL; \
225 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
226 SLIST_FIRST((head)) = (elm); \
233 if (SLIST_FIRST((hea
[all...]

Completed in 69 milliseconds