Lines Matching defs:dimp
2811 mblk_t *dimp;
2993 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind),
2995 if (dimp == NULL) {
2999 di = (struct T_discon_ind *)dimp->b_rptr;
3007 putnext(tep->te_rq, dimp);
3336 mblk_t *dimp, *ccmp = NULL;
3635 dimp = tl_resizemp(respmp, size);
3636 if (! dimp) {
3647 if (dimp->b_cont) {
3649 freemsg(dimp->b_cont);
3650 dimp->b_cont = NULL;
3653 DB_TYPE(dimp) = M_PROTO;
3654 di = (struct T_discon_ind *)dimp->b_rptr;
3663 putnext(acc_ep->te_rq, dimp);
3865 mblk_t *ackmp, *dimp, *respmp;
4005 if ((dimp = tl_resizemp(respmp, size)) == NULL) {
4013 di = (struct T_discon_ind *)dimp->b_rptr;
4023 dimp = NULL;
4036 if ((dimp = tl_resizemp(respmp, size)) == NULL) {
4044 di = (struct T_discon_ind *)dimp->b_rptr;
4045 DB_TYPE(dimp) = M_PROTO;
4064 tl_icon_queuemsg(peer_tep, tep->te_seqno, dimp);
4066 dimp = NULL;
4094 if ((dimp = tl_resizemp(respmp, size)) == NULL) {
4102 di = (struct T_discon_ind *)dimp->b_rptr;
4118 ASSERT(dimp == NULL);
4131 DB_TYPE(dimp) = M_PROTO;
4136 * data blocks already linked into dimp by reallocb()
4141 ASSERT(dimp != NULL);
4142 putnext(peer_tep->te_rq, dimp);