Symbol: T_info_req
usr/src/lib/libnsl/nsl/_utility.c
1458
(int)sizeof (struct T_info_req), TI_SYNC, &retlen);
usr/src/lib/libnsl/nsl/t_alloc.c
81
strioc.ic_len = (int)sizeof (struct T_info_req);
usr/src/lib/libnsl/nsl/t_getinfo.c
54
struct T_info_req *inforeqp;
usr/src/lib/libnsl/nsl/t_getinfo.c
78
inforeqp = (struct T_info_req *)ctlbuf.buf;
usr/src/lib/libnsl/nsl/t_getinfo.c
83
(int)sizeof (struct T_info_req), TI_GETINFO, &retlen);
usr/src/uts/common/fs/sockfs/sockstr.c
599
struct T_info_req tir;
usr/src/uts/common/fs/sockfs/sockstr.c
615
sizeof (struct T_info_req) + sizeof (struct T_info_ack),
usr/src/uts/common/io/timod.c
1693
error = miocpullup(mp, sizeof (struct T_info_req));
usr/src/uts/common/io/timod.c
1761
ASSERT(MBLKL(tsr_mp) >= sizeof (struct T_info_req));
usr/src/uts/common/io/timod.c
1763
((struct T_info_req *)tsr_mp->b_rptr)->PRIM_type =
usr/src/uts/common/io/timod.c
1766
sizeof (struct T_info_req);
usr/src/uts/common/io/timod.c
1837
((struct T_info_req *)tcsr_mp->b_rptr)->
usr/src/uts/common/io/timod.c
1840
sizeof (struct T_info_req);
usr/src/uts/common/io/timod.c
2701
sizeof (struct T_info_req), M_PCPROTO, T_INFO_REQ);
usr/src/uts/common/ktli/t_kgtstate.c
88
strioc.ic_len = (int)sizeof (struct T_info_req);
usr/src/uts/common/ktli/t_kopen.c
216
strioc.ic_len = (int)sizeof (struct T_info_req);
usr/src/uts/common/rpc/clnt_cots.c
3412
sizeof (struct T_info_req));
usr/src/uts/common/rpc/clnt_cots.c
3415
mp->b_wptr = mp->b_rptr + sizeof (struct T_info_req);
usr/src/uts/common/rpc/rpcmod.c
496
if ((bp = allocb_cred(sizeof (struct T_info_req) +
usr/src/uts/common/rpc/rpcmod.c
509
bp->b_wptr += sizeof (struct T_info_req);
usr/src/uts/common/sys/t_kuser.h
119
#define TINFOREQSZ sizeof (struct T_info_req)
usr/src/uts/common/sys/tihdr.h
548
struct T_info_req info_req; /* information req */