Lines Matching refs:aflt
115 bus_async_log_err(struct async_flt *aflt) in bus_async_log_err() argument
125 if (aflt->flt_in_memory) in bus_async_log_err()
126 cpu_check_allcpus(aflt); in bus_async_log_err()
131 (void) cpu_get_mem_unum_aflt(AFLT_STAT_INVALID, aflt, in bus_async_log_err()
133 aflt->flt_func(aflt, unum); in bus_async_log_err()
170 ue_drain(void *ignored, struct async_flt *aflt, errorq_elem_t *eqep) in ue_drain() argument
172 cpu_ue_log_err(aflt); in ue_drain()
181 ce_drain(void *ignored, struct async_flt *aflt, errorq_elem_t *eqep) in ce_drain() argument
183 cpu_ce_log_err(aflt, eqep); in ce_drain()
190 ce_scrub(struct async_flt *aflt) in ce_scrub() argument
192 if (aflt->flt_in_memory) in ce_scrub()
193 cpu_ce_scrub_mem_err(aflt, B_FALSE); in ce_scrub()