Searched defs:fmcap (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c680 * device instance is returned in *fmcap.
685 ddi_fm_init(dev_info_t *dip, int *fmcap, ddi_iblock_cookie_t *ibcp) argument
694 *fmcap = DDI_FM_NOT_CAPABLE;
698 if (DDI_FM_DEFAULT_CAP(*fmcap))
713 pcap = i_ndi_busop_fm_init(dip, *fmcap, &ibc);
715 pcap = *fmcap;
728 *fmcap = DDI_FM_NOT_CAPABLE;
749 if (DDI_FM_EREPORT_CAP(*fmcap) && DDI_FM_EREPORT_CAP(pcap)) {
763 if (DDI_FM_ERRCB_CAP(*fmcap) && DDI_FM_ERRCB_CAP(pcap)) {
776 if (DDI_FM_DMA_ERR_CAP(*fmcap)
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c967 int fmcap; local
972 fmcap = ddi_system_fmcap;
978 ddi_fm_init(dip, &fmcap, &rootnex_err_ibc);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c230 int fmcap; local
235 fmcap = ddi_fm_capable(handlep->ah_dip);
238 !DDI_FM_ACC_ERR_CAP(fmcap)) {
243 } else if (DDI_FM_ACC_ERR_CAP(fmcap)) {
273 int fmcap; local
278 fmcap = ddi_fm_capable(handlep->ah_dip);
280 !DDI_FM_ACC_ERR_CAP(fmcap))
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c1545 int fmcap; local
1569 fmcap = ddi_fm_capable(dip);
1570 if (DDI_FM_ACC_ERR_CAP(fmcap)) {
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1378 int fmcap; local
1383 fmcap = ddi_fm_capable(handlep->ah_dip);
1386 !DDI_FM_ACC_ERR_CAP(fmcap)) {
1388 } else if (DDI_FM_ACC_ERR_CAP(fmcap)) {
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1271 int fmcap = DDI_FM_EREPORT_CAPABLE | DDI_FM_ERRCB_CAPABLE; local
1272 ddi_fm_init(dip, &fmcap, NULL);
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c460 int fmcap; local
493 * care what's returned in the fmcap field.
497 fmcap = ddi_system_fmcap;
498 ddi_fm_init(dip, &fmcap, &rootnex_state->r_err_ibc);

Completed in 95 milliseconds