Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Dbsm_errno.c731 const struct bsm_errno *bsme; in au_errno_to_bsm() local
734 if (bsme == NULL) in au_errno_to_bsm()
736 return (bsme->be_bsm_errno); in au_errno_to_bsm()
759 const struct bsm_errno *bsme; in au_bsm_to_errno() local
761 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_bsm_to_errno()
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()
772 const struct bsm_errno *bsme; in au_strerror() local
774 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_strerror()
775 if (bsme == NULL) in au_strerror()
[all …]