Home
last modified time | relevance | path

Searched refs:P_FORCED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dp_online.c78 if (new_status & P_FORCED) in p_online_internal_locked()
81 new_status &= ~P_FORCED; in p_online_internal_locked()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocessor.h77 #define P_FORCED 0x10000000 /* force processor offline */ macro
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cpu.c256 cpustate |= P_FORCED; in cpu_offline()
293 state &= ~P_FORCED; in p_online_state_fmt()
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c143 old_state = p_online(cpu, force ? action | P_FORCED : action); in psr_set_state()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c1155 new_status &= ~P_FORCED; in xpv_online()