| /f-stack/freebsd/kern/ |
| H A D | subr_kdb.c | 195 kdb_enter(KDB_WHY_SYSCTL, "sysctl debug.kdb.enter"); in kdb_sysctl_enter() 336 kdb_enter(KDB_WHY_BREAK, "Break to debugger"); in kdb_break() 387 kdb_enter(KDB_WHY_BREAK, "Break to debugger"); in kdb_alt_break_internal() 498 kdb_enter(const char *why, const char *msg) in kdb_enter() function
|
| H A D | kern_shutdown.c | 824 kdb_enter(KDB_WHY_KASSERT, buf); in kassert_panic() 906 kdb_enter(KDB_WHY_PANIC, "panic"); in vpanic() 908 kdb_enter(KDB_WHY_PANIC, "re-panic"); in vpanic()
|
| H A D | kern_clock.c | 829 kdb_enter(KDB_WHY_WATCHDOG, "watchdog timeout"); in watchdog_fire()
|
| H A D | subr_witness.c | 3140 kdb_enter(KDB_WHY_WITNESS, msg); in witness_enter_debugger()
|
| H A D | vfs_subr.c | 5414 kdb_enter(KDB_WHY_VFSLOCK, "lock violation"); in vfs_badlock() 5565 kdb_enter(KDB_WHY_VFSLOCK, "lock violation"); in vop_strategy_debugpre()
|
| /f-stack/freebsd/sys/ |
| H A D | kdb.h | 81 void kdb_enter(const char *, const char *);
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_watchdog.c | 207 kdb_enter(KDB_WHY_WATCHDOG, "mp_watchdog"); in ap_watchdog()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_machdep.c | 175 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in mips_init()
|
| /f-stack/freebsd/mips/beri/ |
| H A D | beri_machdep.c | 148 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in mips_init()
|
| /f-stack/freebsd/mips/malta/ |
| H A D | malta_machdep.c | 221 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in mips_init()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_machdep.c | 198 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in mips_init()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_machdep.c | 320 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in platform_start()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_machdep.c | 452 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in platform_start()
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_machdep.c | 528 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in mips_init()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_machdep.c | 372 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in platform_start()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_machdep.c | 360 kdb_enter("Boot flags requested debugger", NULL); in mips_init()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 730 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in arm_kdb_init()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 3486 kdb_enter(KDB_WHY_NETGRAPH, "has node"); \ 3491 kdb_enter(KDB_WHY_NETGRAPH, "has hook"); \
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 3516 kdb_enter(KDB_WHY_NETGRAPH, "has node"); \ 3521 kdb_enter(KDB_WHY_NETGRAPH, "has hook"); \
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_common.c | 820 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in mv_enter_debugger()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 1532 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in amd64_kdb_init()
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 128 #define DEBUGGER(func, string) kdb_enter(KDB_WHY_MAC, (string))
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 2189 kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger"); in i386_kdb_init()
|