/freebsd/sys/powerpc/booke/ |
H A D | machdep_e500.c | 66 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR0_DCE) == 0) in booke_enable_l1_cache() 78 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR1_ICE) == 0) in booke_enable_l1_cache() 108 if ((boothowto & RB_VERBOSE) != 0 || (csr & L2CSR0_L2E) == 0) in booke_enable_l2_cache() 121 if ((boothowto & RB_VERBOSE) != 0 || (csr & BUCSR_BPEN) == 0) in booke_enable_bpred()
|
/freebsd/stand/i386/libi386/ |
H A D | elf32_freebsd.c | 56 int boothowto, err, bootdev; in elf32_exec() local 62 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec() 72 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
|
/freebsd/stand/userboot/userboot/ |
H A D | elf32_freebsd.c | 59 int boothowto, err, bootdev; in elf32_exec() local 67 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec() 90 *--sp = boothowto; in elf32_exec()
|
/freebsd/sys/riscv/riscv/ |
H A D | machdep.c | 413 if (boothowto & RB_VERBOSE) in fake_preload_metadata() 469 boothowto |= boot_parse_cmdline(bootargs); in parse_fdt_bootargs() 487 boothowto = MD_FETCH(preload_kmdp, MODINFOMD_HOWTO, int); in parse_metadata() 612 if ((boothowto & RB_KDB) != 0) in initriscv() 620 if (boothowto & RB_VERBOSE) { in initriscv()
|
/freebsd/sys/kern/ |
H A D | init_main.c | 121 int boothowto = BOOTHOWTO; /* initialized so that it can be patched */ variable 122 SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, 266 if (boothowto & RB_VERBOSE) in mi_startup() 745 if (boothowto & RB_MULTIPLE) { in start_init() 746 if (boothowto & RB_SERIAL) in start_init() 774 if (boothowto & RB_SINGLE) in start_init()
|
H A D | kern_cons.c | 145 if ((boothowto & (RB_MUTEMSGS | RB_VERBOSE)) == RB_MUTEMSGS) { in mute_console() 165 cn_mute = ((boothowto & (RB_MUTE in cninit() 193 if (boothowto & RB_MULTIPLE) { in cninit() 203 if ((boothowto & RB_MULTIPLE) == 0) { in cninit() 207 if (boothowto & RB_PAUSE) in cninit()
|
H A D | vfs_mountroot.c | 899 if (boothowto & RB_ASKNAME) in vfs_mountroot_conf0() 902 if (boothowto & RB_DFLTROOT) in vfs_mountroot_conf0() 905 if (boothowto & RB_CDROM) { in vfs_mountroot_conf0() 931 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot_conf0() 934 if (!(boothowto & RB_ASKNAME)) in vfs_mountroot_conf0()
|
/freebsd/sys/arm64/arm64/ |
H A D | machdep_boot.c | 155 boothowto |= boot_parse_cmdline(cmdline); in cmdline_set_env() 209 boothowto = MD_FETCH(preload_kmdp, MODINFOMD_HOWTO, int); in freebsd_parse_boot_param()
|
H A D | ptrauth.c | 98 if (boothowto & RB_VERBOSE) in ptrauth_check()
|
H A D | machdep.c | 859 if ((boothowto & RB_KDB) != 0) in initarm() 887 if (boothowto & RB_VERBOSE) { in initarm()
|
/freebsd/sys/arm/arm/ |
H A D | machdep.c | 412 if (boothowto & RB_KDB) in arm_kdb_init() 576 debugf(" boothowto = 0x%08x\n", boothowto); in initarm() 640 if (boothowto & RB_VERBOSE) { in initarm()
|
H A D | machdep_boot.c | 164 boothowto |= boot_parse_cmdline(cmdline); in cmdline_set_env() 295 boothowto = MD_FETCH(preload_kmdp, MODINFOMD_HOWTO, int); in freebsd_parse_boot_param()
|
/freebsd/sys/x86/xen/ |
H A D | pv.c | 311 boothowto = MD_FETCH(preload_kmdp, MODINFOMD_HOWTO, int); in xen_pvh_parse_preload_data() 335 boothowto |= boot_env_to_howto(); in xen_pvh_parse_preload_data()
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | 654 if (boothowto & RB_VERBOSE) in add_physmap_entry() 705 if (boothowto & RB_VERBOSE) in bios_add_smap_entries() 756 if (boothowto & RB_VERBOSE) in add_efi_map_entries() 762 if (boothowto & RB_VERBOSE) { in add_efi_map_entries() 935 (boothowto & RB_VERBOSE)) in getmemsize() 1142 boothowto = MD_FETCH(preload_kmdp, MODINFOMD_HOWTO, int); in native_parse_preload_data() 1167 if (boothowto & RB_KDB) in amd64_kdb_init()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_subr.c | 205 boothowto |= boot_parse_cmdline(buf); in ofw_parse_bootargs()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | machdep.c | 342 boothowto = MD_FETCH(preload_kmdp, MODINFOMD_HOWTO, int); in powerpc_init() 501 if (boothowto & RB_KDB) in powerpc_init()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | mpc85xx.c | 307 if ((boothowto & RB_VERBOSE) != 0 || in mpc85xx_enable_l3_cache()
|
/freebsd/sys/i386/i386/ |
H A D | machdep.c | 790 if (boothowto & RB_VERBOSE) in add_physmap_entry() 835 if (boothowto & RB_VERBOSE) in add_smap_entry() 1088 (boothowto & RB_VERBOSE)) in getmemsize() 1270 if (boothowto & RB_KDB) in i386_kdb_init()
|
H A D | locore.S | 305 movl %eax,boothowto
|
/freebsd/sys/dev/gpio/dwgpio/ |
H A D | dwgpio.c | 152 if (boothowto & RB_VERBOSE) in dwgpio_attach()
|
/freebsd/sys/dev/uart/ |
H A D | uart_tty.c | 95 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in uart_cnprobe()
|
/freebsd/sys/dev/xen/console/ |
H A D | xen_console.c | 596 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in xencons_cnprobe()
|
/freebsd/sys/gdb/ |
H A D | gdb_main.c | 98 cur_pri = (boothowto & RB_GDB) ? 2 : 0; in gdb_init()
|
/freebsd/sys/sys/ |
H A D | systm.h | 65 extern int boothowto; /* reboot flags, from console subsystem */
|
/freebsd/tools/debugscripts/ |
H A D | gdbinit.kernel | 189 set boothowto=0x80000000
|