Lines Matching refs:aflt
100 sbus_log_csr_error(struct async_flt *aflt, char *unum);
770 struct async_flt aflt; in sbus_ctrl_ecc_err() local
774 bzero(&aflt, sizeof (aflt)); in sbus_ctrl_ecc_err()
775 aflt.flt_id = gethrtime(); in sbus_ctrl_ecc_err()
776 aflt.flt_stat = t_sb_csr; in sbus_ctrl_ecc_err()
777 aflt.flt_func = sbus_log_csr_error; in sbus_ctrl_ecc_err()
778 aflt.flt_bus_id = id; in sbus_ctrl_ecc_err()
779 aflt.flt_inst = inst; in sbus_ctrl_ecc_err()
780 aflt.flt_status = ECC_IOBUS; in sbus_ctrl_ecc_err()
781 aflt.flt_class = BUS_FAULT; in sbus_ctrl_ecc_err()
782 aflt.flt_panic = 1; in sbus_ctrl_ecc_err()
784 errorq_dispatch(ue_queue, &aflt, sizeof (aflt), aflt.flt_panic); in sbus_ctrl_ecc_err()
793 sbus_log_csr_error(struct async_flt *aflt, char *unum) in sbus_log_csr_error() argument
795 uint64_t t_sb_csr = aflt->flt_stat; in sbus_log_csr_error()
796 uint_t id = aflt->flt_bus_id; in sbus_log_csr_error()
797 uint_t inst = aflt->flt_inst; in sbus_log_csr_error()