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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c5268 mblk_t *ui_mp; local
5270 ui_mp = allocb(ui_sz, BPRI_MED);
5271 if (! ui_mp) {
5281 DB_TYPE(ui_mp) = M_PROTO;
5282 ui_mp->b_wptr = ui_mp->b_rptr + ui_sz;
5283 udind = (struct T_unitdata_ind *)ui_mp->b_rptr;
5287 addr_startp = ui_mp->b_rptr + udind->SRC_offset;
5302 tl_fill_option(ui_mp->b_rptr + udind->OPT_offset +
5312 * relink data blocks from mp to ui_mp
[all...]

Completed in 67 milliseconds