Home
last modified time | relevance | path

Searched refs:RB_KDB (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/sys/kern/
HDsubr_boot.c68 { "boot_ddb", RB_KDB},
138 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
160 case 'd': howto |= RB_KDB; break; in boot_parse_arg()
/freebsd-14-stable/sys/sys/
HDreboot.h49 #define RB_KDB 0x040 /* give control to kernel debugger */ macro
/freebsd-14-stable/sys/arm/arm/
HDmachdep.c404 if (boothowto & RB_KDB) in arm_kdb_init()
/freebsd-14-stable/sys/riscv/riscv/
HDmachdep.c592 if ((boothowto & RB_KDB) != 0) in initriscv()
/freebsd-14-stable/sys/powerpc/powerpc/
HDmachdep.c500 if (boothowto & RB_KDB) in powerpc_init()
/freebsd-14-stable/sys/arm64/arm64/
HDmachdep.c1016 if ((boothowto & RB_KDB) != 0) in initarm()
/freebsd-14-stable/sys/amd64/amd64/
HDmachdep.c1172 if (boothowto & RB_KDB) in amd64_kdb_init()
/freebsd-14-stable/sys/i386/i386/
HDmachdep.c1276 if (boothowto & RB_KDB) in i386_kdb_init()
/freebsd-14-stable/sys/arm/mv/
HDmv_common.c817 if (boothowto & RB_KDB) in mv_enter_debugger()