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

/freebsd-11-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h355 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h64 #undef LIST_EMPTY macro
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/freebsd-11-stable/sys/sys/
H A Dqueue.h485 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro

Completed in 75 milliseconds