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

/freebsd-10-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-10-stable/contrib/openbsm/compat/
H A Dqueue.h156 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/freebsd-10-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-10-stable/contrib/ofed/libcxgb4/src/
H A Dqueue.h187 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/freebsd-10-stable/sys/sys/
H A Dqueue.h203 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro

Completed in 50 milliseconds