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

/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c29 * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#22 $
51 struct bsm_errno { struct
82 static const struct bsm_errno bsm_errnos[] = {
704 static const struct bsm_errno *
723 const struct bsm_errno *bsme;
731 static const struct bsm_errno *
732 bsm_lookup_errno_bsm(u_char bsm_errno) argument
737 if (bsm_errnos[i].be_bsm_errno == bsm_errno)
749 au_bsm_to_errno(u_char bsm_errno, int *errorp) argument
751 const struct bsm_errno *bsm
762 au_strerror(u_char bsm_errno) argument
[all...]
H A DMakefile.am18 bsm_errno.c \
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_errno.c29 * P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#22
53 struct bsm_errno { struct
84 static const struct bsm_errno bsm_errnos[] = {
706 static const struct bsm_errno *
725 const struct bsm_errno *bsme;
733 static const struct bsm_errno *
734 bsm_lookup_errno_bsm(u_char bsm_errno) argument
739 if (bsm_errnos[i].be_bsm_errno == bsm_errno)
751 au_bsm_to_errno(u_char bsm_errno, int *errorp) argument
753 const struct bsm_errno *bsm
764 au_strerror(u_char bsm_errno) argument
[all...]
/freebsd-10.0-release/lib/libbsm/
H A DMakefile19 bsm_errno.c \

Completed in 228 milliseconds