Searched defs:audit_record (Results 1 – 1 of 1) sorted by relevance
215 struct audit_record { struct217 u_int32_t ar_magic;218 int ar_event;219 int ar_retval; /* value returned to the process */220 int ar_errno; /* return status of system call */221 struct timespec ar_starttime;222 struct timespec ar_endtime;223 u_int64_t ar_valid_arg; /* Bitmask of valid arguments */226 struct xucred ar_subj_cred;227 uid_t ar_subj_ruid;[all …]