Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_disp_status.c60 char *get_error_message(OM_uint32 minor_code) in get_error_message() argument
70 char **v = gsserrmap_find(p, minor_code); in get_error_message()
79 msg = (char *)error_message(minor_code); in get_error_message()
116 ret = gsserrmap_replace_or_insert(p, minor_code, msg); in save_error_string_nocopy()
130 void save_error_string(OM_uint32 minor_code, char *msg) in save_error_string() argument
134 if (save_error_string_nocopy(minor_code, s) != 0) in save_error_string()
148 if (save_error_string_nocopy(minor_code, s) != 0) in save_error_message()
158 (unsigned long) minor_code, (void *)ctx); in spnego_gss_save_error_info()
163 (unsigned long) minor_code, (void *)ctx, s); in spnego_gss_save_error_info()
165 save_error_string(minor_code, s); in spnego_gss_save_error_info()
[all …]
H A DgssapiP_spnego.h593 void spnego_gss_save_error_info(OM_uint32 minor_code, spnego_gss_ctx_id_t ctx);
594 char *spnego_gss_get_error_message(OM_uint32 minor_code);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_status.c52 char *get_error_message(OM_uint32 minor_code) in get_error_message() argument
62 char **v = gsserrmap_find(p, minor_code); in get_error_message()
71 msg = (char *)error_message((krb5_error_code)minor_code); in get_error_message()
79 static int save_error_string_nocopy(OM_uint32 minor_code, char *msg) in save_error_string_nocopy() argument
108 ret = gsserrmap_replace_or_insert(p, minor_code, msg); in save_error_string_nocopy()
122 void save_error_string(OM_uint32 minor_code, char *msg) in save_error_string() argument
126 if (save_error_string_nocopy(minor_code, s) != 0) in save_error_string()
140 if (save_error_string_nocopy(minor_code, s) != 0) in save_error_message()
150 (unsigned long) minor_code, (void *)ctx); in krb5_gss_save_error_info()
155 (unsigned long) minor_code, (void *)ctx, s); in krb5_gss_save_error_info()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h847 krb5_gss_get_error_message(OM_uint32 minor_code);
849 krb5_gss_save_error_string(OM_uint32 minor_code, char *msg);
851 krb5_gss_save_error_message(OM_uint32 minor_code, const char *format, ...)
857 krb5_gss_save_error_info(OM_uint32 minor_code, krb5_context ctx);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h446 uint32_t minor_code:12; member
452 uint32_t minor_code:12;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1601 ugen_minor_t minor_code, minor_code_base; in ugen_epxs_minor_nodes_create() local
1632 minor_code = minor_code_base | UGEN_MINOR_EP_XFER_NODE; in ugen_epxs_minor_nodes_create()
1634 minor_index = ugen_minor_index_create(ugenp, minor_code); in ugen_epxs_minor_nodes_create()
1677 minor, minor_index, minor_code, node_name); in ugen_epxs_minor_nodes_create()
1689 minor_code = minor_code_base | UGEN_MINOR_EP_STAT_NODE; in ugen_epxs_minor_nodes_create()
1690 minor_index = ugen_minor_index_create(ugenp, minor_code); in ugen_epxs_minor_nodes_create()
1708 minor, minor_index, minor_code, node_name); in ugen_epxs_minor_nodes_create()