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

/vbox/src/VBox/Additions/solaris/DRM/include/
H A Dqueue.h230 if (!STAILQ_EMPTY((head2))) { \
237 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
276 (STAILQ_EMPTY((head)) ? \
/vbox/src/VBox/Devices/Network/slirp/
H A Dqueue.h254 if (!STAILQ_EMPTY((head2))) { \
261 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
300 (STAILQ_EMPTY((head)) ? \

Completed in 46 milliseconds