Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_sndrel.c51 struct T_ordrel_req orreq; in _tx_sndrel()
87 ctlbuf.maxlen = (int)sizeof (struct T_ordrel_req); in _tx_sndrel()
88 ctlbuf.len = (int)sizeof (struct T_ordrel_req); in _tx_sndrel()
H A Dt_sndreldata.c49 struct T_ordrel_req orreq; in _tx_sndreldata()
94 ctlbuf.maxlen = (int)sizeof (struct T_ordrel_req); in _tx_sndreldata()
95 ctlbuf.len = (int)sizeof (struct T_ordrel_req); in _tx_sndreldata()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h232 struct T_ordrel_req { struct
370 struct T_ordrel_req ordrel_req; /* orderly rel req */
/titanic_44/usr/src/uts/common/sys/
H A Dt_kuser.h123 #define TORDRELREQSZ sizeof (struct T_ordrel_req)
H A Dtihdr.h347 struct T_ordrel_req { struct
590 struct T_ordrel_req ordrel_req; /* orderly rel req */
/titanic_44/usr/src/uts/common/io/
H A Dtirdwr.c227 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_req); in tirdwrclose()
H A Dtl.c4785 if (msz < sizeof (struct T_ordrel_req)) { in tl_ordrel()
/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_cots.c3037 struct T_ordrel_req *torr; in connmgr_sndrel()
3041 mp = CONN_SND_ALLOC(sizeof (struct T_ordrel_req), BPRI_LO); in connmgr_sndrel()
3052 torr = (struct T_ordrel_req *)(mp->b_rptr); in connmgr_sndrel()
3054 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_req); in connmgr_sndrel()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2606 struct T_ordrel_req ordrel_req; in sotpi_shutdown()