Searched defs:cpustate (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A Dcda_cpu.c41 cda_cpu_offline(fmd_hdl_t *hdl, uint_t cpuid, int cpustate) argument
47 if (p_online(cpuid, cpustate) != -1) {
79 int cpustate = P_FAULTED; local
97 cpustate |= P_FORCED;
99 cda_cpu_offline(hdl, cpuid, cpustate);
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cpu_arch.c105 int cpustate, boolean_t repair)
119 if ((oldstate = p_online(cpuid, cpustate)) != -1) {
122 p_online_state_fmt(cpustate));
132 cpuid, p_online_state_fmt(cpustate), strerror(errno));
104 cma_cpu_statechange(fmd_hdl_t *hdl, nvlist_t *asru, const char *uuid, int cpustate, boolean_t repair) argument
H A Dcma_cpu.c251 int cpustate = P_FAULTED; local
254 cpustate |= P_FORCED;
255 err = cma_cpu_statechange(hdl, asru, uuid, cpustate,
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
H A Dcma_cpu_sun4v.c191 int cpustate, boolean_t repair)
208 if (cpu_cmd(hdl, asru, cpustate) != -1) {
190 cma_cpu_statechange(fmd_hdl_t *hdl, nvlist_t *asru, const char *uuid, int cpustate, boolean_t repair) argument

Completed in 1347 milliseconds