Home
last modified time | relevance | path

Searched refs:boothowto (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/sys/arch/powerpc64/stand/rdboot/
H A Dvars.c154 if (cmd.boothowto) { in Xhowto()
156 if (cmd.boothowto & RB_ASKNAME) in Xhowto()
158 if (cmd.boothowto & RB_CONFIG) in Xhowto()
160 if (cmd.boothowto & RB_SINGLE) in Xhowto()
162 if (cmd.boothowto & RB_KDB) in Xhowto()
175 int howto = cmd.boothowto; in bootparse()
201 cmd.boothowto = howto; in bootparse()
H A Drdboot.c75 cmd.boothowto = 0; in main()
105 cmd.boothowto |= RB_GOODRANDOM; in main()
214 kargs.boothowto = cmd.boothowto; in kexec()
/openbsd/sys/arch/octeon/stand/rdboot/
H A Dvars.c154 if (cmd.boothowto) { in Xhowto()
156 if (cmd.boothowto & RB_ASKNAME) in Xhowto()
158 if (cmd.boothowto & RB_CONFIG) in Xhowto()
160 if (cmd.boothowto & RB_SINGLE) in Xhowto()
162 if (cmd.boothowto & RB_KDB) in Xhowto()
175 int howto = cmd.boothowto; in bootparse()
201 cmd.boothowto = howto; in bootparse()
H A Drdboot.c75 cmd.boothowto = 0; in main()
107 cmd.boothowto |= RB_GOODRANDOM; in main()
219 if (cmd.boothowto != 0) { in kexec()
221 cmd.boothowto); in kexec()
/openbsd/sys/stand/boot/
H A Dvars.c189 if (cmd.boothowto) { in Xhowto()
191 if (cmd.boothowto & RB_ASKNAME) in Xhowto()
193 if (cmd.boothowto & RB_CONFIG) in Xhowto()
195 if (cmd.boothowto & RB_SINGLE) in Xhowto()
197 if (cmd.boothowto & RB_KDB) in Xhowto()
210 int howto = cmd.boothowto; in bootparse()
239 cmd.boothowto = howto; in bootparse()
H A Dboot.c76 cmd.boothowto = 0; in boot()
94 cmd.boothowto |= RB_UNHIBERNATE; in boot()
111 cmd.boothowto |= RB_GOODRANDOM; in boot()
114 cmd.boothowto |= RB_GOODRANDOM; in boot()
118 cmd.boothowto |= RB_GOODRANDOM; in boot()
161 run_loadfile(marks, cmd.boothowto); in boot()
/openbsd/sys/arch/hppa/hppa/
H A Dlocore0.S80 .import boothowto, data
129 ldil L%boothowto,r1
130 stw arg1,R%boothowto(r1)
249 ldil L%boothowto, r1
250 ldw R%boothowto(r1), r1
/openbsd/sys/arch/powerpc64/dev/
H A Dkexec.c181 kargs->boothowto &= ~RB_GOODRANDOM; in kexec_kexec()
211 uint32_t boothowto = htobe32(kargs->boothowto); in kexec_kexec() local
216 &boothowto, sizeof(boothowto)); in kexec_kexec()
/openbsd/sys/arch/macppc/macppc/
H A Dmachdep.c241 boothowto = RB_AUTOBOOT; in initppc()
256 boothowto |= RB_ASKNAME; in initppc()
259 boothowto |= RB_SINGLE; in initppc()
262 boothowto |= RB_KDB; in initppc()
265 boothowto |= RB_CONFIG; in initppc()
268 boothowto |= RB_GOODRANDOM; in initppc()
306 if (boothowto & RB_CONFIG) { in initppc()
315 if (boothowto & RB_KDB) in initppc()
738 boothowto = howto; in boot()
/openbsd/sys/arch/armv7/armv7/
H A Darmv7_machdep.c426 if (len == sizeof(boothowto)) in initarm()
427 boothowto = bemtoh32((uint32_t *)prop); in initarm()
476 boothowto |= RB_DFLTROOT; in initarm()
848 if (boothowto & RB_KDB) in initarm()
900 boothowto |= RB_ASKNAME; in process_kernel_args()
903 boothowto |= RB_CONFIG; in process_kernel_args()
906 boothowto |= RB_KDB; in process_kernel_args()
909 boothowto |= RB_SINGLE; in process_kernel_args()
1007 if (boothowto & RB_CONFIG) { in board_startup()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dboot.c93 int boothowto; variable
472 if (parseargs(bootline, &boothowto) == -1 || in main()
473 (boothowto & RB_ASKNAME)) { in main()
506 if (parseargs(bootline, &boothowto) == -1) in main()
518 boothowto |= RB_GOODRANDOM; in main()
H A Delf64_exec.c73 extern int boothowto;
134 obd->boothowto = boothowto; in elf64_exec()
/openbsd/sys/arch/alpha/stand/boot/
H A Dboot.c109 int rc, boothowto = 0; in main() local
140 boothowto |= RB_GOODRANDOM; in main()
175 bootinfo_v1.howto = boothowto; in main()
/openbsd/sys/arch/loongson/loongson/
H A Dmachdep.c668 boothowto = RB_AUTOBOOT; in mips_init()
866 if (boothowto & RB_KDB) in mips_init()
936 boothowto |= RB_ASKNAME; in dobootopts()
939 boothowto |= RB_CONFIG; in dobootopts()
942 boothowto |= RB_KDB; in dobootopts()
945 boothowto |= RB_SINGLE; in dobootopts()
948 boothowto |= RB_GOODRANDOM; in dobootopts()
1016 if (boothowto & RB_CONFIG) { in cpu_startup()
1059 boothowto = howto; in boot()
/openbsd/sys/arch/riscv64/riscv64/
H A Dmachdep.c272 if (boothowto & RB_CONFIG) { in cpu_startup()
352 boothowto = howto; in boot()
616 if (len == sizeof(boothowto)) in initriscv()
617 boothowto = bemtoh32((uint32_t *)prop); in initriscv()
852 if (boothowto & RB_KDB) in initriscv()
899 boothowto |= RB_ASKNAME; in process_kernel_args()
902 boothowto |= RB_CONFIG; in process_kernel_args()
905 boothowto |= RB_KDB; in process_kernel_args()
908 boothowto |= RB_SINGLE; in process_kernel_args()
/openbsd/sys/kern/
H A Dsubr_suspend.c151 boothowto |= RB_POWERDOWN; in sleep_state()
153 boothowto &= ~RB_POWERDOWN; in sleep_state()
H A Dinit_main.c125 int boothowto; variable
205 random_start(boothowto & RB_GOODRANDOM); /* Start the flow */ in main()
645 if (boothowto & RB_SINGLE) { in start_init()
650 if (boothowto & RB_FASTBOOT) { in start_init()
/openbsd/sys/arch/alpha/alpha/
H A Dmachdep.c281 boothowto = v1p->howto;
668 boothowto |= RB_KDB;
673 boothowto |= RB_CONFIG;
679 boothowto |= RB_DUMP;
685 boothowto |= RB_HALT;
691 boothowto |= RB_ASKNAME;
696 boothowto |= RB_SINGLE;
732 if (boothowto & RB_KDB)
825 if (boothowto & RB_CONFIG) { in cpu_startup()
948 boothowto = howto; in boot()
[all …]
/openbsd/sys/arch/octeon/octeon/
H A Dmachdep.c361 boothowto = RB_AUTOBOOT; in mips_init()
588 if (boothowto & RB_KDB) in mips_init()
668 if (boothowto & RB_CONFIG) { in cpu_startup()
882 boothowto = atoi(arg + 10); in process_bootargs()
899 boothowto |= RB_ASKNAME; in process_bootargs()
902 boothowto |= RB_CONFIG; in process_bootargs()
905 boothowto |= RB_KDB; in process_bootargs()
908 boothowto |= RB_SINGLE; in process_bootargs()
952 boothowto = howto; in boot()
/openbsd/sys/arch/arm64/arm64/
H A Dmachdep.c295 if (boothowto & RB_CONFIG) { in cpu_startup()
402 boothowto = howto; in boot()
882 if (len == sizeof(boothowto)) in initarm()
883 boothowto = bemtoh32((uint32_t *)prop); in initarm()
1098 if (boothowto & RB_KDB) in initarm()
1145 boothowto |= RB_ASKNAME; in process_kernel_args()
1148 boothowto |= RB_CONFIG; in process_kernel_args()
1151 boothowto |= RB_KDB; in process_kernel_args()
1154 boothowto |= RB_SINGLE; in process_kernel_args()
/openbsd/sys/arch/landisk/landisk/
H A Dmachdep.c150 boothowto = howto; in landisk_startup()
179 if (boothowto & RB_KDB) { in landisk_startup()
206 boothowto = howto; in boot()
/openbsd/sys/arch/luna88k/luna88k/
H A Dmachdep.c226 if (boothowto & RB_KDB) in consinit()
328 boothowto |= RB_SINGLE; in cpu_startup()
333 boothowto |= RB_ASKNAME; in cpu_startup()
338 boothowto |= RB_CONFIG; in cpu_startup()
386 if (boothowto & RB_CONFIG) { in cpu_startup()
410 boothowto = howto; in boot()
/openbsd/sys/arch/powerpc64/powerpc64/
H A Dmachdep.c774 if (len == sizeof(boothowto)) in cpu_startup()
775 boothowto = bemtoh32((uint32_t *)prop); in cpu_startup()
782 if (boothowto & RB_CONFIG) { in cpu_startup()
810 boothowto |= RB_ASKNAME; in parse_bootargs()
813 boothowto |= RB_CONFIG; in parse_bootargs()
816 boothowto |= RB_KDB; in parse_bootargs()
819 boothowto |= RB_SINGLE; in parse_bootargs()
1143 boothowto = howto; in boot()
/openbsd/sys/arch/powerpc64/include/
H A Dkexec.h29 int boothowto; member
/openbsd/sys/arch/sparc64/include/
H A Dboot_flag.h44 u_int32_t boothowto; member

123