Searched refs:ti_mp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c559 mblk_t *ti_mp; /* b_next list of data + ordrel_ind */ member in struct:tl_icon
3202 tip->ti_mp = NULL;
3239 ASSERT(tip->ti_mp == NULL);
3529 * still need to send all messages from tip->ti_mp to the acceptor).
3684 tl_icon_sendmsgs(acc_ep, &tip->ti_mp);
3695 } else if (tip->ti_mp != NULL) {
3703 tl_icon_sendmsgs(acc_ep, &tip->ti_mp);
5846 mpp = &tip->ti_mp;
5887 for (mp = tip->ti_mp; !found && mp != NULL; mp = mp->b_next) {
6271 if (tip->ti_mp !
[all...]

Completed in 71 milliseconds