Searched refs:TOPO_VERSION (Results 26 - 50 of 89) sorted by relevance

1234

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c307 if (version != TOPO_VERSION)
311 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c49 { "mpt_sas facility provider", FM_FMRI_SCHEME_HC, TOPO_VERSION,
66 return (topo_mod_register(mod, &mptsas_info, TOPO_VERSION));
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c57 #define CHIP_VERSION TOPO_VERSION
102 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c309 if (version != TOPO_VERSION)
313 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/
H A Dxaui.c47 #define XAUI_VERSION TOPO_VERSION
81 if (topo_mod_register(mod, &xaui_info, TOPO_VERSION) < 0) {
500 if ((rp = topo_mod_load(mp, XFP, TOPO_VERSION)) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dlegacy_hc.c78 if (topo_mod_register(mod, &legacy_hc_info, TOPO_VERSION) != 0) {
H A Dzfs.c82 if (topo_mod_register(mod, &zfs_info, TOPO_VERSION) != 0) {
H A Dmem.c77 if (topo_mod_register(mod, &mem_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.c155 if (topo_mod_register(mod, &disk_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.h37 #define CHIP_VERSION TOPO_VERSION
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_generic.c96 if (topo_mod_load(mod, _FAC_PROV, TOPO_VERSION) == NULL) {
H A Dx86pi_bay.c338 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_impl.h48 #define SUN4VPI_VERSION TOPO_VERSION
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_hc_sun4v.c320 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
395 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
475 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
545 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
H A Dcmd_branch.c216 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
263 if (((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) != NULL) &&
647 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/dimm/
H A Ddimm_sun4v.c47 #define DIMM_VERSION TOPO_VERSION
89 if (topo_mod_register(mod, &dimm_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard.c55 #define CPUBOARD_VERSION TOPO_VERSION
226 if (topo_mod_register(mod, &cpuboard_info, TOPO_VERSION) < 0) {
394 if ((rp = topo_mod_load(mp, CHIP, TOPO_VERSION)) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/motherboard/
H A Dmotherboard.c54 #define MB_VERSION TOPO_VERSION
91 if (topo_mod_register(mod, &mb_info, TOPO_VERSION) < 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c44 #define PLATFORM_CPU_VERSION TOPO_VERSION
139 if (topo_mod_register(mod, &cpu_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c335 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
465 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_ioboard.c76 (void) topo_mod_register(modhdl, &IobInfo, TOPO_VERSION);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c81 (void) topo_mod_register(modhdl, &Iob_info, TOPO_VERSION);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c221 thp = fmd_hdl_topo_hold(dl->dl_fmd, TOPO_VERSION);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c199 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_filter.c128 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)

Completed in 144 milliseconds

1234