Symbol: DDI_FME_VERSION
usr/src/uts/common/io/aac/aac.c
7036
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/aac/aac.c
7045
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/bge/bge_main2.c
3154
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/bge/bge_main2.c
3155
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/bge/bge_main2.c
3166
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/bnxe/bnxe_main.c
340
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/bnxe/bnxe_main.c
341
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/bnxe/bnxe_main.c
351
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/e1000g/e1000g_main.c
6523
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/e1000g/e1000g_main.c
6524
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/e1000g/e1000g_main.c
6533
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
12131
(void) ddi_fm_acc_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
12135
(void) ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
12153
(void) ddi_fm_dma_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
105
(void) ddi_fm_acc_err_get(acc_handle, &fme, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
106
(void) ddi_fm_acc_err_clear(acc_handle, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
128
(void) ddi_fm_dma_err_get(dma_handle, &fme, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_fm.c
112
ddi_fm_acc_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_fm.c
114
(void) ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_fm.c
131
ddi_fm_dma_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_fm.c
49
ddi_fm_acc_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_fm.c
51
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_fm.c
60
ddi_fm_dma_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/hxge/hxge_fm.c
488
ddi_fm_acc_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/hxge/hxge_fm.c
489
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/hxge/hxge_fm.c
499
ddi_fm_dma_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/i40e/i40e_main.c
671
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/i40e/i40e_main.c
672
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/i40e/i40e_main.c
681
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2249
ddi_fm_acc_err_get(fm_acc_hdl(hdlp), &derr, DDI_FME_VERSION);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2265
ddi_fm_acc_err_clear(fm_acc_hdl(hdlp), DDI_FME_VERSION);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2318
ddi_fm_acc_err_get(fm_acc_hdl(hdlp), &derr, DDI_FME_VERSION);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2340
ddi_fm_acc_err_clear(fm_acc_hdl(hdlp), DDI_FME_VERSION);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
936
ddi_fm_acc_err_get(hdl, &derr, DDI_FME_VERSION);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
943
ddi_fm_acc_err_get(hdl, &derr, DDI_FME_VERSION);
usr/src/uts/common/io/igb/igb_main.c
5301
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/igb/igb_main.c
5302
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/igb/igb_main.c
5311
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6432
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6433
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6442
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3525
ddi_fm_acc_err_clear(instance->regmap_handle, DDI_FME_VERSION);
usr/src/uts/common/io/mega_sas/megaraid_sas.c
4948
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/mega_sas/megaraid_sas.c
4962
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2604
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3489
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
133
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
146
ddi_fm_dma_err_clear(mleq->mleq_dma.mxdb_dma_handle, DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
179
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
183
ddi_fm_acc_err_clear(mlxp->mlx_regs_handle, DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
210
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
211
ddi_fm_acc_err_clear(mlxp->mlx_regs_handle, DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
238
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
245
ddi_fm_dma_err_clear(mlcq->mlcq_dma.mxdb_dma_handle, DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
261
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
266
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
311
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
316
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
325
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
329
ddi_fm_acc_err_clear(mlxp->mlx_regs_handle, DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1466
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1471
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1481
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1485
ddi_fm_acc_err_clear(mlxp->mlx_regs_handle, DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1529
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1691
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1785
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1798
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1804
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2073
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2076
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2255
DDI_FME_VERSION);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2258
DDI_FME_VERSION);
usr/src/uts/common/io/mr_sas/mr_sas.c
7213
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/mr_sas/mr_sas.c
7227
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/nvme/nvme.c
1458
ddi_fm_acc_err_get(nvme->n_regh, &error, DDI_FME_VERSION);
usr/src/uts/common/io/nvme/nvme.c
1474
ddi_fm_dma_err_get(dma->nd_dmah, &error, DDI_FME_VERSION);
usr/src/uts/common/io/nxge/nxge_fm.c
904
ddi_fm_acc_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/nxge/nxge_fm.c
906
ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
usr/src/uts/common/io/nxge/nxge_fm.c
916
ddi_fm_dma_err_get(handle, &err, DDI_FME_VERSION);
usr/src/uts/common/io/pciex/pcie_fault.c
2479
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/common/io/pciex/pcie_fault.c
2623
ddi_fm_acc_err_get(ap, derr, DDI_FME_VERSION);
usr/src/uts/common/io/pciex/pcie_fault.c
2630
ddi_fm_dma_err_get(dp, derr, DDI_FME_VERSION);
usr/src/uts/common/io/pciex/pcieb.c
1714
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
3559
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
3568
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
6668
DDI_FME_VERSION);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
6763
DDI_FME_VERSION);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
6803
DDI_FME_VERSION);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5787
ddi_fm_acc_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5797
ddi_fm_dma_err_get(handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/sata/impl/sata.c
21552
DDI_FME_VERSION);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
918
ddi_fm_acc_err_get(h, &de, DDI_FME_VERSION);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
930
ddi_fm_dma_err_get(h, &de, DDI_FME_VERSION);
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1059
ddi_fm_acc_err_get(xhcip->xhci_regs_handle, &de, DDI_FME_VERSION);
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1060
ddi_fm_acc_err_clear(xhcip->xhci_regs_handle, DDI_FME_VERSION);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
32
ddi_fm_dma_err_get(xdb->xdb_dma_handle, &de, DDI_FME_VERSION);
usr/src/uts/common/os/ndifm.c
424
ddi_fm_acc_err_get(ap, derr, DDI_FME_VERSION);
usr/src/uts/common/os/ndifm.c
431
ddi_fm_dma_err_get(dp, derr, DDI_FME_VERSION);
usr/src/uts/common/os/ndifm.c
478
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/common/os/ndifm.c
568
ddi_fm_acc_err_get(ap, derr, DDI_FME_VERSION);
usr/src/uts/common/os/ndifm.c
575
ddi_fm_dma_err_get(dp, derr, DDI_FME_VERSION);
usr/src/uts/common/os/pcifm.c
95
de.fme_version = DDI_FME_VERSION;
usr/src/uts/i86pc/os/ddi_impl.c
2442
de.fme_version = DDI_FME_VERSION;
usr/src/uts/intel/io/pchtemp/pchtemp.c
135
ddi_fm_acc_err_get(pch->pcht_handle, &de, DDI_FME_VERSION);
usr/src/uts/intel/io/pchtemp/pchtemp.c
136
ddi_fm_acc_err_clear(pch->pcht_handle, DDI_FME_VERSION);
usr/src/uts/intel/os/ddi_i86.c
919
de.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4/io/px/px_fm.c
416
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4/io/px/px_fm.c
543
DDI_FME_VERSION);
usr/src/uts/sun4u/cpu/opl_olympus.c
1578
de.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/cpu/spitfire.c
4095
de.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/cpu/us3_common.c
6787
de.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/io/pci/pci_ecc.c
370
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/io/pci/pci_fm.c
180
ddi_fm_acc_err_get(pbm_p->pbm_excl_handle, &derr, DDI_FME_VERSION);
usr/src/uts/sun4u/io/pci/pci_pbm.c
225
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/io/pci/pci_pbm.c
233
DDI_FME_VERSION);
usr/src/uts/sun4u/io/pci/pcisch.c
1723
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/io/px/px_err.c
659
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/io/px/px_err.c
699
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/io/px/px_lib4u.c
1520
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ecc.c
324
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_pbm.c
188
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4v/io/px/px_err.c
281
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4v/io/px/px_lib4v.c
1663
derr.fme_version = DDI_FME_VERSION;
usr/src/uts/sun4v/os/error.c
414
de.fme_version = DDI_FME_VERSION;