Searched refs:ar_errno (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_private.h198 int ar_errno; /* return status of system call */ member in struct:audit_record
H A Daudit_worker.c362 if (ar->k_ar.ar_errno == 0)
H A Daudit_bsm.c1268 if (ar->ar_errno != EINVAL) {
1275 if (ar->ar_errno == 0) {
1469 if (ar->ar_errno != EINVAL) {
1478 if (ar->ar_errno == 0) {
1977 tok = au_to_return32(au_errno_to_bsm(ar->ar_errno), ar->ar_retval);
H A Daudit.c557 ar->k_ar.ar_errno = error;

Completed in 29 milliseconds