Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c1773 mblk_t *tcsr_mp; in timodwproc() local
1782 tcsr_mp = mp->b_cont; in timodwproc()
1783 tcr = (struct T_capability_req *)tcsr_mp->b_rptr; in timodwproc()
1837 ((struct T_info_req *)tcsr_mp->b_rptr)-> in timodwproc()
1839 tcsr_mp->b_wptr = tcsr_mp->b_rptr + in timodwproc()
1851 mp->b_cont = tcsr_mp = tpi_ack_alloc(mp->b_cont, in timodwproc()
1855 if (tcsr_mp == NULL) { in timodwproc()
1865 tcsr_mp->b_rptr)->CAP_bits1 = 0; in timodwproc()
1866 tim_ioctl_send_reply(q, mp, tcsr_mp); in timodwproc()