Home
last modified time | relevance | path

Searched refs:sys_pgroup (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c47 static const topo_pgroup_info_t sys_pgroup = { variable
488 result = topo_pgroup_create(t_node, &sys_pgroup, &err); in x86pi_set_system()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c50 static const topo_pgroup_info_t sys_pgroup = { variable
1310 result = topo_pgroup_create(t_node, &sys_pgroup, &err); in pi_set_system()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c233 static const topo_pgroup_info_t sys_pgroup = { variable
298 if (topo_pgroup_create(node, &sys_pgroup, &err) != 0) in hc_prop_set()