Lines Matching refs:attrmp
517 mblk_t *attrmp; in squeue_enter() local
520 attrmp = ip_recv_attr_to_mblk(ira); in squeue_enter()
521 if (attrmp == NULL) { in squeue_enter()
531 ASSERT(attrmp->b_cont == NULL); in squeue_enter()
532 attrmp->b_cont = mp; in squeue_enter()
534 attrmp->b_queue = mp->b_queue; in squeue_enter()
536 attrmp->b_prev = mp->b_prev; in squeue_enter()
540 tail = mp = attrmp; in squeue_enter()
635 mblk_t *attrmp; in squeue_enter() local
638 attrmp = ip_recv_attr_to_mblk(ira); in squeue_enter()
639 if (attrmp == NULL) { in squeue_enter()
648 ASSERT(attrmp->b_cont == NULL); in squeue_enter()
649 attrmp->b_cont = mp; in squeue_enter()
651 attrmp->b_queue = mp->b_queue; in squeue_enter()
653 attrmp->b_prev = mp->b_prev; in squeue_enter()
657 tail = mp = attrmp; in squeue_enter()
783 mblk_t *attrmp = mp; in squeue_drain() local
785 ASSERT(attrmp->b_cont != NULL); in squeue_drain()
787 mp = attrmp->b_cont; in squeue_drain()
788 attrmp->b_cont = NULL; in squeue_drain()
792 if (!ip_recv_attr_from_mblk(attrmp, &iras)) { in squeue_drain()