Searched refs:errh_flt (Results 1 – 1 of 1) sorted by relevance
115 errh_async_flt_t errh_flt; in process_resumable_error() local125 bzero(&errh_flt, sizeof (errh_async_flt_t)); in process_resumable_error()126 bcopy((char *)head_va, &(errh_flt.errh_er), in process_resumable_error()131 errh_er_print(&errh_flt.errh_er, "RQ"); in process_resumable_error()141 switch (errh_flt.errh_er.desc) { in process_resumable_error()147 errh_handle_attr(&errh_flt); in process_resumable_error()164 errorq_dispatch(errh_queue, &errh_flt.errh_er, in process_resumable_error()171 (long long) errh_flt.errh_er.desc); in process_resumable_error()175 aflt = (struct async_flt *)&(errh_flt.cmn_asyncflt); in process_resumable_error()180 aflt->flt_priv = (((errh_flt.errh_er.attr & ERRH_MODE_MASK) in process_resumable_error()[all …]