Lines Matching refs:tqh_last
370 qual type *qual *tqh_last; /* addr of last next element */ \
389 (head)->tqh_last = &(head)->tqh_first; \
397 (head)->tqh_last = &(elm)->field.tqe_next; \
404 (elm)->field.tqe_prev = (head)->tqh_last; \
405 *(head)->tqh_last = (elm); \
406 (head)->tqh_last = &(elm)->field.tqe_next; \
414 (head)->tqh_last = &(elm)->field.tqe_next; \
431 (head)->tqh_last = (elm)->field.tqe_prev; \
441 for ((var) = (*(((struct headname *)((head)->tqh_last))->tqh_last)); \
443 (var) = (*(((struct headname *)((var)->field.tqe_prev))->tqh_last)))
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last; \
462 (*(((struct headname *)((head)->tqh_last))->tqh_last))
464 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))