HomeSort by: relevance | last modified time | path
    Searched defs:TAILQ_EMPTY (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/altq/
altq_var.h 154 #ifndef TAILQ_EMPTY
155 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 338 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /src/external/mpl/dhcp/dist/keama/
data.h 52 if (!TAILQ_EMPTY(head2)) { \
60 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 303 #define TAILQ_EMPTY(head) \
  /src/sys/sys/
queue.h 424 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head))
554 if (!TAILQ_EMPTY(head2)) { \
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 615 if (!TAILQ_EMPTY(head2)) { \
625 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)

Completed in 20 milliseconds