gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:TAILQ_PREV (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
345: /* XXX */
346: #define TAILQ_PREV(elm, headname, field)                                \
347:         (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
545:         (*(((struct headname *)((head)->tqh_last))->tqh_last))
546: #define TAILQ_PREV(elm, headname, field) \
547:         (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))