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

1234

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c148 Eft_topo_hdl = fmd_hdl_topo_hold(Hdl, TOPO_VERSION);
748 Eft_topo_hdl = fmd_hdl_topo_hold(Hdl, TOPO_VERSION);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c1130 thp = fmd_fmri_topo_hold(TOPO_VERSION);
1246 thp = fmd_fmri_topo_hold(TOPO_VERSION);
H A Dfmd_api.c737 if (v != TOPO_VERSION) {
739 "fmd version %d != client version %d\n", TOPO_VERSION, v);
H A Dfmd_asru.c518 thp = fmd_fmri_topo_hold(TOPO_VERSION);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c149 if (topo_mod_register(mod, &svc_info, TOPO_VERSION) != 0) {
H A Dtopo_mod.c178 if (version != TOPO_VERSION)
H A Dhc.c217 if (topo_mod_register(mod, &hc_info, TOPO_VERSION) != 0) {
H A Dtopo_xml.c1664 if ((fmod = topo_mod_load(mp, name, TOPO_VERSION)) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c488 pgi.tpi_version = TOPO_VERSION;
H A Dses.c3620 if ((rval = topo_mod_register(mod, &ses_info, TOPO_VERSION)) == 0)
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c1086 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1259 if ((thp = topo_open(TOPO_VERSION, opt_R, &err)) == NULL) {
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c142 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL)
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c349 topo_handle = topo_open(TOPO_VERSION, 0, &err);

Completed in 108 milliseconds

1234