HomeSort by: relevance | last modified time | path
    Searched refs:LIST_END (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/libevent/dist/
event-internal.h 373 #ifndef LIST_END
374 #define LIST_END(head) NULL
bufferevent_ratelim.c 479 for (bev = first; bev != LIST_END(&g->members); \
buffer.c 500 cbent != LIST_END(&buffer->callbacks);
  /src/external/bsd/ntp/dist/sntp/libevent/
event-internal.h 373 #ifndef LIST_END
374 #define LIST_END(head) NULL
bufferevent_ratelim.c 479 for (bev = first; bev != LIST_END(&g->members); \
buffer.c 498 cbent != LIST_END(&buffer->callbacks);
  /src/sys/sys/
queue.h 195 #define LIST_END(head) NULL
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))\
  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 160 #define LIST_END(head) NULL
161 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
166 (var)!= LIST_END(head); \
173 LIST_FIRST(head) = LIST_END(head); \
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 339 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) {
  /src/sys/fs/nfs/common/
nfsport.h 765 #define LIST_END(head) NULL

Completed in 23 milliseconds