HomeSort by: relevance | last modified time | path
    Searched defs:SLIST_FIRST (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 127 #define SLIST_FIRST(head) ((head)->slh_first)
130 for ((var) = SLIST_FIRST((head)); \
135 SLIST_FIRST((head)) = NULL; \
144 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
145 SLIST_FIRST((head)) = (elm); \
151 if (SLIST_FIRST((head)) == (elm)) { \
155 struct type *curelm = SLIST_FIRST((head)); \
164 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 108 #define SLIST_FIRST(head) ((head)->slh_first)
110 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
114 for((var) = SLIST_FIRST(head); \
122 SLIST_FIRST(head) = SLIST_END(head); \
  /src/sys/sys/
queue.h 118 #define SLIST_FIRST(head) ((head)->slh_first)
129 for ((var) = SLIST_FIRST((head)); \
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 266 #define SLIST_FIRST(head) ((head)->slh_first)
269 for ((var) = SLIST_FIRST((head)); \
274 for ((var) = SLIST_FIRST((head)); \
279 for ((varp) = &SLIST_FIRST((head)); \
284 SLIST_FIRST((head)) = NULL; \
293 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
294 SLIST_FIRST((head)) = (elm); \
303 if (SLIST_FIRST((head)) == (elm)) { \
307 struct type *curelm = SLIST_FIRST((head)); \
324 __typeof__(SLIST_FIRST((head))) __remove_elem =
    [all...]
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 223 #define SLIST_FIRST(h) ((h)->q_forw)

Completed in 73 milliseconds