Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_boot.c69 { "boot_ddb", RB_KDB},
137 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
159 case 'd': howto |= RB_KDB; break; in boot_parse_arg()
/f-stack/freebsd/sys/
H A Dreboot.h50 #define RB_KDB 0x040 /* give control to kernel debugger */ macro
/f-stack/freebsd/mips/ingenic/
H A Djz4780_machdep.c174 if (boothowto & RB_KDB) in mips_init()
/f-stack/freebsd/mips/beri/
H A Dberi_machdep.c147 if (boothowto & RB_KDB) in mips_init()
/f-stack/freebsd/mips/malta/
H A Dmalta_machdep.c220 if (boothowto & RB_KDB) in mips_init()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_machdep.c197 if (boothowto & RB_KDB) in mips_init()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_machdep.c319 if (boothowto & RB_KDB) in platform_start()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_machdep.c451 if (boothowto & RB_KDB) in platform_start()
/f-stack/freebsd/mips/broadcom/
H A Dbcm_machdep.c527 if (boothowto & RB_KDB) in mips_init()
/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c371 if (boothowto & RB_KDB) in platform_start()
/f-stack/freebsd/mips/nlm/
H A Dxlp_machdep.c359 if (boothowto & RB_KDB) { in mips_init()
/f-stack/freebsd/arm/arm/
H A Dmachdep.c729 if (boothowto & RB_KDB) in arm_kdb_init()
/f-stack/freebsd/arm/mv/
H A Dmv_common.c819 if (boothowto & RB_KDB) in mv_enter_debugger()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1531 if (boothowto & RB_KDB) in amd64_kdb_init()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2188 if (boothowto & RB_KDB) in i386_kdb_init()