Home
last modified time | relevance | path

Searched refs:map_string_field (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/journal/
Djournald-audit.c136 static int map_string_field(const char *field, const char **p, struct iovec *iovec, size_t *n) { in map_string_field() function
221 { "comm=", "_COMM=", map_string_field },
222 { "exe=", "_EXE=", map_string_field },
229 { "path=", "_AUDIT_FIELD_PATH=", map_string_field },
230 { "dev=", "_AUDIT_FIELD_DEV=", map_string_field },
231 { "name=", "_AUDIT_FIELD_NAME=", map_string_field },
239 { "cwd=", "AUDIT_FIELD_CWD=", map_string_field },
240 { "cmd=", "AUDIT_FIELD_CMD=", map_string_field },
241 { "acct=", "AUDIT_FIELD_ACCT=", map_string_field },
242 { "exe=", "AUDIT_FIELD_EXE=", map_string_field },
[all …]