Home
last modified time | relevance | path

Searched refs:minor_code (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Ddisp_status.c46 char *get_error_message(OM_uint32 minor_code) in get_error_message() argument
51 fprintf(stderr, "%s(%lu, p=%p)", __FUNCTION__, (unsigned long) minor_code, in get_error_message()
55 char **v = gsserrmap_find(p, minor_code); in get_error_message()
64 msg = (char *)error_message((krb5_error_code)minor_code); in get_error_message()
71 static int save_error_string_nocopy(OM_uint32 minor_code, char *msg) in save_error_string_nocopy() argument
77 fprintf(stderr, "%s(%lu, %s)", __FUNCTION__, (unsigned long) minor_code, msg); in save_error_string_nocopy()
100 ret = gsserrmap_replace_or_insert(p, minor_code, msg); in save_error_string_nocopy()
107 void save_error_string(OM_uint32 minor_code, char *msg) in save_error_string() argument
111 if (save_error_string_nocopy(minor_code, s) != 0) in save_error_string()
115 void save_error_message(OM_uint32 minor_code, const char *format, ...) in save_error_message() argument
[all …]
H A DgssapiP_krb5.h1195 krb5_gss_get_error_message(OM_uint32 minor_code);
1197 krb5_gss_save_error_string(OM_uint32 minor_code, char *msg);
1199 krb5_gss_save_error_message(OM_uint32 minor_code, const char *format, ...)
1205 krb5_gss_save_error_info(OM_uint32 minor_code, krb5_context ctx);
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h2962 minor_code:12, member
H A Dsli4.c5560 eqe->major_code, eqe->minor_code); in sli_eq_parse()