Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c56 struct T_info_req *inforeqp; in _tx_getinfo()
80 inforeqp = (struct T_info_req *)ctlbuf.buf; in _tx_getinfo()
85 (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()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h192 struct T_info_req { struct
365 struct T_info_req info_req; /* information req */
/titanic_44/usr/src/uts/common/ktli/
H A Dt_kgtstate.c90 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()
/titanic_44/usr/src/uts/common/sys/
H A Dt_kuser.h118 #define TINFOREQSZ sizeof (struct T_info_req)
H A Dtihdr.h306 struct T_info_req { struct
585 struct T_info_req info_req; /* information req */
/titanic_44/usr/src/uts/common/io/
H A Dtimod.c1689 error = miocpullup(mp, sizeof (struct T_info_req)); in timodwproc()
1757 ASSERT(MBLKL(tsr_mp) >= sizeof (struct T_info_req)); in timodwproc()
1759 ((struct T_info_req *)tsr_mp->b_rptr)->PRIM_type = in timodwproc()
1762 sizeof (struct T_info_req); in timodwproc()
1833 ((struct T_info_req *)tcsr_mp->b_rptr)-> in timodwproc()
1836 sizeof (struct T_info_req); in timodwproc()
2697 sizeof (struct T_info_req), M_PCPROTO, T_INFO_REQ); in tim_tcap_genreply()
/titanic_44/usr/src/uts/common/rpc/
H A Drpcmod.c494 if ((bp = allocb_cred(sizeof (struct T_info_req) + in rmm_open()
507 bp->b_wptr += sizeof (struct T_info_req); in rmm_open()
H A Dclnt_cots.c3322 sizeof (struct T_info_req)); in clnt_dispatch_notifyconn()
3325 mp->b_wptr = mp->b_rptr + sizeof (struct T_info_req); in clnt_dispatch_notifyconn()
/titanic_44/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()