Symbol: DDI_FM_ERRCB_CAPABLE
usr/src/uts/common/crypto/io/dca.c
4763
DDI_FM_ERRCB_CAPABLE;
usr/src/uts/common/io/aac/aac.c
6962
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/bge/bge_main2.c
3676
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/bnxe/bnxe_main.c
473
DDI_FM_ERRCB_CAPABLE));
usr/src/uts/common/io/e1000g/e1000g_main.c
452
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1811
| DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7425
DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE;
usr/src/uts/common/io/hxge/hxge_fm.c
184
DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/i40e/i40e_main.c
704
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/i40e/i40e_main.c
711
DDI_FM_ERRCB_CAPABLE;
usr/src/uts/common/io/igb/igb_main.c
482
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
504
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/mega_sas/megaraid_sas.c
474
| DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/mlxcx/mlxcx.c
758
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE;
usr/src/uts/common/io/mr_sas/mr_sas.c
632
| DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/nvme/nvme.c
5348
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/nxge/nxge_fm.c
359
DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/pciex/pcie_fault.c
1154
if (!(fmhdl->fh_cap & DDI_FM_ERRCB_CAPABLE))
usr/src/uts/common/io/pciex/pcie_fault.c
1165
DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/pciex/pcie_fault.c
1166
cap &= (DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/pciex/pcie_fault.c
1175
if (cap & DDI_FM_ERRCB_CAPABLE)
usr/src/uts/common/io/pciex/pcie_fault.c
1187
fmhdl->fh_cap |= DDI_FM_ERRCB_CAPABLE;
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
3458
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
550
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
857
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
1242
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
632
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE);
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1096
DDI_FM_DMACHK_CAPABLE | DDI_FM_ERRCB_CAPABLE;
usr/src/uts/common/os/ddifm.c
769
newcap |= DDI_FM_ERRCB_CAPABLE;
usr/src/uts/common/sys/ddifm.h
57
#define DDI_FM_ERRCB_CAP(cap) (cap & DDI_FM_ERRCB_CAPABLE)
usr/src/uts/i86pc/io/acpi/acpinex/acpinex_drv.c
558
softsp->ans_fm_cap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/i86pc/io/acpi/acpinex/acpinex_drv.c
565
if (softsp->ans_fm_cap & DDI_FM_ERRCB_CAPABLE) {
usr/src/uts/i86pc/io/acpi/acpinex/acpinex_drv.c
581
if (softsp->ans_fm_cap & DDI_FM_ERRCB_CAPABLE) {
usr/src/uts/i86pc/io/pci/pci.c
272
pcip->pci_fmcap = DDI_FM_ERRCB_CAPABLE |
usr/src/uts/i86pc/io/pci/pci.c
280
if (pcip->pci_fmcap & DDI_FM_ERRCB_CAPABLE) {
usr/src/uts/i86pc/io/pci/pci.c
309
if (pcip->pci_fmcap & DDI_FM_ERRCB_CAPABLE) {
usr/src/uts/i86pc/io/pciex/npe.c
387
pcip->pci_fmcap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/i86pc/io/pciex/npe.c
391
if (pcip->pci_fmcap & DDI_FM_ERRCB_CAPABLE) {
usr/src/uts/i86pc/io/pciex/npe.c
456
if (pcip->pci_fmcap & DDI_FM_ERRCB_CAPABLE)
usr/src/uts/i86pc/io/rootnex.c
483
ddi_system_fmcap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/intel/io/mc-amd/mcamd_drv.c
1272
int fmcap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE;
usr/src/uts/intel/io/pci/pci_pci.c
311
ppb->ppb_fmcap = DDI_FM_ERRCB_CAPABLE |
usr/src/uts/intel/io/pci/pci_pci.c
315
DDI_FM_ERRCB_CAPABLE | DDI_FM_ACCCHK_CAPABLE |
usr/src/uts/intel/io/pci/pci_pci.c
325
if (ppb->ppb_fmcap & (DDI_FM_ERRCB_CAPABLE |
usr/src/uts/intel/io/pci/pci_pci.c
328
if (ppb->ppb_fmcap & DDI_FM_ERRCB_CAPABLE)
usr/src/uts/intel/io/pci/pci_pci.c
332
if (ppb->ppb_fmcap & DDI_FM_ERRCB_CAPABLE)
usr/src/uts/intel/io/pci/pci_pci.c
334
if (ppb->ppb_fmcap & (DDI_FM_ERRCB_CAPABLE |
usr/src/uts/intel/io/pci/pci_pci.c
412
if (ppb->ppb_fmcap & DDI_FM_ERRCB_CAPABLE)
usr/src/uts/intel/io/pci/pci_pci.c
414
if (ppb->ppb_fmcap & (DDI_FM_ERRCB_CAPABLE |
usr/src/uts/sun4/io/px/px_fm.c
74
px_p->px_fm_cap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/sun4/io/px/px_fm.c
86
(DDI_FM_ERRCB_CAPABLE | DDI_FM_EREPORT_CAPABLE));
usr/src/uts/sun4/io/rootnex.c
970
ddi_system_fmcap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE;
usr/src/uts/sun4u/io/pci/db21554.c
3060
db_p->fm_cap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/sun4u/io/pci/db21554.c
3069
(db_p->fm_cap & DDI_FM_ERRCB_CAPABLE));
usr/src/uts/sun4u/io/pci/pci_fm.c
281
DDI_FM_ERRCB_CAPABLE;
usr/src/uts/sun4u/io/pci/pci_fm.c
290
ASSERT((pci_p->pci_fm_cap & DDI_FM_ERRCB_CAPABLE) &&
usr/src/uts/sun4u/io/pci/pci_pci.c
1748
ppb_p->fm_cap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/sun4u/io/pci/pci_pci.c
1757
(ppb_p->fm_cap & DDI_FM_ERRCB_CAPABLE));
usr/src/uts/sun4u/io/pci/simba.c
442
simba->fm_cap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/sun4u/io/pci/simba.c
450
ASSERT((simba->fm_cap & DDI_FM_ERRCB_CAPABLE) &&
usr/src/uts/sun4u/serengeti/io/ssm.c
1058
softsp->ssm_fm_cap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE |
usr/src/uts/sun4u/serengeti/io/ssm.c
1067
(softsp->ssm_fm_cap & DDI_FM_ERRCB_CAPABLE));