Searched defs:LIST_EMPTY (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/libevent/compat/sys/
H A Dqueue.h159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/freebsd-current/contrib/openbsm/compat/
H A Dqueue.h355 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/freebsd-current/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsys-queue.h62 #undef LIST_EMPTY macro
278 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/freebsd-current/contrib/libarchive/unzip/
H A Dla_queue.h501 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/freebsd-current/sys/sys/
H A Dqueue.h537 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro

Completed in 200 milliseconds