Home
last modified time | relevance | path

Searched refs:slotnode (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/
H A Dsmbios_enum.c115 tnode_t *slotnode; in smbios_make_slot() local
149 topo_pgroup_hcset(slotnode, auth); in smbios_make_slot()
160 topo_node_fru_set(slotnode, fmri, 0, &err) != 0) { in smbios_make_slot()
181 if (topo_pgroup_create(slotnode, &pgi, &err) != 0 || in smbios_make_slot()
182 topo_prop_set_uint32(slotnode, TOPO_PGROUP_SLOT, in smbios_make_slot()
195 if (topo_pgroup_create(slotnode, &pgi, &err) != 0 || in smbios_make_slot()
204 return (slotnode); in smbios_make_slot()
212 tnode_t *slotnode = smed->sme_slotnode; in smbios_make_dimm() local
220 if ((auth = topo_mod_auth(mod, slotnode)) == NULL) { in smbios_make_dimm()
364 tnode_t *slotnode; in smbios_enum_memory() local
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c995 tnode_t *slotnode; in topo_mod_create_ufm_slot() local
1021 if ((slotnode = topo_node_bind(mod, ufmnode, SLOT, in topo_mod_create_ufm_slot()
1032 topo_pgroup_hcset(slotnode, auth); in topo_mod_create_ufm_slot()
1037 if (topo_node_fru_set(slotnode, NULL, 0, &err) != 0) { in topo_mod_create_ufm_slot()
1048 rc = topo_pgroup_create(slotnode, &pgi, &err); in topo_mod_create_ufm_slot()
1058 rc += topo_pgroup_create(slotnode, &pgi, &err); in topo_mod_create_ufm_slot()
1094 rc += topo_prop_set_string(slotnode, in topo_mod_create_ufm_slot()
1109 return (slotnode); in topo_mod_create_ufm_slot()
1112 topo_node_unbind(slotnode); in topo_mod_create_ufm_slot()
1132 tnode_t *ufmnode, *slotnode; in topo_mod_create_ufm() local
[all …]