Searched refs:boothowto (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/stand/boot/pc32/libi386/ |
| HD | elf32_freebsd.c | 59 int boothowto, err, bootdev; in elf32_exec() local 65 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec() 75 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
|
| /dragonfly/sys/ddb/ |
| HD | db_sysctl.c | 68 boothowto &= ~RB_GDB; in sysctl_debug_enter_debugger() 70 boothowto |= RB_GDB; in sysctl_debug_enter_debugger()
|
| HD | db_command.c | 614 boothowto ^= RB_GDB; in db_gdb() 617 boothowto & RB_GDB ? "GDB remote protocol mode" in db_gdb()
|
| /dragonfly/sys/kern/ |
| HD | vfs_conf.c | 141 if ((boothowto & RB_DFLTROOT) && in vfs_mountroot() 149 if (boothowto & (RB_DFLTROOT | RB_ASKNAME)) { in vfs_mountroot() 159 if (boothowto & RB_CDROM) { in vfs_mountroot() 197 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot() 206 if (!(boothowto & (RB_DFLTROOT | RB_ASKNAME)) && !vfs_mountroot_ask()) in vfs_mountroot()
|
| HD | init_main.c | 98 int boothowto = 0; /* initialized so that it can be patched */ variable 99 SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, 637 if (boothowto & RB_SINGLE) { in start_init() 642 if (boothowto & RB_FASTBOOT) { in start_init()
|
| HD | tty_cons.c | 161 cn_mute = ((boothowto & (RB_MUTE in cninit() 199 if (boothowto & RB_PAUSE) in cninit()
|
| /dragonfly/sys/platform/vkernel64/x86_64/ |
| HD | db_interface.c | 103 volatile int ddb_mode = !(boothowto & RB_GDB); in kdb_trap() 350 if (cons_unavail && !(boothowto & RB_GDB)) in Debugger()
|
| /dragonfly/sys/platform/pc64/x86_64/ |
| HD | db_interface.c | 105 volatile int ddb_mode = !(boothowto & RB_GDB); in kdb_trap() 356 if (cons_unavail && !(boothowto & RB_GDB)) { in Debugger()
|
| HD | machdep.c | 1982 if (boothowto & RB_VERBOSE) in add_smap_entries() 1994 if (boothowto & RB_VERBOSE) { in add_smap_entries() 2063 if (boothowto & RB_VERBOSE) in add_efi_map_entries() 2069 if (boothowto & RB_VERBOSE) { in add_efi_map_entries() 2304 (boothowto & RB_VERBOSE)) { in getmemsize() 2663 boothowto = MD_FETCH(kmdp, MODINFOMD_HOWTO, int); in hammer_time() 2671 if (boothowto & RB_VERBOSE) in hammer_time() 2781 if (boothowto & RB_KDB) in hammer_time()
|
| /dragonfly/sys/dev/raid/vinum/ |
| HD | vinumioctl.c | 92 boothowto |= RB_GDB; /* serial debug line */ in vinumioctl() 94 boothowto &= ~RB_GDB; /* local ddb */ in vinumioctl()
|
| HD | .gdbinit.kernel | 388 set boothowto=0x80000000
|
| /dragonfly/sys/cpu/x86_64/misc/ |
| HD | x86_64-gdbstub.c | 549 boothowto &= ~RB_GDB; in gdb_handle_exception()
|
| /dragonfly/sys/platform/vkernel64/platform/ |
| HD | init.c | 310 boothowto |= RB_SINGLE; in main() 809 if (boothowto & RB_KDB) in init_vkernel()
|
| /dragonfly/sys/sys/ |
| HD | systm.h | 78 extern int boothowto; /* reboot flags, from console subsystem */
|
| /dragonfly/sys/dev/misc/dcons/ |
| HD | dcons_os.c | 158 boothowto |= RB_GDB; in dcons_check_break()
|
| /dragonfly/sys/dev/serial/sio/ |
| HD | sio.c | 3035 if (boothowto & RB_SERIAL) { in siocnprobe() 3108 || ((boothowto & RB_SERIAL)) ? in siocnprobe() 3131 if (gdb_tab == NULL && (boothowto & RB_GDB)) { in siocnprobe()
|