/src/sys/arch/powerpc/powerpc/ |
powerpc_machdep.c | 612 __cpuset_t cpumask, cpuset, halted; local in function:cpu_halt_others 619 CPUSET_EXPORT(csi->cpus_halted, halted); 620 CPUSET_SUB(cpuset, halted); 735 char running, hatched, paused, resumed, halted; local in function:cpu_debug_dump 748 halted = (kcpuset_isset(csi->cpus_halted, index) ? 'h' : '-'); 751 running, hatched, paused, resumed, halted,
|
/src/sys/arch/riscv/riscv/ |
cpu_subr.c | 269 // Remove any halted CPUs 393 char running, hatched, paused, resumed, halted; local in function:cpu_debug_dump 400 halted = (kcpuset_isset(cpus_halted, cpu_index(ci)) ? 'h' : '-'); 406 hatched, running, paused, resumed, halted,
|
/src/distrib/mvme68k/miniroot/ |
install.md | 208 machine has halted, power-cycle the system to load new boot code. 218 halted, power-cycle the machine in order to load new boot code. Make sure
|
/src/tests/usr.bin/rump_server/ |
t_disk.sh | 51 [ -f halted ] && return 0 ; rump.halt ; 86 touch halted
|
/src/distrib/atari/floppies/prepare/ |
install.md | 156 machine has halted, power-cycle the system to load new boot code. 170 Enter halt at the command prompt. Once the system has halted, reset the
|
/src/distrib/sun2/miniroot/ |
install.md | 190 machine has halted, power-cycle the system to load new boot code. 206 system has halted, reset the machine and boot from the disk.
|
/src/distrib/sun3/miniroot/ |
install.md | 190 machine has halted, power-cycle the system to load new boot code. 206 system has halted, reset the machine and boot from the disk.
|
/src/distrib/sparc/ |
install.md | 245 machine has halted, power-cycle the system to load new boot code. 261 system has halted, reset the machine and boot from the disk.
|
/src/sys/arch/mips/mips/ |
cpu_subr.c | 738 // Remove any halted CPUs 861 char running, hatched, paused, resumed, halted; local in function:cpu_debug_dump 868 halted = (kcpuset_isset(cpus_halted, cpu_index(ci)) ? 'h' : '-'); 873 running, hatched, paused, resumed, halted,
|
/src/distrib/amiga/miniroot/ |
install.md | 185 machine has halted, power-cycle the system to load new boot code. 204 system has halted, reset the machine and boot from the disk.
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_core.h | 104 * @halted: Set if the endpoint has been halted. 145 unsigned int halted:1; member in struct:dwc2_hsotg_ep
|
/src/sys/arch/mvme68k/mvme68k/ |
locore.s | 1039 * depending on how the system was halted.
|