Home
last modified time | relevance | path

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

/systemd-251/src/journal/
Djournald-audit.c270 N_IOVEC_AUDIT_FIELDS); in map_all_fields()
341 struct iovec iovec[N_IOVEC_META_FIELDS + 8 + N_IOVEC_AUDIT_FIELDS]; in process_audit_string()
402 … map_all_fields(p, map_fields_kernel, "_AUDIT_FIELD_", true, iovec, &n, n + N_IOVEC_AUDIT_FIELDS); in process_audit_string()
Djournald-server.h197 #define N_IOVEC_AUDIT_FIELDS 64 macro