Home
last modified time | relevance | path

Searched refs:tmip (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c208 struct telmod_info *tmip; in telmodopen() local
223 tmip = kmem_zalloc(sizeof (*tmip), KM_SLEEP); in telmodopen()
228 q->q_ptr = tmip; in telmodopen()
229 WR(q)->q_ptr = tmip; in telmodopen()
232 tmip->flags |= TEL_STOPPED; in telmodopen()
244 while ((tmip->unbind_mp = allocb(sizeof (union T_primitives), in telmodopen()
255 tmip->unbind_mp->b_wptr = tmip->unbind_mp->b_rptr + in telmodopen()
257 tmip->unbind_mp->b_datap->db_type = M_PROTO; in telmodopen()
258 tp = (union T_primitives *)tmip->unbind_mp->b_rptr; in telmodopen()
287 if (tmip->unbind_mp != NULL) { in telmodopen()
[all …]