Searched refs:last_tail (Results 1 – 2 of 2) sorted by relevance
142 nsc_off_t last_tail; /* pos of the last tail write */ member178 #define LASTQTAIL(q) q->last_tail201 #define SET_LASTQTAIL(q, n) q->last_tail = n
544 so_prepend_msg(struct sonode *so, mblk_t *mp, mblk_t *last_tail) in so_prepend_msg() argument546 ASSERT(last_tail != NULL); in so_prepend_msg()548 mp->b_prev = last_tail; in so_prepend_msg()667 mblk_t *last_tail; in so_dequeue_msg() local751 last_tail = mp->b_prev; in so_dequeue_msg()803 last_tail = mp; in so_dequeue_msg()910 so_prepend_msg(so, mp, last_tail); in so_dequeue_msg()