Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/security/audit/ !
H A Daudit_bsm_errno.c49 struct bsm_errno { struct
80 static const struct bsm_errno bsm_errnos[] = {
591 static const struct bsm_errno *
611 const struct bsm_errno *bsme; in au_errno_to_bsm()
620 static const struct bsm_errno *
621 bsm_lookup_errno_bsm(u_char bsm_errno) in bsm_lookup_errno_bsm() argument
626 if (bsm_errnos[i].be_bsm_errno == bsm_errno) { in bsm_lookup_errno_bsm()
639 au_bsm_to_errno(u_char bsm_errno, int *errorp) in au_bsm_to_errno() argument
641 const struct bsm_errno *bsme; in au_bsm_to_errno()
643 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_bsm_to_errno()
[all …]