Lines Matching defs:err_mp
4908 mblk_t *err_mp;
4925 err_mp = allocb(err_sz, BPRI_MED);
4926 if (! err_mp) {
4937 DB_TYPE(err_mp) = M_PROTO;
4938 err_mp->b_wptr = err_mp->b_rptr + err_sz;
4939 uderr = (struct T_uderror_ind *)err_mp->b_rptr;
4950 bcopy(addr_startp, err_mp->b_rptr + uderr->DEST_offset,
4960 bcopy(addr_startp, err_mp->b_rptr+uderr->OPT_offset,
4970 qreply(wq, err_mp);