Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c1703 mblk_t *tsr_mp; in timodwproc() local
1713 tsr_mp = mp->b_cont; in timodwproc()
1714 tsr = (struct ti_sync_req *)tsr_mp->b_rptr; in timodwproc()
1723 mblk_t *ack_mp = reallocb(tsr_mp, in timodwproc()
1731 freemsg(tsr_mp); in timodwproc()
1761 ASSERT(MBLKL(tsr_mp) >= sizeof (struct T_info_req)); in timodwproc()
1763 ((struct T_info_req *)tsr_mp->b_rptr)->PRIM_type = in timodwproc()
1765 tsr_mp->b_wptr = tsr_mp->b_rptr + in timodwproc()