Searched refs:bsme (Results 1 – 1 of 1) sorted by relevance
731 const struct bsm_errno *bsme; in au_errno_to_bsm() local734 if (bsme == NULL) in au_errno_to_bsm()736 return (bsme->be_bsm_errno); in au_errno_to_bsm()759 const struct bsm_errno *bsme; in au_bsm_to_errno() local761 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_bsm_to_errno()762 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING) in au_bsm_to_errno()764 *errorp = bsme->be_local_errno; in au_bsm_to_errno()772 const struct bsm_errno *bsme; in au_strerror() local774 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_strerror()775 if (bsme == NULL) in au_strerror()[all …]