Lines Matching defs:audit_log_format

392 	audit_log_format(ab, "op=set %s=%u old=%u ", function_name, new, old);
397 audit_log_format(ab, " res=%d", allow_changes);
1100 audit_log_format(*ab, "pid=%d uid=%u ", pid, uid);
1140 audit_log_format(ab, " feature=%s old=%u new=%u old_lock=%u new_lock=%u res=%d",
1398 audit_log_format(ab, " msg='%.*s'",
1402 audit_log_format(ab, " data=");
1417 audit_log_format(ab, " op=%s audit_enabled=%d res=0",
1433 audit_log_format(ab, " op=trim res=1");
1464 audit_log_format(ab, " op=make_equiv old=");
1466 audit_log_format(ab, " new=");
1468 audit_log_format(ab, " res=%d", !err);
1532 audit_log_format(ab, " op=tty_set old-enabled=%d new-enabled=%d"
1614 audit_log_format(ab, "pid=%u uid=%u auid=%u tty=%s ses=%u",
1622 audit_log_format(ab, " comm=");
1625 audit_log_format(ab, " nl-mcgrp=%d op=%s res=%d", group, op, !err);
1922 audit_log_format(ab, "audit(%llu.%03lu:%u): ",
1997 * audit_log_format - format a message into the audit buffer.
2004 void audit_log_format(struct audit_buffer *ab, const char *fmt, ...)
2145 audit_log_format(ab, "%s", prefix);
2150 audit_log_format(ab, "\"<no_memory>\"");
2156 audit_log_format(ab, "\"<too_long>\"");
2167 audit_log_format(ab, "auid=%u ses=%u", auid, sessionid);
2172 audit_log_format(ab, " key=");
2176 audit_log_format(ab, "(null)");
2197 audit_log_format(ab, " subj=%s", ctx);
2223 audit_log_format(ab, " exe=(null)");
2254 audit_log_format(ab,
2272 audit_log_format(ab, " comm=");
2295 audit_log_format(ab, "op=%s", operation);
2297 audit_log_format(ab, " res=0");
2342 audit_log_format(ab, "pid=%d uid=%u", task_tgid_nr(current), uid);
2344 audit_log_format(ab, " old-auid=%u auid=%u tty=%s old-ses=%u ses=%u res=%d",
2477 EXPORT_SYMBOL(audit_log_format);