bsm_errno
static const struct bsm_errno *
const struct bsm_errno *bsme;
static const struct bsm_errno *
bsm_lookup_errno_bsm(u_char bsm_errno)
if (bsm_errnos[i].be_bsm_errno == bsm_errno)
au_bsm_to_errno(u_char bsm_errno, int *errorp)
const struct bsm_errno *bsme;
bsme = bsm_lookup_errno_bsm(bsm_errno);
au_strerror(u_char bsm_errno)
const struct bsm_errno *bsme;
bsme = bsm_lookup_errno_bsm(bsm_errno);
static const struct bsm_errno bsm_errnos[] = {