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

/freebsd-current/contrib/libevent/compat/sys/
H A Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-current/contrib/openbsm/compat/
H A Dqueue.h156 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/freebsd-current/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsys-queue.h93 #undef SLIST_EMPTY macro
204 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-current/contrib/libarchive/unzip/
H A Dla_queue.h197 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/freebsd-current/sys/sys/
H A Dqueue.h227 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro

Completed in 119 milliseconds