Lines Matching refs:T_primitives
212 union T_primitives *tp; in telmodopen()
246 while ((tmip->unbind_mp = allocb(sizeof (union T_primitives), in telmodopen()
248 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in telmodopen()
260 tp = (union T_primitives *)tmip->unbind_mp->b_rptr; in telmodopen()
268 while ((bp = allocb(sizeof (union T_primitives), BPRI_HI)) == NULL) { in telmodopen()
269 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in telmodopen()
279 bp->b_wptr = bp->b_rptr + sizeof (union T_primitives); in telmodopen()
280 tp = (union T_primitives *)bp->b_rptr; in telmodopen()
360 union T_primitives *tip; in telmodrput()
434 tip = (union T_primitives *)mp->b_rptr; in telmodrput()
515 union T_primitives *tip; in telmodrsrv()
552 tip = (union T_primitives *)mp->b_rptr; in telmodrsrv()