Home
last modified time | relevance | path

Searched defs:LIST_EMPTY (Results 1 – 6 of 6) 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
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h501 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/freebsd/sys/sys/
H A Dqueue.h537 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro