Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Dbsm_errno.c53 struct bsm_errno { struct
84 static const struct bsm_errno bsm_errnos[] = {
712 static const struct bsm_errno *
731 const struct bsm_errno *bsme; in au_errno_to_bsm()
739 static const struct bsm_errno *
740 bsm_lookup_errno_bsm(u_char bsm_errno) in bsm_lookup_errno_bsm() argument
759 const struct bsm_errno *bsme; in au_bsm_to_errno()
761 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_bsm_to_errno()
770 au_strerror(u_char bsm_errno) in au_strerror() argument
772 const struct bsm_errno *bsme; in au_strerror()
[all …]