Home
last modified time | relevance | path

Searched refs:cpu_poweroff (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcpuvar.h667 int cpu_poweroff(cpu_t *cp); /* take offline cpu to powered-off */
/titanic_50/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c534 if (cpu_poweroff(cp) != 0) { in dr_pre_detach_cpu()
/titanic_50/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c601 if (cpu_poweroff(cp) != 0) { in dr_pre_detach_cpu()
/titanic_50/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c721 if (e = cpu_poweroff(cpu)) { in sbd_pre_detach_cpu()
/titanic_50/usr/src/uts/sun4v/io/
H A Ddr_cpu.c1197 if ((rv = cpu_poweroff(cp)) != 0) { in dr_cpu_unconfigure()
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c3105 if ((error = cpu_poweroff(cpa)) != 0) { in fhc_board_poweroffcpus()
3121 if ((error = cpu_poweroff(cpb)) != 0) { in fhc_board_poweroffcpus()
/titanic_50/usr/src/uts/common/os/
H A Dcpu.c1663 cpu_poweroff(cpu_t *cp) in cpu_poweroff() function
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c7487 if (cpu_poweroff(cp)) { in drmach_iocage_cpu_acquire()