Home
last modified time | relevance | path

Searched defs:audit_record (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit_private.h171 struct audit_record { struct
173 u_int32_t ar_magic;
174 int ar_event;
175 int ar_retval; /* value returned to the process */
176 int ar_errno; /* return status of system call */
177 struct timespec ar_starttime;
178 struct timespec ar_endtime;
179 u_int64_t ar_valid_arg; /* Bitmask of valid arguments */
182 struct xucred ar_subj_cred;
183 uid_t ar_subj_ruid;
[all …]