Searched refs:errinfo (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
| H A D | k5-err.h | 47 struct errinfo { struct 54 krb5int_set_error (struct errinfo *ep, argument 58 krb5int_vset_error (struct errinfo *ep, long code, 61 krb5int_get_error (struct errinfo *ep, long code); 63 krb5int_free_error (struct errinfo *ep, const char *msg); 65 krb5int_clear_error (struct errinfo *ep);
|
| H A D | k5-plugin.h | 78 krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *); 84 struct errinfo *); 88 void (**)(), struct errinfo *); 93 struct plugin_dir_handle *, struct errinfo *); 99 void ***, struct errinfo *); 105 void (***)(void), struct errinfo *);
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
| H A D | errors.c | 40 krb5int_set_error (struct errinfo *ep, long code, const char *fmt, ...) in krb5int_set_error() 49 krb5int_vset_error (struct errinfo *ep, long code, in krb5int_vset_error() 74 krb5int_get_error (struct errinfo *ep, long code) in krb5int_get_error() 146 krb5int_free_error (struct errinfo *ep, const char *msg) in krb5int_free_error() 153 krb5int_clear_error (struct errinfo *ep) in krb5int_clear_error()
|
| H A D | plugins.c | 84 krb5int_open_plugin (const char *filepath, struct plugin_file_handle **h, struct errinfo *ep) in krb5int_open_plugin() 192 struct errinfo *ep) in krb5int_get_plugin_sym() 247 void **ptr, struct errinfo *ep) in krb5int_get_plugin_data() 254 void (**ptr)(), struct errinfo *ep) in krb5int_get_plugin_func() 422 struct errinfo *ep) in krb5int_open_plugin_dirs() 558 struct errinfo *ep) in krb5int_get_plugin_dir_data() 617 struct errinfo *ep) in krb5int_get_plugin_dir_func()
|
| /illumos-gate/usr/src/uts/common/io/scsi/targets/ |
| H A D | st.c | 16733 st_err_info *errinfo; in st_command_recovery() local 16765 errinfo = kmem_zalloc(ST_ERR_INFO_SIZE, KM_SLEEP); in st_command_recovery() 16766 errinfo->ei_error_type = onentry; in st_command_recovery() 16767 errinfo->ei_failing_bp = ri->cmd_bp; in st_command_recovery() 16768 COPY_POS(&errinfo->ei_expected_pos, &ri->pos); in st_command_recovery() 16774 bcopy(pkt, &errinfo->ei_failed_pkt, scsi_pkt_size()); in st_command_recovery() 16775 bcopy(pkt->pkt_scbp, &errinfo->ei_failing_status, SECMDS_STATUS_SIZE); in st_command_recovery() 16776 ret = ddi_taskq_dispatch(un->un_recov_taskq, st_recover, errinfo, in st_command_recovery() 16780 kmem_free(errinfo, ST_ERR_INFO_SIZE); in st_command_recovery() 16788 st_recov_ret(struct scsi_tape *un, st_err_info *errinfo, errstate err) in st_recov_ret() argument [all …]
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/ |
| H A D | gssapiP_spnego.h | 99 struct errinfo err;
|
| /illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| H A D | k5-int.h | 1595 struct errinfo err;
|
| /illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
| H A D | kdc_preauth.c | 277 struct errinfo err; in load_preauth_plugins()
|