Home
last modified time | relevance | path

Searched defs:LIST_EMPTY (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/freebsd/contrib/openbsm/compat/
H A Dqueue.h355 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h278 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h484 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h450 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h501 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/freebsd/sys/sys/
H A Dqueue.h677 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h458 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) macro