Searched refs:cpustate (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/sun4u/datapath-retire/ |
H A D | cda_cpu.c | 41 cda_cpu_offline(fmd_hdl_t *hdl, uint_t cpuid, int cpustate) in cda_cpu_offline() argument 47 if (p_online(cpuid, cpustate) != -1) { in cda_cpu_offline() 79 int cpustate = P_FAULTED; in cda_dp_retire() local 97 cpustate |= P_FORCED; in cda_dp_retire() 99 cda_cpu_offline(hdl, cpuid, cpustate); in cda_dp_retire()
|
/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cpu_arch.c | 105 int cpustate, boolean_t repair) in cma_cpu_statechange() argument 119 if ((oldstate = p_online(cpuid, cpustate)) != -1) { in cma_cpu_statechange() 122 p_online_state_fmt(cpustate)); in cma_cpu_statechange() 132 cpuid, p_online_state_fmt(cpustate), strerror(errno)); in cma_cpu_statechange()
|
H A D | cma_cpu.c | 251 int cpustate = P_FAULTED; in cpu_offline() local 254 cpustate |= P_FORCED; in cpu_offline() 255 err = cma_cpu_statechange(hdl, asru, uuid, cpustate, in cpu_offline()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-retire/ |
H A D | cma_cpu_sun4v.c | 191 int cpustate, boolean_t repair) in cma_cpu_statechange() argument 208 if (cpu_cmd(hdl, asru, cpustate) != -1) { in cma_cpu_statechange()
|