Searched refs:call_panic (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | auditsc.c | 1264 static void show_special(struct audit_context *context, int *call_panic) in show_special() argument 1293 *call_panic = 1; in show_special() 1396 * @call_panic: optional pointer to int that will be updated if secid fails 1399 const struct path *path, int record_num, int *call_panic) in audit_log_name() 1450 if (call_panic) in audit_log_name() 1451 *call_panic = 2; in audit_log_name() 1527 int i, call_panic = 0; in audit_log_exit() local 1591 show_special(context, &call_panic); in audit_log_exit() 1622 call_panic = 1; in audit_log_exit() 1630 call_panic in audit_log_exit() 1398 audit_log_name(struct audit_context *context, struct audit_names *n, const struct path *path, int record_num, int *call_panic) audit_log_name() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | auditsc.c | 1369 static void show_special(struct audit_context *context, int *call_panic) in show_special() argument 1400 *call_panic = 1; in show_special() 1511 * @call_panic: optional pointer to int that will be updated if secid fails 1514 const struct path *path, int record_num, int *call_panic) in audit_log_name() 1568 if (call_panic) in audit_log_name() 1569 *call_panic = 2; in audit_log_name() 1680 int i, call_panic = 0; in audit_log_exit() local 1754 show_special(context, &call_panic); in audit_log_exit() 1785 call_panic = 1; in audit_log_exit() 1793 call_panic in audit_log_exit() 1513 audit_log_name(struct audit_context *context, struct audit_names *n, const struct path *path, int record_num, int *call_panic) audit_log_name() argument [all...] |
Completed in 6 milliseconds