Home
last modified time | relevance | path

Searched refs:LIST_END (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/sys/
H A Dqueue.h195 #define LIST_END(head) NULL macro
196 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head))
201 (var) != LIST_END(head); \
206 (var) != LIST_END(head) && \
247 (head)->lh_first = LIST_END(head); \
253 LIST_END(head)) \
270 if (((elm)->field.le_next = (head)->lh_first) != LIST_END(head))\
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
H A Dqueue.h160 #define LIST_END(head) NULL macro
161 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
166 (var)!= LIST_END(head); \
173 LIST_FIRST(head) = LIST_END(head); \
/netbsd-src/external/bsd/libevent/dist/
H A Devent-internal.h373 #ifndef LIST_END
374 #define LIST_END(head) NULL macro
H A Dbufferevent_ratelim.c479 for (bev = first; bev != LIST_END(&g->members); \
H A Dbuffer.c500 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()
/netbsd-src/sys/fs/nfs/common/
H A Dnfsport.h765 #define LIST_END(head) NULL