Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
HDelf32_freebsd.c59 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/
HDdb_sysctl.c68 boothowto &= ~RB_GDB; in sysctl_debug_enter_debugger()
70 boothowto |= RB_GDB; in sysctl_debug_enter_debugger()
HDdb_command.c614 boothowto ^= RB_GDB; in db_gdb()
617 boothowto & RB_GDB ? "GDB remote protocol mode" in db_gdb()
/dragonfly/sys/kern/
HDvfs_conf.c141 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()
HDinit_main.c98 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()
HDtty_cons.c161 cn_mute = ((boothowto & (RB_MUTE in cninit()
199 if (boothowto & RB_PAUSE) in cninit()
/dragonfly/sys/platform/vkernel64/x86_64/
HDdb_interface.c103 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/
HDdb_interface.c105 volatile int ddb_mode = !(boothowto & RB_GDB); in kdb_trap()
356 if (cons_unavail && !(boothowto & RB_GDB)) { in Debugger()
HDmachdep.c1982 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/
HDvinumioctl.c92 boothowto |= RB_GDB; /* serial debug line */ in vinumioctl()
94 boothowto &= ~RB_GDB; /* local ddb */ in vinumioctl()
HD.gdbinit.kernel388 set boothowto=0x80000000
/dragonfly/sys/cpu/x86_64/misc/
HDx86_64-gdbstub.c549 boothowto &= ~RB_GDB; in gdb_handle_exception()
/dragonfly/sys/platform/vkernel64/platform/
HDinit.c310 boothowto |= RB_SINGLE; in main()
809 if (boothowto & RB_KDB) in init_vkernel()
/dragonfly/sys/sys/
HDsystm.h78 extern int boothowto; /* reboot flags, from console subsystem */
/dragonfly/sys/dev/misc/dcons/
HDdcons_os.c158 boothowto |= RB_GDB; in dcons_check_break()
/dragonfly/sys/dev/serial/sio/
HDsio.c3035 if (boothowto & RB_SERIAL) { in siocnprobe()
3108 || ((boothowto & RB_SERIAL)) ? in siocnprobe()
3131 if (gdb_tab == NULL && (boothowto & RB_GDB)) { in siocnprobe()