Symbol: QUEUE_TYPEOF
usr/src/boot/sys/sys/queue.h
237
QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head); \
usr/src/boot/sys/sys/queue.h
255
QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
usr/src/boot/sys/sys/queue.h
349
QUEUE_TYPEOF(type), field.stqe_next))
usr/src/boot/sys/sys/queue.h
359
QUEUE_TYPEOF(type) *curelm = STAILQ_FIRST(head); \
usr/src/boot/sys/sys/queue.h
380
QUEUE_TYPEOF(type) *swap_first = STAILQ_FIRST(head1); \
usr/src/boot/sys/sys/queue.h
381
QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \
usr/src/boot/sys/sys/queue.h
508
QUEUE_TYPEOF(type), field.le_next))
usr/src/boot/sys/sys/queue.h
524
QUEUE_TYPEOF(type) *swap_tmp = LIST_FIRST(head1); \
usr/src/boot/sys/sys/queue.h
737
QUEUE_TYPEOF(type) *swap_first = (head1)->tqh_first; \
usr/src/boot/sys/sys/queue.h
738
QUEUE_TYPEOF(type) **swap_last = (head1)->tqh_last; \
usr/src/uts/common/sys/queue.h
221
QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \
usr/src/uts/common/sys/queue.h
264
QUEUE_TYPEOF(type) *curelm = SLIST_FIRST((head)); \
usr/src/uts/common/sys/queue.h
274
QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
usr/src/uts/common/sys/queue.h
381
QUEUE_TYPEOF(type), field.stqe_next))
usr/src/uts/common/sys/queue.h
402
QUEUE_TYPEOF(type) *curelm = STAILQ_FIRST(head); \
usr/src/uts/common/sys/queue.h
412
QUEUE_TYPEOF(type) *swap_first = STAILQ_FIRST(head1); \
usr/src/uts/common/sys/queue.h
413
QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \
usr/src/uts/common/sys/queue.h
554
QUEUE_TYPEOF(type) *swap_tmp = LIST_FIRST(head1); \
usr/src/uts/common/sys/queue.h
673
QUEUE_TYPEOF(type) *curelm = SIMPLEQ_FIRST((head)); \
usr/src/uts/common/sys/queue.h
693
((QUEUE_TYPEOF(type) *)(void *) \
usr/src/uts/common/sys/queue.h
694
((char *)((head)->sqh_last) - offsetof(QUEUE_TYPEOF(type), field))))
usr/src/uts/common/sys/queue.h
891
QUEUE_TYPEOF(type) *swap_first = TAILQ_FIRST((head1)); \
usr/src/uts/common/sys/queue.h
892
QUEUE_TYPEOF(type) **swap_last = (head1)->tqh_last; \