Searched refs:cpuboardn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard.c463 tnode_t *cpuboardn; local
512 cpuboardn = cpuboard_declare(parent, name, i,
514 if (cpuboardn == NULL) {
521 if (topo_node_range_create(mod, cpuboardn, CHIP, 0,
523 topo_node_unbind(cpuboardn);
529 if (chip_instantiate(cpuboardn, CPUBOARD, mod, i) < 0) {
536 if (topo_node_range_create(mod, cpuboardn, HOSTBRIDGE, 0,
538 topo_node_unbind(cpuboardn);
546 cpuboardn, i) < 0) {
547 topo_node_unbind(cpuboardn);
[all...]

Completed in 34 milliseconds