T_ordrel_ind
if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) {
if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) {
if (MBLKL(mp) < sizeof (struct T_ordrel_ind)) {
if ((mp = allocb(sizeof (struct T_ordrel_ind), BPRI_HI)) != NULL) {
((struct T_ordrel_ind *)mp->b_rptr)->PRIM_type = T_ORDREL_IND;
mp->b_wptr += sizeof (struct T_ordrel_ind);
ordrel_mp = allocb_wait(sizeof (struct T_ordrel_ind), BPRI_HI,
((struct T_ordrel_ind *)ordrel_mp->b_rptr)->PRIM_type = T_ORDREL_IND;
ordrel_mp->b_wptr += sizeof (struct T_ordrel_ind);
struct T_ordrel_ind *toi;
if (mp = allocb(sizeof (struct T_ordrel_ind), BPRI_MED)) {
mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_ind);
toi = (struct T_ordrel_ind *)mp->b_rptr;
#define TORDRELINDSZ sizeof (struct T_ordrel_ind)
struct T_ordrel_ind ordrel_ind; /* orderly rel ind */