Searched refs:errinfo (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
H A D | k5-err.h | 49 struct errinfo { struct 56 krb5int_set_error (struct errinfo *ep, argument 60 krb5int_vset_error (struct errinfo *ep, long code, 63 krb5int_get_error (struct errinfo *ep, long code); 65 krb5int_free_error (struct errinfo *ep, const char *msg); 67 krb5int_clear_error (struct errinfo *ep);
|
H A D | k5-plugin.h | 80 krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *); 86 struct errinfo *); 90 void (**)(), struct errinfo *); 95 struct plugin_dir_handle *, struct errinfo *); 101 void ***, struct errinfo *); 107 void (***)(void), struct errinfo *);
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | errors.c | 42 krb5int_set_error (struct errinfo *ep, long code, const char *fmt, ...) in krb5int_set_error() 51 krb5int_vset_error (struct errinfo *ep, long code, in krb5int_vset_error() 76 krb5int_get_error (struct errinfo *ep, long code) in krb5int_get_error() 148 krb5int_free_error (struct errinfo *ep, const char *msg) in krb5int_free_error() 155 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()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 16731 st_err_info *errinfo; in st_command_recovery() local 16763 errinfo = kmem_zalloc(ST_ERR_INFO_SIZE, KM_SLEEP); in st_command_recovery() 16764 errinfo->ei_error_type = onentry; in st_command_recovery() 16765 errinfo->ei_failing_bp = ri->cmd_bp; in st_command_recovery() 16766 COPY_POS(&errinfo->ei_expected_pos, &ri->pos); in st_command_recovery() 16772 bcopy(pkt, &errinfo->ei_failed_pkt, scsi_pkt_size()); in st_command_recovery() 16773 bcopy(pkt->pkt_scbp, &errinfo->ei_failing_status, SECMDS_STATUS_SIZE); in st_command_recovery() 16774 ret = ddi_taskq_dispatch(un->un_recov_taskq, st_recover, errinfo, in st_command_recovery() 16778 kmem_free(errinfo, ST_ERR_INFO_SIZE); in st_command_recovery() 16786 st_recov_ret(struct scsi_tape *un, st_err_info *errinfo, errstate err) in st_recov_ret() argument [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | gssapiP_spnego.h | 99 struct errinfo err;
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 1593 struct errinfo err;
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 277 struct errinfo err; in load_preauth_plugins()
|