Home
last modified time | relevance | path

Searched refs:sec_ue (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c512 int sec_ue = data->pcix_ecc_status_0 & PCI_PCIX_ECC_S_UE; in fab_send_pcix_ecc_erpt() local
556 if (sec_ce || sec_ue) { in fab_send_pcix_ecc_erpt()
625 int sec_ue = data->pcix_ecc_status_1 & PCI_PCIX_ECC_S_UE; in fab_send_pcix_bdg_ecc_erpt() local
669 if (sec_ce || sec_ue) { in fab_send_pcix_bdg_ecc_erpt()
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c722 int sec_ue; in pcix_ecc_error_report() local
747 sec_ue = (pcix_ecc_regs->pcix_ecc_ctlstat & in pcix_ecc_error_report()
836 if (sec_ce || sec_ue) { in pcix_ecc_error_report()
867 PCI_FM_SEV_INC(sec_ue ? DDI_FM_FATAL : in pcix_ecc_error_report()