Lines Matching refs:unbind_mp
185 mblk_t *unbind_mp; member
246 while ((tmip->unbind_mp = allocb(sizeof (union T_primitives), in telmodopen()
257 tmip->unbind_mp->b_wptr = tmip->unbind_mp->b_rptr + in telmodopen()
259 tmip->unbind_mp->b_datap->db_type = M_PROTO; in telmodopen()
260 tp = (union T_primitives *)tmip->unbind_mp->b_rptr; in telmodopen()
289 if (tmip->unbind_mp != NULL) { in telmodopen()
290 freemsg(tmip->unbind_mp); in telmodopen()
339 if (tmip->unbind_mp != NULL) { in telmodclose()
340 freemsg(tmip->unbind_mp); in telmodclose()
452 if (tip->type == T_DISCON_IND && tmip->unbind_mp != in telmodrput()
455 qreply(q, tmip->unbind_mp); in telmodrput()
456 tmip->unbind_mp = NULL; in telmodrput()
481 ASSERT(tmip->unbind_mp == NULL); in telmodrput()
580 tmip->unbind_mp != NULL) { in telmodrsrv()
582 qreply(q, tmip->unbind_mp); in telmodrsrv()
583 tmip->unbind_mp = NULL; in telmodrsrv()
608 ASSERT(tmip->unbind_mp == NULL); in telmodrsrv()