Home
last modified time | relevance | path

Searched refs:ddi_fm_capable (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c227 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(root_dip))) in i_ddi_drv_ereport_post()
362 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip))) in fm_dev_ereport_postv()
582 if (!(DDI_FM_ERRCB_CAP(ddi_fm_capable(dip)) && in ddi_fm_handler_register()
583 DDI_FM_ERRCB_CAP(ddi_fm_capable(pdip)))) { in ddi_fm_handler_register()
637 if (!(DDI_FM_ERRCB_CAP(ddi_fm_capable(dip)) && in ddi_fm_handler_unregister()
638 DDI_FM_ERRCB_CAP(ddi_fm_capable(pdip)))) { in ddi_fm_handler_unregister()
871 ddi_fm_capable(dev_info_t *dip) in ddi_fm_capable() function
H A Dpcifm.c92 if (!(DDI_FM_ACC_ERR_CAP(ddi_fm_capable(hp->ah_dip)))) in pci_config_check()
417 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(dip)) && in pci_ereport_setup()
418 !DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) { in pci_ereport_setup()
528 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(dip)) && in pci_ereport_teardown()
529 !DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) { in pci_ereport_teardown()
1079 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(dip)) && in pci_ereport_post()
1080 !DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) { in pci_ereport_post()
H A Dsunpci.c46 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(dip))) { in pci_config_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dddifm.h114 extern int ddi_fm_capable(dev_info_t *dip);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_fm.c109 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip))) in scsi_fm_ereport_post()
H A Dscsi_hba.c1029 (ddi_fm_capable(self) == DDI_FM_NOT_CAPABLE)) { in scsa_nexus_setup()
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c492 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_setup_std_pcicfg_acc()
597 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_bus_map()
637 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_bus_map()
796 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in npe_bus_map()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c858 DDI_FM_ACC_ERR_CAP(ddi_fm_capable(state->hs_dip))) || in hermon_pci_config_setup()
860 !DDI_FM_ACC_ERR_CAP(ddi_fm_capable(state->hs_dip)))); in hermon_pci_config_setup()
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c324 ddi_fm_capable(devi)); in add_root_props()
/illumos-gate/usr/src/uts/intel/os/
H A Dddi_i86.c235 fmcap = ddi_fm_capable(handlep->ah_dip); in impl_acc_err_init()
278 fmcap = ddi_fm_capable(handlep->ah_dip); in impl_acc_hdl_init()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c547 DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) && in pci_map()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2812 !DDI_FM_EREPORT_CAP(ddi_fm_capable(PCIE_PFD2DIP(pfd_p)))) in pf_send_ereport()
3160 if (DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) { in pf_fm_callback()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c815 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip))) in px_map()
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1384 fmcap = ddi_fm_capable(handlep->ah_dip); in impl_acc_err_init()
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c648 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(hba))) in scsi_test_ereport_post()
/illumos-gate/usr/src/man/man9f/
H A DMakefile786 ddi_fm_capable.9f \
1565 ddi_fm_capable.9f := LINKSRC = ddi_fm_init.9f
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c1573 fmcap = ddi_fm_capable(dip); in px_lib_map_vconfig()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c4789 ddi_fm_capable(dca->dca_dip)); in dca_fma_init()
4842 ddi_fm_capable(dca->dca_dip)); in dca_fma_fini()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc410 link path=usr/share/man/man9f/ddi_fm_capable.9f target=ddi_fm_init.9f
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c20775 int fm_capability = ddi_fm_capable(dip); in sata_check_for_dma_error()