Searched refs:errinfo (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-err.h49 struct errinfo { struct
56 krb5int_set_error (struct errinfo *ep,
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 Dk5-plugin.h80 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 *);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Derrors.c42 krb5int_set_error (struct errinfo *ep, long code, const char *fmt, ...)
51 krb5int_vset_error (struct errinfo *ep, long code,
76 krb5int_get_error (struct errinfo *ep, long code)
148 krb5int_free_error (struct errinfo *ep, const char *msg)
155 krb5int_clear_error (struct errinfo *ep)
H A Dplugins.c84 krb5int_open_plugin (const char *filepath, struct plugin_file_handle **h, struct errinfo *ep)
192 struct errinfo *ep)
247 void **ptr, struct errinfo *ep)
254 void (**ptr)(), struct errinfo *ep)
422 struct errinfo *ep)
558 struct errinfo *ep)
617 struct errinfo *ep)
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h99 struct errinfo err;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16731 st_err_info *errinfo; local
16763 errinfo = kmem_zalloc(ST_ERR_INFO_SIZE, KM_SLEEP);
16764 errinfo->ei_error_type = onentry;
16765 errinfo->ei_failing_bp = ri->cmd_bp;
16766 COPY_POS(&errinfo->ei_expected_pos, &ri->pos);
16772 bcopy(pkt, &errinfo->ei_failed_pkt, scsi_pkt_size());
16773 bcopy(pkt->pkt_scbp, &errinfo->ei_failing_status, SECMDS_STATUS_SIZE);
16774 ret = ddi_taskq_dispatch(un->un_recov_taskq, st_recover, errinfo,
16778 kmem_free(errinfo, ST_ERR_INFO_SIZE);
16786 st_recov_ret(struct scsi_tape *un, st_err_info *errinfo, errstat argument
16838 st_err_info *const errinfo = (st_err_info *)arg; local
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1593 struct errinfo err;
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c277 struct errinfo err;

Completed in 86 milliseconds