tqh_last          684 dev/ic/osiop.c 	} else if (sc->ready_list.tqh_last == &TAILQ_NEXT(acb, chain)) {
tqh_last          178 kern/vfs_bio.c 			if (dp->tqh_last == &TAILQ_NEXT(bp, b_freelist))
tqh_last          309 sys/queue.h    	struct type **tqh_last;	/* addr of last next element */		\
tqh_last          328 sys/queue.h    	(*(((struct headname *)((head)->tqh_last))->tqh_last))
tqh_last          331 sys/queue.h    	(*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
tqh_last          350 sys/queue.h    	(head)->tqh_last = &(head)->tqh_first;				\
tqh_last          358 sys/queue.h    		(head)->tqh_last = &(elm)->field.tqe_next;		\
tqh_last          365 sys/queue.h    	(elm)->field.tqe_prev = (head)->tqh_last;			\
tqh_last          366 sys/queue.h    	*(head)->tqh_last = (elm);					\
tqh_last          367 sys/queue.h    	(head)->tqh_last = &(elm)->field.tqe_next;			\
tqh_last          375 sys/queue.h    		(head)->tqh_last = &(elm)->field.tqe_next;		\
tqh_last          392 sys/queue.h    		(head)->tqh_last = (elm)->field.tqe_prev;		\
tqh_last          403 sys/queue.h    		(head)->tqh_last = &(elm2)->field.tqe_next;		\