Searched refs:SLIST_END (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h107 #define SLIST_END(head) NULL macro
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
113 (var) != SLIST_END(head); \
120 SLIST_FIRST(head) = SLIST_END(head); \
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h49 #undef SLIST_END macro
196 #define SLIST_END(head) NULL macro
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
202 (var) != SLIST_END(head); \
214 SLIST_FIRST(head) = SLIST_END(head); \
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsport.h631 #define SLIST_END(head) NULL macro

Completed in 110 milliseconds