Searched refs:err_mp (Results 1 – 1 of 1) sorted by relevance
4907 mblk_t *err_mp; in tl_uderr() local4924 err_mp = allocb(err_sz, BPRI_MED); in tl_uderr()4925 if (! err_mp) { in tl_uderr()4936 DB_TYPE(err_mp) = M_PROTO; in tl_uderr()4937 err_mp->b_wptr = err_mp->b_rptr + err_sz; in tl_uderr()4938 uderr = (struct T_uderror_ind *)err_mp->b_rptr; in tl_uderr()4949 bcopy(addr_startp, err_mp->b_rptr + uderr->DEST_offset, in tl_uderr()4959 bcopy(addr_startp, err_mp->b_rptr+uderr->OPT_offset, in tl_uderr()4969 qreply(wq, err_mp); in tl_uderr()