Home
last modified time | relevance | path

Searched refs:errinfo (Results 1 – 19 of 19) sorted by relevance

/src/crypto/krb5/src/include/
H A Dk5-err.h45 struct errinfo { struct
51 void k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) argument
57 void k5_vset_error(struct errinfo *ep, long code, const char *fmt,
64 const char *k5_get_error(struct errinfo *ep, long code);
65 void k5_free_error(struct errinfo *ep, const char *msg);
66 void k5_clear_error(struct errinfo *ep);
H A Dk5-plugin.h90 krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *);
96 struct errinfo *);
100 void (**)(void), struct errinfo *);
105 struct plugin_dir_handle *, struct errinfo *);
111 void ***, struct errinfo *);
117 void (***)(void), struct errinfo *);
H A Dk5-int.h1241 struct errinfo err;
/src/crypto/krb5/src/util/support/
H A Derrors.c39 k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) in k5_set_error()
49 k5_vset_error(struct errinfo *ep, long code, const char *fmt, va_list args) in k5_vset_error()
68 k5_get_error(struct errinfo *ep, long code) in k5_get_error()
102 k5_free_error(struct errinfo *ep, const char *msg) in k5_free_error()
109 k5_clear_error(struct errinfo *ep) in k5_clear_error()
H A Dplugins.c86 struct errinfo *ep) in open_plugin_dlfcn()
106 void **sym_out, struct errinfo *ep) in get_sym_dlfcn()
137 struct errinfo *ep) in open_plugin_win32()
151 void **sym_out, struct errinfo *ep) in get_sym_win32()
188 struct errinfo *ep) in open_plugin_dummy()
197 void **sym_out, struct errinfo *ep) in get_sym_dummy()
213 struct plugin_file_handle **handle_out, struct errinfo *ep) in krb5int_open_plugin()
236 void **sym_out, struct errinfo *ep) in krb5int_get_plugin_data()
243 void (**sym_out)(void), struct errinfo *ep) in krb5int_get_plugin_func()
381 struct errinfo *ep) in krb5int_open_plugin_dirs()
[all …]
/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_initialize.c672 struct errinfo errinfo; \
674 memset(&errinfo, 0, sizeof(errinfo)); \
679 &errinfo) || errinfo.code) { \
681 k5_clear_error(&errinfo); \
796 struct errinfo errinfo; \
797 memset(&errinfo, 0, sizeof(errinfo)); \
802 &errinfo) || errinfo.code) { \
804 k5_clear_error(&errinfo); \
931 struct errinfo errinfo; in loadInterMech() local
939 memset(&errinfo, 0, sizeof(errinfo)); in loadInterMech()
[all …]
/src/crypto/krb5/src/lib/krb5/krb/
H A Dkerrs.c217 k5_save_ctx_error(krb5_context ctx, krb5_error_code code, struct errinfo *out) in k5_save_ctx_error()
229 k5_restore_ctx_error(krb5_context ctx, struct errinfo *in) in k5_restore_ctx_error()
H A Dint-proto.h279 k5_save_ctx_error(krb5_context ctx, krb5_error_code code, struct errinfo *out);
283 k5_restore_ctx_error(krb5_context ctx, struct errinfo *in);
H A Dgic_keytab.c284 struct errinfo errsave = EMPTY_ERRINFO; in krb5_get_init_creds_keytab()
H A Dget_in_tkt.c1265 struct errinfo save = EMPTY_ERRINFO; in init_creds_step_request()
2012 struct errinfo errsave = EMPTY_ERRINFO; in k5_get_init_creds()
H A Dpreauth2.c654 struct errinfo save = EMPTY_ERRINFO; in process_pa_data()
/src/crypto/krb5/src/lib/krb5/ccache/
H A Dcccursor.c225 struct errinfo *errsave) in save_first_error()
239 struct errinfo errsave = EMPTY_ERRINFO; in krb5_cccol_have_content()
/src/contrib/sqlite3/autosetup/
H A Dpkg-config.tcl56 if {[catch {exec-with-stderr {*}[get-define CC] -print-sysroot} result errinfo] == 0} {
H A Dcc.tcl570 set err [catch {exec-with-stderr {*}$cmdline} result errinfo]
/src/sys/cam/scsi/
H A Dscsi_sa.c454 #define last_io_sense errinfo._last_io_sense
455 #define last_io_resid errinfo._last_io_resid
456 #define last_io_cdb errinfo._last_io_cdb
457 #define last_ctl_sense errinfo._last_ctl_sense
458 #define last_ctl_resid errinfo._last_ctl_resid
459 #define last_ctl_cdb errinfo._last_ctl_cdb
460 } errinfo; member
1818 bzero((caddr_t) &softc->errinfo, in saioctl()
1819 sizeof (softc->errinfo)); in saioctl()
/src/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c1135 audio_errinfo errinfo; in vclient_ioctl_oss() member
1464 memset(&data.errinfo, 0, sizeof(data.errinfo)); in vclient_ioctl_oss()
/src/crypto/krb5/src/util/profile/
H A Dprof_init.c103 struct errinfo einfo = { 0 }; in init_load_module()
/src/sys/dev/sound/pcm/
H A Ddsp.c1710 audio_errinfo errinfo; in dsp_ioctl() local
1714 ei = &errinfo; in dsp_ioctl()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3403 struct errinfo einfo = EMPTY_ERRINFO; in load_pkcs11_module()