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

/freebsd-11-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h156 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h50 #undef SLIST_EMPTY macro
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-11-stable/sys/sys/
H A Dqueue.h204 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro

Completed in 74 milliseconds