Searched refs:T_ordrel_req (Results 1 – 9 of 9) sorted by relevance
51 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()
49 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()
232 struct T_ordrel_req { struct370 struct T_ordrel_req ordrel_req; /* orderly rel req */
123 #define TORDRELREQSZ sizeof (struct T_ordrel_req)
347 struct T_ordrel_req { struct590 struct T_ordrel_req ordrel_req; /* orderly rel req */
227 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_req); in tirdwrclose()
4785 if (msz < sizeof (struct T_ordrel_req)) { in tl_ordrel()
3037 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()
2606 struct T_ordrel_req ordrel_req; in sotpi_shutdown()