Lines Matching refs: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",
1397 audit_log_format(ab, " msg='%.*s'",
1401 audit_log_format(ab, " data=");
1416 audit_log_format(ab, " op=%s audit_enabled=%d res=0",
1432 audit_log_format(ab, " op=trim res=1");
1463 audit_log_format(ab, " op=make_equiv old=");
1465 audit_log_format(ab, " new=");
1467 audit_log_format(ab, " res=%d", !err);
1533 audit_log_format(ab, " op=tty_set old-enabled=%d new-enabled=%d"
1615 audit_log_format(ab, "pid=%u uid=%u auid=%u tty=%s ses=%u",
1623 audit_log_format(ab, " comm=");
1626 audit_log_format(ab, " nl-mcgrp=%d op=%s res=%d", group, op, !err);
1923 audit_log_format(ab, "audit(%llu.%03lu:%u): ",
1998 * audit_log_format - format a message into the audit buffer.
2005 void audit_log_format(struct audit_buffer *ab, const char *fmt, ...)
2146 audit_log_format(ab, "%s", prefix);
2151 audit_log_format(ab, "\"<no_memory>\"");
2157 audit_log_format(ab, "\"<too_long>\"");
2168 audit_log_format(ab, "auid=%u ses=%u", auid, sessionid);
2173 audit_log_format(ab, " key=");
2177 audit_log_format(ab, "(null)");
2197 audit_log_format(ab, " subj=%s", ctx.context);
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);