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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c611 const struct bsm_errno *bsme; local
613 bsme = bsm_lookup_errno_local(local_errno);
614 if (bsme == NULL)
616 return (bsme->be_bsm_errno);
639 const struct bsm_errno *bsme; local
641 bsme = bsm_lookup_errno_bsm(bsm_errno);
642 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
644 *errorp = bsme->be_local_errno;
652 const struct bsm_errno *bsme; local
[all...]

Completed in 12 milliseconds