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

/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c52 int be_local_errno; member in struct:bsm_errno
598 if (bsm_errnos[i].be_local_errno == local_errno)
642 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
644 *errorp = bsme->be_local_errno;
657 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING)
658 return (strerror(bsme->be_local_errno));

Completed in 26 milliseconds