Searched refs:UFM (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/ufm/ |
H A D | topo_ufm.c | 282 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 D | topo_mod.c | 1038 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 D | topo_hc.h | 102 #define UFM "ufm" macro
|
H A D | hc.c | 213 { UFM, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/ |
H A D | smbios_enum.c | 563 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 D | disk_common.c | 286 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 D | disk_nvme.c | 490 (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 D | pcibus.c | 203 err = topo_mod_enumerate(mod, create, TOPO_MOD_UFM, UFM, 0, UINT32_MAX, in pciexfn_add_ufm()
|