Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Dbsm_errno.c55 int be_local_errno; member
718 if (bsm_errnos[i].be_local_errno == local_errno) in bsm_lookup_errno_local()
762 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING) in au_bsm_to_errno()
764 *errorp = bsme->be_local_errno; in au_bsm_to_errno()
777 if (bsme->be_local_errno != ERRNO_NO_LOCAL_MAPPING) in au_strerror()
778 return (strerror(bsme->be_local_errno)); in au_strerror()