Home
last modified time | relevance | path

Searched refs:cpustate (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cpu_arch.c103 int cpustate, boolean_t repair) in cma_cpu_statechange() argument
117 if ((oldstate = p_online(cpuid, cpustate)) != -1) { in cma_cpu_statechange()
120 p_online_state_fmt(cpustate)); in cma_cpu_statechange()
130 cpuid, p_online_state_fmt(cpustate), strerror(errno)); in cma_cpu_statechange()
H A Dcma_cpu.c253 int cpustate = P_FAULTED; in cpu_offline() local
256 cpustate |= P_FORCED; in cpu_offline()
257 err = cma_cpu_statechange(hdl, asru, uuid, cpustate, in cpu_offline()