Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/security/audit/
H A Daudit_bsm_errno.c611 const struct bsm_errno *bsme; in au_errno_to_bsm() local
613 bsme = bsm_lookup_errno_local(local_errno); in au_errno_to_bsm()
614 if (bsme == NULL) { in au_errno_to_bsm()
617 return bsme->be_bsm_errno; in au_errno_to_bsm()
641 const struct bsm_errno *bsme; in au_bsm_to_errno() local
643 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_bsm_to_errno()
644 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING) { in au_bsm_to_errno()
647 *errorp = bsme->be_local_errno; in au_bsm_to_errno()
655 const struct bsm_errno *bsme; in au_strerror() local
657 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_strerror()
[all …]