Home
last modified time | relevance | path

Searched defs:STAILQ_EMPTY (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/elftoolchain/common/
HD_elftc.h104 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/NextBSD/contrib/openbsm/compat/
HDqueue.h237 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/NextBSD/contrib/ofed/libcxgb4/src/
HDqueue.h268 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/NextBSD/sys/sys/
HDqueue.h299 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro