Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/openbsm/libbsm/
HDbsm_errno.c51 int be_local_errno; member
715 if (bsm_errnos[i].be_local_errno == local_errno) in bsm_lookup_errno_local()
759 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING) in au_bsm_to_errno()
761 *errorp = bsme->be_local_errno; in au_bsm_to_errno()
774 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING) in au_strerror()
775 return (strerror(bsme->be_local_errno)); in au_strerror()
/freebsd-13-stable/sys/security/audit/
HDbsm_errno.c53 int be_local_errno; member
716 if (bsm_errnos[i].be_local_errno == local_errno) in bsm_lookup_errno_local()
760 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING) in au_bsm_to_errno()
762 *errorp = bsme->be_local_errno; in au_bsm_to_errno()
775 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING) in au_strerror()
776 return (strerror(bsme->be_local_errno)); in au_strerror()