Home
last modified time | relevance | path

Searched refs:SLIST_END (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dsys-queue.h94 #undef SLIST_END
203 #define SLIST_END(head) NULL macro
204 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
209 (var) != SLIST_END(head); \
221 SLIST_FIRST(head) = SLIST_END(head); \
/freebsd-14.2/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-14.2/contrib/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-14.2/sys/fs/nfs/
H A Dnfsport.h909 #define SLIST_END(head) NULL macro
/freebsd-14.2/sys/sys/
H A Dqueue.h311 #define SLIST_END(head) NULL macro