Lines Matching refs:ti_mp
558 mblk_t *ti_mp; /* b_next list of data + ordrel_ind */ member
3201 tip->ti_mp = NULL; in tl_conn_req_ser()
3238 ASSERT(tip->ti_mp == NULL); in tl_conn_req_ser()
3683 tl_icon_sendmsgs(acc_ep, &tip->ti_mp); in tl_conn_res()
3694 } else if (tip->ti_mp != NULL) { in tl_conn_res()
3702 tl_icon_sendmsgs(acc_ep, &tip->ti_mp); in tl_conn_res()
5795 mpp = &tip->ti_mp; in tl_icon_queuemsg()
5836 for (mp = tip->ti_mp; !found && mp != NULL; mp = mp->b_next) { in tl_icon_hasprim()
6220 if (tip->ti_mp != NULL) { in tl_freetip()
6221 tl_icon_freemsgs(&tip->ti_mp); in tl_freetip()
6222 tip->ti_mp = NULL; in tl_freetip()