Searched defs:STAILQ_EMPTY (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A D_elftc.h104 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h237 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/freebsd-11-stable/sys/sys/
H A Dqueue.h317 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro

Completed in 68 milliseconds