Search | Google it | Results 1 - 2 of 2 for fundef:TAILQ_LAST (0.00 seconds) |
342: #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next) 343: #define TAILQ_LAST(head, headname) \ 344: (*(((struct headname *)((head)->tqh_last))->tqh_last))
543: 544: #define TAILQ_LAST(head, headname) \ 545: (*(((struct headname *)((head)->tqh_last))->tqh_last))