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

/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c53 int be_local_errno; member in struct:bsm_errno
710 if (bsm_errnos[i].be_local_errno == local_errno)
754 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
756 *errorp = bsme->be_local_errno;
769 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING)
770 return (strerror(bsme->be_local_errno));
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_errno.c55 int be_local_errno; member in struct:bsm_errno
712 if (bsm_errnos[i].be_local_errno == local_errno)
756 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
758 *errorp = bsme->be_local_errno;
771 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING)
772 return (strerror(bsme->be_local_errno));

Completed in 101 milliseconds