Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dqueue.h127 #define SLIST_FIRST(head) ((head)->slh_first) macro
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); \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dqueue.h204 #define SLIST_FIRST(head) ((head)->slh_first) macro