Searched refs:minor_code (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_status.c50 char *get_error_message(OM_uint32 minor_code) argument
55 fprintf(stderr, "%s(%lu, p=%p)", __func__, (unsigned long) minor_code,
59 char **v = gsserrmap_find(p, minor_code);
68 msg = (char *)error_message((krb5_error_code)minor_code);
75 static int save_error_string_nocopy(OM_uint32 minor_code, char *msg) argument
81 fprintf(stderr, "%s(%lu, %s)", __func__, (unsigned long) minor_code, msg);
104 ret = gsserrmap_replace_or_insert(p, minor_code, msg);
119 void save_error_string(OM_uint32 minor_code, char *msg) argument
123 if (save_error_string_nocopy(minor_code, s) != 0)
127 void save_error_message(OM_uint32 minor_code, cons argument
141 krb5_gss_save_error_info(OM_uint32 minor_code, krb5_context ctx) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_disp_status.c61 char *get_error_message(OM_uint32 minor_code) argument
67 fprintf(stderr, "%s(%lu, p=%p)", __func__, (unsigned long) minor_code,
71 char **v = gsserrmap_find(p, minor_code);
80 msg = (char *)error_message(minor_code);
88 static int save_error_string_nocopy(OM_uint32 minor_code, char *msg) argument
94 fprintf(stderr, "%s(%lu, %s)", __func__, (unsigned long) minor_code, msg);
117 ret = gsserrmap_replace_or_insert(p, minor_code, msg);
132 void save_error_string(OM_uint32 minor_code, char *msg) argument
136 if (save_error_string_nocopy(minor_code, s) != 0)
140 void save_error_message(OM_uint32 minor_code, cons argument
154 spnego_gss_save_error_info(OM_uint32 minor_code, spnego_gss_ctx_id_t ctx) argument
[all...]
H A DgssapiP_spnego.h579 void spnego_gss_save_error_info(OM_uint32 minor_code, spnego_gss_ctx_id_t ctx);
580 char *spnego_gss_get_error_message(OM_uint32 minor_code);

Completed in 22 milliseconds