Searched defs:swd (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_meth.c | 274 struct cpu_walk_data swd; local 276 if (walk_cpus(mod, &swd, parent, ldom_fmri_status, 278 swd.online > 0) { 279 *strandidp = swd.strandid; 281 (unsigned int)swd.strandid); 330 struct cpu_walk_data swd; local 339 if (walk_cpus(mod, &swd, node, ldom_fmri_retire, 0) == -1) 341 rc = swd.fail > 0 ? FMD_AGENT_RETIRE_FAIL : FMD_AGENT_RETIRE_DONE; 371 struct cpu_walk_data swd; local 380 if (walk_cpus(mod, &swd, nod 415 struct cpu_walk_data swd; local [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/ |
H A D | chip_subr.c | 586 struct strand_walk_data swd; local 592 if (walk_strands(mod, &swd, node, fmd_agent_cpu_retire) == -1) 595 if (swd.fail > 0) 597 else if (swd.async > 0) 610 struct strand_walk_data swd; local 616 if (walk_strands(mod, &swd, node, fmd_agent_cpu_unretire) == -1) 619 if (swd.fail > 0) 621 else if (swd.async > 0) 634 struct strand_walk_data swd; local 640 if (walk_strands(mod, &swd, nod [all...] |
Completed in 58 milliseconds