Lines Matching refs:dimp
2812 mblk_t *dimp;
2994 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind),
2996 if (dimp == NULL) {
3000 di = (struct T_discon_ind *)dimp->b_rptr;
3008 putnext(tep->te_rq, dimp);
3337 mblk_t *dimp, *ccmp = NULL;
3636 dimp = tl_resizemp(respmp, size);
3637 if (! dimp) {
3648 if (dimp->b_cont) {
3650 freemsg(dimp->b_cont);
3651 dimp->b_cont = NULL;
3654 DB_TYPE(dimp) = M_PROTO;
3655 di = (struct T_discon_ind *)dimp->b_rptr;
3664 putnext(acc_ep->te_rq, dimp);
3866 mblk_t *ackmp, *dimp, *respmp;
4006 if ((dimp = tl_resizemp(respmp, size)) == NULL) {
4014 di = (struct T_discon_ind *)dimp->b_rptr;
4024 dimp = NULL;
4037 if ((dimp = tl_resizemp(respmp, size)) == NULL) {
4045 di = (struct T_discon_ind *)dimp->b_rptr;
4046 DB_TYPE(dimp) = M_PROTO;
4065 tl_icon_queuemsg(peer_tep, tep->te_seqno, dimp);
4067 dimp = NULL;
4095 if ((dimp = tl_resizemp(respmp, size)) == NULL) {
4103 di = (struct T_discon_ind *)dimp->b_rptr;
4119 ASSERT(dimp == NULL);
4132 DB_TYPE(dimp) = M_PROTO;
4137 * data blocks already linked into dimp by reallocb()
4142 ASSERT(dimp != NULL);
4143 putnext(peer_tep->te_rq, dimp);