Home
last modified time | relevance | path

Searched defs:LIST_EMPTY (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h273 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
H A Dqueue.h161 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/netbsd-src/sys/sys/
H A Dqueue.h196 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) macro