Searched refs:QUEUE_TYPEOF (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h156 #define QUEUE_TYPEOF(type) type macro
158 #define QUEUE_TYPEOF(type) struct type macro
191 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \
254 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head); \
272 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
366 QUEUE_TYPEOF(type), field.stqe_next))
376 QUEUE_TYPEOF(type) *curelm = STAILQ_FIRST(head); \
397 QUEUE_TYPEOF(type) *swap_first = STAILQ_FIRST(head1); \
398 QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \
468 QUEUE_TYPEOF(typ
[all...]

Completed in 42 milliseconds