Searched refs:tmip (Results 1 – 1 of 1) sorted by relevance
210 struct telmod_info *tmip; in telmodopen() local225 tmip = kmem_zalloc(sizeof (*tmip), KM_SLEEP); in telmodopen()230 q->q_ptr = tmip; in telmodopen()231 WR(q)->q_ptr = tmip; in telmodopen()234 tmip->flags |= TEL_STOPPED; in telmodopen()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()[all …]