boothowto 203 arch/i386/i386/machdep.c extern int boothowto; boothowto 461 arch/i386/i386/machdep.c if (boothowto & RB_CONFIG) { boothowto 2368 arch/i386/i386/machdep.c boothowto = howto; boothowto 3113 arch/i386/i386/machdep.c if (boothowto & RB_KDB) boothowto 3118 arch/i386/i386/machdep.c if (boothowto & RB_KDB) { boothowto 522 dev/raidframe/rf_openbsdkintf.c if (boothowto & RB_ASKNAME) { boothowto 530 dev/raidframe/rf_openbsdkintf.c boothowto |= RB_ASKNAME; boothowto 533 dev/raidframe/rf_openbsdkintf.c boothowto |= RB_DFLTROOT; boothowto 537 dev/raidframe/rf_openbsdkintf.c boothowto |= RB_ASKNAME; boothowto 551 dev/raidframe/rf_openbsdkintf.c if (boothowto & RB_NOSYNC) boothowto 36 dev/rd.c extern int boothowto; boothowto 123 kern/init_main.c int boothowto; boothowto 624 kern/init_main.c if (boothowto & RB_SINGLE) { boothowto 629 kern/init_main.c if (boothowto & RB_FASTBOOT) { boothowto 1055 kern/subr_disk.c if (boothowto & RB_DFLTROOT) boothowto 1069 kern/subr_disk.c boothowto |= RB_ASKNAME; boothowto 1070 kern/subr_disk.c if (boothowto & RB_ASKNAME) { boothowto 212 kern/subr_prf.c if (boothowto & RB_KDB) boothowto 69 stand/boot/boot.c cmd.boothowto = 0; boothowto 111 stand/boot/boot.c run_loadfile(marks, cmd.boothowto); boothowto 46 stand/boot/cmd.h int boothowto; /* howto */ boothowto 159 stand/boot/vars.c if (cmd.boothowto) { boothowto 161 stand/boot/vars.c if (cmd.boothowto & RB_ASKNAME) boothowto 164 stand/boot/vars.c if (cmd.boothowto & RB_HALT) boothowto 167 stand/boot/vars.c if (cmd.boothowto & RB_CONFIG) boothowto 169 stand/boot/vars.c if (cmd.boothowto & RB_SINGLE) boothowto 171 stand/boot/vars.c if (cmd.boothowto & RB_KDB) boothowto 184 stand/boot/vars.c int howto = cmd.boothowto; boothowto 222 stand/boot/vars.c cmd.boothowto = howto; boothowto 128 sys/systm.h extern int boothowto; /* reboot flags, from console subsystem */