Lines Matching refs:T_discon_ind
2901 struct T_discon_ind *di; in tl_conn_req()
3082 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind), in tl_conn_req()
3088 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_req()
3208 size = max(ci_msz, sizeof (struct T_discon_ind)); in tl_conn_req_ser()
3426 struct T_discon_ind *di; in tl_conn_res()
3671 size = sizeof (struct T_discon_ind); in tl_conn_res()
3744 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_res()
3956 struct T_discon_ind *di; in tl_discon_req()
4057 size = sizeof (struct T_discon_ind); in tl_discon_req()
4104 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
4135 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
4193 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
5869 struct T_discon_ind *tdi; in tl_discon_ind_alloc()
5871 if (mp = allocb(sizeof (struct T_discon_ind), BPRI_MED)) { in tl_discon_ind_alloc()
5873 mp->b_wptr = mp->b_rptr + sizeof (struct T_discon_ind); in tl_discon_ind_alloc()
5874 tdi = (struct T_discon_ind *)mp->b_rptr; in tl_discon_ind_alloc()