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

/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c723 const struct bsm_errno *bsme; local
725 bsme = bsm_lookup_errno_local(local_errno);
726 if (bsme == NULL)
728 return (bsme->be_bsm_errno);
751 const struct bsm_errno *bsme; local
753 bsme = bsm_lookup_errno_bsm(bsm_errno);
754 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
756 *errorp = bsme->be_local_errno;
764 const struct bsm_errno *bsme; local
[all...]
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_errno.c725 const struct bsm_errno *bsme; local
727 bsme = bsm_lookup_errno_local(local_errno);
728 if (bsme == NULL)
730 return (bsme->be_bsm_errno);
753 const struct bsm_errno *bsme; local
755 bsme = bsm_lookup_errno_bsm(bsm_errno);
756 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING)
758 *errorp = bsme->be_local_errno;
766 const struct bsm_errno *bsme; local
[all...]

Completed in 164 milliseconds