Searched refs:message (Results 1 – 5 of 5) sorted by relevance
/kernel/trace/rv/ |
D | Kconfig | 70 message if an exception is found. 78 message if an exception is found and panic()s the system.
|
/kernel/ |
D | audit.c | 302 void audit_panic(const char *message) in audit_panic() argument 309 pr_err("%s\n", message); in audit_panic() 312 panic("audit: %s\n", message); in audit_panic() 352 void audit_log_lost(const char *message) in audit_log_lost() argument 380 audit_panic(message); in audit_log_lost()
|
D | audit.h | 238 extern void audit_panic(const char *message);
|
D | signal.c | 2228 static int ptrace_stop(int exit_code, int why, unsigned long message, in ptrace_stop() argument 2281 current->ptrace_message = message; in ptrace_stop() 2356 static int ptrace_do_notify(int signr, int exit_code, int why, unsigned long message) in ptrace_do_notify() argument 2367 return ptrace_stop(exit_code, why, message, &info); in ptrace_do_notify() 2370 int ptrace_notify(int exit_code, unsigned long message) in ptrace_notify() argument 2379 signr = ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED, message); in ptrace_notify()
|
/kernel/power/ |
D | Kconfig | 234 A detected lockup causes system panic with message
|