Searched refs:TOPO_VERSION (Results 51 - 75 of 89) sorted by relevance

1234

/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c427 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
H A Dcma_cpu_sun4v.c151 thp = fmd_fmri_topo_hold(TOPO_VERSION);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c92 if (topo_mod_register(modhdl, &Pci_info, TOPO_VERSION) != 0) {
504 if (topo_mod_load(mod, XAUI, TOPO_VERSION) ==
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c46 #define PLATFORM_MEM_VERSION TOPO_VERSION
106 if (topo_mod_register(mod, &mem_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c115 thdl = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
750 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmod.c76 if (topo_mod_register(mod, &mod_info, TOPO_VERSION) != 0) {
H A Dpkg.c81 if (topo_mod_register(mod, &pkg_info, TOPO_VERSION) != 0) {
H A Dsw.c69 if (topo_mod_register(mod, &sw_info, TOPO_VERSION) != 0) {
H A Dcpu.c107 if (topo_mod_register(mod, &cpu_info, TOPO_VERSION) != 0) {
H A Ddev.c97 if (topo_mod_register(mod, &dev_info, TOPO_VERSION) != 0) {
H A Dlibtopo.h37 #define TOPO_VERSION 1 /* Library ABI Interface Version */ macro
H A Dtopo_snap.c122 if (version != TOPO_VERSION)
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c98 if (topo_mod_register(modhdl, &Hb_info, TOPO_VERSION) < 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c466 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) {
H A Dpi_pciexrc.c147 if (topo_mod_load(mod, PCI_BUS, TOPO_VERSION) == NULL) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_fru.c272 if ((hdl->libzfs_topo_hdl = _topo_open(TOPO_VERSION,
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c295 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c162 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c354 if ((thp = topo_open(TOPO_VERSION, NULL, &err)) != NULL) {
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c433 (thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) != NULL) {
732 topo_hdl_t *thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c621 g_topohdl = topo_open(TOPO_VERSION, NULL, &topoerr);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c115 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_main.c669 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_dimm.c428 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c96 { "IPMI facility provider", FM_FMRI_SCHEME_HC, TOPO_VERSION,
173 return (topo_mod_register(mod, &ipmi_info, TOPO_VERSION));

Completed in 132 milliseconds

1234