Searched refs:bsme (Results 1 – 1 of 1) sorted by relevance
611 const struct bsm_errno *bsme; in au_errno_to_bsm() local613 bsme = bsm_lookup_errno_local(local_errno); in au_errno_to_bsm()614 if (bsme == NULL) { in au_errno_to_bsm()617 return bsme->be_bsm_errno; in au_errno_to_bsm()641 const struct bsm_errno *bsme; in au_bsm_to_errno() local643 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_bsm_to_errno()644 if (bsme == NULL || bsme->be_local_errno == ERRNO_NO_LOCAL_MAPPING) { in au_bsm_to_errno()647 *errorp = bsme->be_local_errno; in au_bsm_to_errno()655 const struct bsm_errno *bsme; in au_strerror() local657 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_strerror()[all …]