Home
last modified time | relevance | path

Searched refs:UFM (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/ufm/
H A Dtopo_ufm.c282 if (topo_node_range_create(mod, pn, UFM, min, max) != 0) { in topo_ufm_devinfo()
284 ", %" PRIu64 "]: %s", UFM, min, max, topo_mod_errmsg(mod)); in topo_ufm_devinfo()
318 if (strcmp(name, UFM) != 0) { in topo_ufm_enum()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c1038 topo_mod_dprintf(mod, "failed to set FRU on %s: %s", UFM, in topo_mod_create_ufm_slot()
1144 UFM, inst, NULL, auth, NULL, NULL, NULL)) == in topo_mod_create_ufm()
1153 if ((ufmnode = topo_node_bind(mod, parent, UFM, inst, fmri)) == NULL) { in topo_mod_create_ufm()
1169 topo_mod_dprintf(mod, "failed to set FRU on %s: %s", UFM, in topo_mod_create_ufm()
1187 UFM); in topo_mod_create_ufm()
H A Dtopo_hc.h102 #define UFM "ufm" macro
H A Dhc.c213 { UFM, TOPO_STABILITY_PRIVATE },
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/
H A Dsmbios_enum.c563 if (topo_node_range_create(mod, mbnode, UFM, 0, 0) != 0) { in smbios_enum_motherboard()
565 UFM); in smbios_enum_motherboard()
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c286 if (topo_node_range_create(mod, dtn, UFM, 0, 0) != 0 || in disk_set_props()
289 topo_mod_dprintf(mod, "failed to create %s node", UFM); in disk_set_props()
H A Ddisk_nvme.c490 (void) topo_mod_enumerate(mod, nei->nei_nvme, TOPO_MOD_UFM, UFM, 0, 0, in disk_nvme_make_ufm()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c203 err = topo_mod_enumerate(mod, create, TOPO_MOD_UFM, UFM, 0, UINT32_MAX, in pciexfn_add_ufm()