Searched refs:allow_changes (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Daudit.c384 int allow_changes)
396 allow_changes = 0; /* Something weird, deny request */
397 audit_log_format(ab, " res=%d", allow_changes);
404 int allow_changes, rc = 0; local
409 allow_changes = 0;
411 allow_changes = 1;
414 rc = audit_log_config_change(function_name, new, old, allow_changes);
416 allow_changes = 0;
420 if (allow_changes == 1)
383 audit_log_config_change(char *function_name, u32 new, u32 old, int allow_changes) argument

Completed in 110 milliseconds