Searched refs:bsm_errno (Results 1 – 1 of 1) sorted by relevance
49 struct bsm_errno { struct80 static const struct bsm_errno bsm_errnos[] = {591 static const struct bsm_errno *611 const struct bsm_errno *bsme; in au_errno_to_bsm()620 static const struct bsm_errno *621 bsm_lookup_errno_bsm(u_char bsm_errno) in bsm_lookup_errno_bsm() argument626 if (bsm_errnos[i].be_bsm_errno == bsm_errno) { in bsm_lookup_errno_bsm()639 au_bsm_to_errno(u_char bsm_errno, int *errorp) in au_bsm_to_errno() argument641 const struct bsm_errno *bsme; in au_bsm_to_errno()643 bsme = bsm_lookup_errno_bsm(bsm_errno); in au_bsm_to_errno()[all …]