Searched defs:CPU_OFFLINE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h317 * CPU_OFFLINE indicates that the dispatcher should not allow any threads
319 * CPU_OFFLINE set if there are any bound threads (besides interrupts).
331 * CPU_OFFLINE, and CPU_POWEROFF. The following flags are cleared:
339 #define CPU_OFFLINE 0x020 /* CPU offline via p_online */ macro
349 #define CPU_ACTIVE(cpu) (((cpu)->cpu_flags & CPU_OFFLINE) == 0)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c122 CPU_OFFLINE, enumerator in enum:__anon1201
998 dr_arg.action = CPU_OFFLINE;
5143 case CPU_OFFLINE:
5149 FRUTREE_DEBUG1(EVENTS, "CPU_OFFLINE on %s", frup->name);

Completed in 77 milliseconds