| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_machdep.c | 197 if (boothowto & RB_KDB) in mips_init() 246 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start() 247 boothowto |= (RB_VERBOSE); in platform_start() 257 boothowto |= boot_parse_cmdline(buf); in platform_start()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_machdep.c | 174 if (boothowto & RB_KDB) in mips_init() 234 boothowto |= boot_parse_cmdline(buf); in platform_start() 239 boothowto |= boot_parse_args(argc, argv); in platform_start()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_machdep.c | 239 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start() 274 boothowto |= boot_parse_arg(argv[i]); in platform_start() 319 if (boothowto & RB_KDB) in platform_start()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_boot.c | 167 boothowto |= boot_parse_cmdline(cmdline); in cmdline_set_env() 297 boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int); in freebsd_parse_boot_param() 433 if (boothowto & RB_VERBOSE) in arm_add_efi_map_entries() 440 if (boothowto & RB_VERBOSE) { in arm_add_efi_map_entries()
|
| H A D | machdep.c | 729 if (boothowto & RB_KDB) in arm_kdb_init() 893 debugf(" boothowto = 0x%08x\n", boothowto); in initarm()
|
| /f-stack/freebsd/kern/ |
| H A D | init_main.c | 123 int boothowto = BOOTHOWTO; /* initialized so that it can be patched */ variable 124 SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, 244 if (boothowto & RB_VERBOSE) in mi_startup() 725 if (boothowto & RB_MULTIPLE) { in start_init() 726 if (boothowto & RB_SERIAL) in start_init() 754 if (boothowto & RB_SINGLE) in start_init()
|
| H A D | kern_cons.c | 141 cn_mute = ((boothowto & (RB_MUTE in cninit() 169 if (boothowto & RB_MULTIPLE) { in cninit() 179 if ((boothowto & RB_MULTIPLE) == 0) { in cninit() 183 if (boothowto & RB_PAUSE) in cninit()
|
| H A D | vfs_mountroot.c | 900 if (boothowto & RB_ASKNAME) in vfs_mountroot_conf0() 903 if (boothowto & RB_DFLTROOT) in vfs_mountroot_conf0() 906 if (boothowto & RB_CDROM) { in vfs_mountroot_conf0() 932 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot_conf0() 935 if (!(boothowto & RB_ASKNAME)) in vfs_mountroot_conf0()
|
| /f-stack/freebsd/mips/beri/ |
| H A D | beri_machdep.c | 147 if (boothowto & RB_KDB) in mips_init() 239 boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int); in platform_start()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_machdep.c | 298 boothowto |= boot_parse_cmdline(buf); in xlp_bootargs_init() 340 boothowto |= boot_parse_cmdline(buf); in xlp_bootargs_init() 359 if (boothowto & RB_KDB) { in mips_init() 516 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep_boot.c | 149 boothowto |= boot_parse_cmdline(cmdline); in cmdline_set_env() 202 boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int); in freebsd_parse_boot_param()
|
| H A D | machdep.c | 1344 if (boothowto & RB_VERBOSE) { in initarm()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_machdep.c | 59 boothowto |= RB_VERBOSE|RB_MULTIPLE; in imx51_attach()
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 541 boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int); in xen_legacy_pvh_parse_preload_data() 552 boothowto |= boot_env_to_howto(); in xen_legacy_pvh_parse_preload_data() 628 boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int); in xen_pvh_parse_preload_data() 642 boothowto |= boot_env_to_howto(); in xen_pvh_parse_preload_data()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_machdep.c | 401 boothowto |= boot_parse_arg(argv[i]); in platform_start() 451 if (boothowto & RB_KDB) in platform_start()
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 100 int boothowto = 0; /* initialized so that it can be patched */ 101 SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, "");
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_machdep.c | 371 if (boothowto & RB_KDB) in platform_start() 689 boothowto |= boot_parse_arg(v); in octeon_init_kenv()
|
| H A D | octeon_pci_console.c | 109 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in opcic_cnprobe()
|
| /f-stack/freebsd/mips/malta/ |
| H A D | malta_machdep.c | 220 if (boothowto & RB_KDB) in mips_init()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | locore.s | 310 movl %eax,boothowto
|
| H A D | machdep.c | 1705 if (boothowto & RB_VERBOSE) in add_physmap_entry() 1750 if (boothowto & RB_VERBOSE) in add_smap_entry() 2007 (boothowto & RB_VERBOSE)) in getmemsize() 2188 if (boothowto & RB_KDB) in i386_kdb_init()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 1010 if (boothowto & RB_VERBOSE) in add_physmap_entry() 1061 if (boothowto & RB_VERBOSE) in bios_add_smap_entries() 1112 if (boothowto & RB_VERBOSE) in add_efi_map_entries() 1118 if (boothowto & RB_VERBOSE) { in add_efi_map_entries() 1294 (boothowto & RB_VERBOSE)) in getmemsize() 1511 boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int); in native_parse_preload_data() 1531 if (boothowto & RB_KDB) in amd64_kdb_init()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | machdep.c | 185 if (boothowto & RB_VERBOSE) in cpu_startup()
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_machdep.c | 527 if (boothowto & RB_KDB) in mips_init()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 70 extern int boothowto; /* reboot flags, from console subsystem */
|