| /src/crypto/krb5/src/include/ |
| H A D | k5-err.h | 45 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 D | k5-plugin.h | 90 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 D | k5-int.h | 1241 struct errinfo err;
|
| /src/crypto/krb5/src/util/support/ |
| H A D | errors.c | 39 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 D | plugins.c | 86 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 D | g_initialize.c | 672 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 D | kerrs.c | 217 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 D | int-proto.h | 279 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 D | gic_keytab.c | 284 struct errinfo errsave = EMPTY_ERRINFO; in krb5_get_init_creds_keytab()
|
| H A D | get_in_tkt.c | 1265 struct errinfo save = EMPTY_ERRINFO; in init_creds_step_request() 2012 struct errinfo errsave = EMPTY_ERRINFO; in k5_get_init_creds()
|
| H A D | preauth2.c | 654 struct errinfo save = EMPTY_ERRINFO; in process_pa_data()
|
| /src/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cccursor.c | 225 struct errinfo *errsave) in save_first_error() 239 struct errinfo errsave = EMPTY_ERRINFO; in krb5_cccol_have_content()
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | pkg-config.tcl | 56 if {[catch {exec-with-stderr {*}[get-define CC] -print-sysroot} result errinfo] == 0} {
|
| H A D | cc.tcl | 570 set err [catch {exec-with-stderr {*}$cmdline} result errinfo]
|
| /src/sys/cam/scsi/ |
| H A D | scsi_sa.c | 454 #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 D | main.c | 1135 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 D | prof_init.c | 103 struct errinfo einfo = { 0 }; in init_load_module()
|
| /src/sys/dev/sound/pcm/ |
| H A D | dsp.c | 1710 audio_errinfo errinfo; in dsp_ioctl() local 1714 ei = &errinfo; in dsp_ioctl()
|
| /src/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_crypto_openssl.c | 3403 struct errinfo einfo = EMPTY_ERRINFO; in load_pkcs11_module()
|