gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:CIRCLEQ_LAST (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
460: #define CIRCLEQ_FIRST(head)             ((head)->cqh_first)
461: #define CIRCLEQ_LAST(head)              ((head)->cqh_last)
462: #define CIRCLEQ_END(head)               ((void *)(head))
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
690: #define CIRCLEQ_FIRST(head)             ((head)->cqh_first)
691: #define CIRCLEQ_LAST(head)              ((head)->cqh_last)
692: #define CIRCLEQ_NEXT(elm, field)        ((elm)->field.cqe_next)