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

/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c51 int be_local_errno; member in struct:bsm_errno
708 if (bsm_errnos[i].be_local_errno == local_errno)
752 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
754 *errorp = bsme->be_local_errno;
767 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING)
768 return (strerror(bsme->be_local_errno));
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c53 int be_local_errno; member in struct:bsm_errno
709 if (bsm_errnos[i].be_local_errno == local_errno)
753 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
755 *errorp = bsme->be_local_errno;
768 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING)
769 return (strerror(bsme->be_local_errno));

Completed in 60 milliseconds