Searched refs:ddi_fm_capable (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_fm.c109 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip)))
H A Dscsi_hba.c1021 * ereports via scsi_fm_ereport_post(). We use ddi_fm_capable() to
1025 (ddi_fm_capable(self) == DDI_FM_NOT_CAPABLE)) {
/illumos-gate/usr/src/uts/common/sys/
H A Dddifm.h116 extern int ddi_fm_capable(dev_info_t *dip);
/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c227 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(root_dip)))
362 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip)))
582 if (!(DDI_FM_ERRCB_CAP(ddi_fm_capable(dip)) &&
583 DDI_FM_ERRCB_CAP(ddi_fm_capable(pdip)))) {
637 if (!(DDI_FM_ERRCB_CAP(ddi_fm_capable(dip)) &&
638 DDI_FM_ERRCB_CAP(ddi_fm_capable(pdip)))) {
871 ddi_fm_capable(dev_info_t *dip) function
H A Dpcifm.c88 if (!(DDI_FM_ACC_ERR_CAP(ddi_fm_capable(hp->ah_dip))))
413 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(dip)) &&
414 !DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) {
524 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(dip)) &&
525 !DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) {
1075 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(dip)) &&
1076 !DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) {
H A Dsunpci.c46 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(dip))) {
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c402 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) &&
507 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) &&
548 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) &&
693 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) &&
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c324 ddi_fm_capable(devi));
/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))) ||
860 !DDI_FM_ACC_ERR_CAP(ddi_fm_capable(state->hs_dip))));
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c235 fmcap = ddi_fm_capable(handlep->ah_dip);
278 fmcap = ddi_fm_capable(handlep->ah_dip);
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c817 if (DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)))
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c544 DDI_FM_ACC_ERR_CAP(ddi_fm_capable(rdip)) &&
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2694 !DDI_FM_EREPORT_CAP(ddi_fm_capable(PCIE_PFD2DIP(pfd_p))))
3029 if (DDI_FM_ERRCB_CAP(ddi_fm_capable(dip))) {
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c648 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(hba)))
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1383 fmcap = ddi_fm_capable(handlep->ah_dip);
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c1569 fmcap = ddi_fm_capable(dip);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c4828 ddi_fm_capable(dca->dca_dip));
4881 ddi_fm_capable(dca->dca_dip));
/illumos-gate/usr/src/man/man9f/
H A DMakefile734 ddi_fm_capable.9f \
1498 ddi_fm_capable.9f := LINKSRC = ddi_fm_init.9f
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c20714 int fm_capability = ddi_fm_capable(dip);

Completed in 193 milliseconds