Searched refs:motherchassis_node (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi.c | 57 static tnode_t *motherchassis_node = NULL; variable 223 (void) topo_mod_enummap(mod, motherchassis_node, "chassis", in x86pi_enum_start() 225 (void) topo_mod_enummap(mod, motherchassis_node, "fan", in x86pi_enum_start() 227 (void) topo_mod_enummap(mod, motherchassis_node, "psu", in x86pi_enum_start() 305 motherchassis_node = chassis_node = in x86pi_enum_gentopo() 309 if (motherchassis_node != NULL) in x86pi_enum_gentopo() 311 motherchassis_node, ch_smbid, ch_inst++); in x86pi_enum_gentopo()
|