Searched refs:call_panic (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | auditsc.c | 1186 static void show_special(struct audit_context *context, int *call_panic) in show_special() argument 1215 *call_panic = 1; in show_special() 1285 int i, call_panic = 0; in audit_log_exit() local 1349 show_special(context, &call_panic); in audit_log_exit() 1380 call_panic = 1; in audit_log_exit() 1388 call_panic = 1; in audit_log_exit() 1400 audit_log_name(context, n, NULL, i++, &call_panic); in audit_log_exit() 1406 if (call_panic) in audit_log_exit()
|
D | audit.h | 218 int record_num, int *call_panic);
|
D | audit.c | 1485 struct path *path, int record_num, int *call_panic) in audit_log_name() argument 1536 if (call_panic) in audit_log_name() 1537 *call_panic = 2; in audit_log_name()
|