Searched refs:kdb_why (Results 1 – 4 of 4) sorted by relevance
228 char kdb_why[80]; in wd_timeout_cb() local229 snprintf(kdb_why, sizeof(buf), "watchdog %s timeout", type); in wd_timeout_cb()231 kdb_enter(KDB_WHY_WATCHDOG, kdb_why); in wd_timeout_cb()
123 const char * volatile kdb_why = KDB_WHY_UNSET; variable444 kdb_why = why; in kdb_enter()446 kdb_why = KDB_WHY_UNSET; in kdb_enter()
97 extern const char * volatile kdb_why;
229 why = kdb_why; in db_trap()