Searched refs:err_mp (Results 1 – 1 of 1) sorted by relevance
4998 mblk_t *err_mp; in tl_uderr() local5015 err_mp = allocb(err_sz, BPRI_MED); in tl_uderr()5016 if (err_mp == NULL) { in tl_uderr()5027 DB_TYPE(err_mp) = M_PROTO; in tl_uderr()5028 err_mp->b_wptr = err_mp->b_rptr + err_sz; in tl_uderr()5029 uderr = (struct T_uderror_ind *)err_mp->b_rptr; in tl_uderr()5040 bcopy(addr_startp, err_mp->b_rptr + uderr->DEST_offset, in tl_uderr()5050 bcopy(addr_startp, err_mp->b_rptr+uderr->OPT_offset, in tl_uderr()5060 qreply(wq, err_mp); in tl_uderr()