Searched refs:code (Results 126 - 150 of 882) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioError.cc35 // Convert error code to string
39 if (code == AUDIO_NOERROR)
41 if (code == AUDIO_UNIXERROR) {
53 switch (code) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-err.h50 long code; member in struct:errinfo
57 long code,
60 krb5int_vset_error (struct errinfo *ep, long code,
63 krb5int_get_error (struct errinfo *ep, long code);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dcompare_name.c39 krb5_error_code code; local
51 code = krb5_gss_init_context(&context);
52 if (code) {
53 *minor_status = code;
H A Dutil_cksum.c48 krb5_error_code code; local
52 code = krb5_c_checksum_length(context, CKSUMTYPE_RSA_MD5, &sumlen);
53 if (code)
54 return(code);
79 /* helper macros. This code currently depends on a long being 32
102 * so lets stick w/oldey-but-goodey code.
104 code = krb5_c_make_checksum(context, CKSUMTYPE_RSA_MD5, 0, 0,
106 if (code)
111 code = ENOMEM;
126 if (code
[all...]
H A Dcontext_time.c37 krb5_error_code code; local
55 if ((code = krb5_timeofday(ctx->k5_context, &now))) {
56 *minor_status = code;
H A Daccept_sec_context.c128 * subkey, so this code works fine against a JCSI client.) Up to the
129 * present, though, GSSAPI clients linked against the MIT code (which
135 * unencrypted. (The MIT code doesn't actually send the KRB_CRED
296 krb5_error_code code; local
327 code = krb5int_accessor (&kaccess, KRB5INT_ACCESS_VERSION);
328 if (code) {
329 *minor_status = code;
333 code = krb5_gss_init_context(&context);
334 if (code) {
335 *minor_status = code;
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvwscanw.c64 int code; local
69 code = _vsscanf(buffer, fmt, ap);
73 return ((code == EOF) ? ERR : OK);
75 return (code);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c62 krb5_error_code code; local
65 code = krb5int_locate_server (context, realm, addrlist,
68 if (code == KRB5_REALM_CANT_RESOLVE || code == KRB5_REALM_UNKNOWN) {
69 code = krb5int_locate_server (context, realm, addrlist,
71 if (!code) {
84 return (code);
89 * This routine is used for a callback in sendto_kdc.c code. Simply
104 krb5_error_code code = 0; local
119 code
202 krb5_error_code code = 0; local
373 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dungetwch.c39 * Push a process code back into the input stream
43 ungetwch(wchar_t code) argument
48 n = _curs_wctomb(buf, code & TRIM);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyperr_string.c32 * Portions of this source code were derived from Berkeley
45 * yp error code. An input value of zero will return a success message.
51 yperr_string(int code) argument
53 switch (code) {
89 return ("unknown yp client error code");
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dio.c59 io_exit(int code) argument
61 exit(code);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dio.c61 io_exit(int code) argument
63 fmd_hdl_abort(Hdl, "eft: exitcode %d\n", code);
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.h14 information needed to do the operation requested by the code that
16 table that indexes more bits of the code. op indicates whether
18 distance, an end-of-block, or an invalid code. For a table
21 is the number of extra bits to get after the code. bits is
22 the number of bits in this code or part of the code to drop off
28 unsigned char bits; /* bits in this part of the code */
29 unsigned short val; /* offset in table or code value */
30 } code; typedef in typeref:struct:__anon9343
37 01000000 - invalid code
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon109
35 01000000 - invalid code
[all...]
/illumos-gate/usr/src/cmd/krb5/kdestroy/
H A Dkdestroy.c112 int code = 0; local
216 code = krpc_sys(KRPC_REVAUTH, (void *)&desarg);
218 if (code != 0) {
221 progname, code);
225 if (code = krb5_cc_default(kcontext, &cache)) {
226 com_err(progname, code,
236 code = krb5_cc_resolve (kcontext, cache_name, &cache);
237 if (code != 0) {
238 com_err (progname, code, gettext("while resolving %s"), cache_name);
242 code
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_kerrs.c52 spnego_set_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code, argument
62 "spnego_set_error_message(ctx=%p/err=%p, code=%ld, ...)\n",
63 ctx, &ctx->err, (long) code);
65 krb5int_vset_error (&ctx->err, code, fmt, args);
74 spnego_vset_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code, argument
79 fprintf(stderr, "spnego_vset_error_message(ctx=%p, code=%ld, ...)\n",
80 ctx, (long) code);
84 krb5int_vset_error (&ctx->err, code, fmt, args);
92 spnego_get_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code) argument
96 fprintf(stderr, "spnego_get_error_message(%p, %ld)\n", ctx, (long) code);
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5seal.c71 krb5_error_code code; local
94 * Because the ARCFOUR code bypasses the standard
101 if ((code = init_key_kef(context->kef_cipher_mt, seq))) {
102 return (code);
104 if ((code = init_key_kef(context->kef_cipher_mt, enc))) {
105 return (code);
186 code = krb5_c_checksum_length(context, md5cksum.checksum_type, &sumlen);
187 if (code) {
189 "error code=%d\n", code);
380 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Derr.c48 errmsg(int level, int code, const char* fmt, va_list ap) argument
65 exit(code);
68 extern void verr(int code, const char* fmt, va_list ap) argument
70 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap);
73 extern void err(int code, const char* fmt, ...) argument
78 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap);
82 extern void verrx(int code, const char* fmt, va_list ap) argument
84 errmsg(ERROR_ERROR, code, fmt, ap);
87 extern void errx(int code, const char* fmt, ...) argument
92 errmsg(ERROR_ERROR, code, fm
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c45 krb5_error_code code; local
51 if ((code = krb5_kt_default_name(ctx, buf, sizeof (buf))) != 0)
52 return (code);
76 krb5_error_code code; local
84 if ((code = krb5_principal2salt(ctx, svc_princ, &salt)) != 0) {
85 return (code);
95 code = krb5_kt_add_entry(ctx, kt, &entry);
102 return (code);
166 krb5_error_code code; local
173 if ((code
276 krb5_error_code code; local
422 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c52 int code; local
61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
63 return __m_return_code("border", code);
H A Dbrdr_st.c52 int code; local
61 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
63 return __m_return_code("border_set", code);
H A Dvw_scanw.c59 int code; local
65 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
72 return __m_return_code("vw_scanw", code);
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidm5p.c40 #define LOGI_START_CODE (uchar_t)(0x80) /* Start code in char */
82 int r, code; local
89 code = *bufp++;
93 * Start state. We stay here if the start code is not
95 * get a start code the button mask comes with it
101 if ((code & LOGI_NOT_BMASK) != LOGI_START_CODE)
106 STATEP->buttons = (~code) & LOGI_BMASK;
107 /* or xlate[code & ] */
116 if ((code & LOGI_NOT_BMASK) == LOGI_START_CODE) {
122 STATEP->deltax += (signed char)code;
[all...]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkiconv.c51 size_t code; local
53 code = iconv(handle, (const char **)inbuf, inbytesleft,
56 return (code);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dcom_err.c43 (const char *whoami, errcode_t code,
144 /* Solaris Kerberos: this code is significantly altered from
147 static void default_com_err_proc (const char *whoami, errcode_t code, argument
167 * a whoami string was provided, error code is non-zero, and if a
172 if ((!code) && fmt) {
177 } else if (code && !fmt) {
180 error_message(code));
182 } else if (code && fmt) {
185 error_message(code), whilebuf);
191 if ((!code)
217 com_err_va(const char *whoami, errcode_t code, const char *fmt, va_list ap) argument
252 com_err(const char *whoami, errcode_t code, const char *fmt, ...) argument
[all...]

Completed in 128 milliseconds

1234567891011>>