Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c54 struct T_info_req *inforeqp; in _tx_getinfo()
78 inforeqp = (struct T_info_req *)ctlbuf.buf; in _tx_getinfo()
83 (int)sizeof (struct T_info_req), TI_GETINFO, &retlen); in _tx_getinfo()
H A Dt_alloc.c81 strioc.ic_len = (int)sizeof (struct T_info_req); in _tx_alloc()
H A D_utility.c1458 (int)sizeof (struct T_info_req), TI_SYNC, &retlen); in _t_expinline_queued()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kgtstate.c88 strioc.ic_len = (int)sizeof (struct T_info_req); in t_kgetstate()
H A Dt_kopen.c216 strioc.ic_len = (int)sizeof (struct T_info_req); in t_kopen()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h269 struct T_info_req { struct
548 struct T_info_req info_req; /* information req */
H A Dt_kuser.h119 #define TINFOREQSZ sizeof (struct T_info_req)
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c1693 error = miocpullup(mp, sizeof (struct T_info_req)); 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()
1766 sizeof (struct T_info_req); in timodwproc()
1837 ((struct T_info_req *)tcsr_mp->b_rptr)-> in timodwproc()
1840 sizeof (struct T_info_req); in timodwproc()
2701 sizeof (struct T_info_req), M_PCPROTO, T_INFO_REQ); in tim_tcap_genreply()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c496 if ((bp = allocb_cred(sizeof (struct T_info_req) + in rmm_open()
509 bp->b_wptr += sizeof (struct T_info_req); in rmm_open()
H A Dclnt_cots.c4028 sizeof (struct T_info_req)); in clnt_dispatch_notifyconn()
4031 mp->b_wptr = mp->b_rptr + sizeof (struct T_info_req); in clnt_dispatch_notifyconn()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c599 struct T_info_req tir; in do_tinfo()
615 sizeof (struct T_info_req) + sizeof (struct T_info_ack), in do_tinfo()