Searched refs:T_ordrel_req (Results 1 – 8 of 8) sorted by relevance
49 struct T_ordrel_req orreq; in _tx_sndrel()85 ctlbuf.maxlen = (int)sizeof (struct T_ordrel_req); in _tx_sndrel()86 ctlbuf.len = (int)sizeof (struct T_ordrel_req); in _tx_sndrel()
47 struct T_ordrel_req orreq; in _tx_sndreldata()92 ctlbuf.maxlen = (int)sizeof (struct T_ordrel_req); in _tx_sndreldata()93 ctlbuf.len = (int)sizeof (struct T_ordrel_req); in _tx_sndreldata()
310 struct T_ordrel_req { struct553 struct T_ordrel_req ordrel_req; /* orderly rel req */
124 #define TORDRELREQSZ sizeof (struct T_ordrel_req)
224 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_req); in tirdwrclose()
4876 if (msz < sizeof (struct T_ordrel_req)) { in tl_ordrel()
3046 struct T_ordrel_req *torr; in connmgr_sndrel()3050 mp = CONN_SND_ALLOC(sizeof (struct T_ordrel_req), BPRI_LO); in connmgr_sndrel()3061 torr = (struct T_ordrel_req *)(mp->b_rptr); in connmgr_sndrel()3063 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_req); in connmgr_sndrel()
2547 struct T_ordrel_req ordrel_req; in sotpi_shutdown()