Searched defs:code (Results 226 - 250 of 584) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_polled.c130 kbtrans_polled_putcode(struct kbtrans *upper, char code) argument
141 upper->kbtrans_polled_buf[i] = code;
148 "buffer overflow, character 0x%x discarded\n", code));
278 * polled code.
284 * Streams code will time out and will discard the
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c70 krb5_error_code code; local
85 code = krb5_init_context(&ctx);
86 if (code) {
99 code = krb5_cc_default(ctx, &cc);
100 if (code != 0) {
107 code = krb5_parse_name(ctx, principal_name, &me);
108 if (code != 0) {
114 code = krb5_get_init_creds_password(ctx, &my_creds, me,
117 if (code != 0) {
121 if (code
172 smb_krb5_log_errmsg(krb5_context ctx, const char *prefix, krb5_error_code code) argument
[all...]
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_acct_mgmt.c61 kadm5_ret_t code; local
73 if ((code = get_kmd_kuser(context, (const char *)princ_str,
75 return (code);
78 code = krb5_parse_name(context, kprinc, &princ);
79 if (code != 0) {
108 code = kadm5_init_with_password(kprinc, password, cpw_service,
112 if (code != 0) {
116 "init_with_pw failed: code = %d", code);
118 return ((code
176 krb5_error_code code; local
[all...]
H A Dkrb5_password.c327 kadm5_ret_t code; local
338 if (code = krb5_init_secure_context(&context)) {
342 if ((code = get_kmd_kuser(context, (const char *)princ_str, kprinc,
344 return (code);
349 code = krb5_parse_name(context, kprinc, &princ);
351 if (code != 0)
376 code = kadm5_init_with_password(kprinc, old_password, cpw_service,
380 if (code != 0) {
384 " failed: (%s)", error_message(code));
386 return ((code
427 kadm5_ret_t code; local
[all...]
H A Dkrb5_setcred.c292 krb5_error_code code; local
313 if ((code = get_kmd_kuser(kmd->kcontext, (const char *)user, kuser,
315 return (code);
322 if (code = krb5_build_principal_ext(kmd->kcontext, &server,
332 code = krb5_renew_tgt(kmd, me, server, flag);
337 if (code) {
341 "failed: %s", error_message((errcode_t)code));
349 * This code will update the credential matching "server" in the user's
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dforeachaddr.c202 int code, i, j; local
231 code = ioctl (P.sock, SIOCGLIFNUM, &P.lifnum);
232 if (code) {
247 code = get_lifconf (P.af, P.sock, &P.buf_size, P.buf);
248 if (code < 0) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred.c153 krb5_error_code code; local
163 code = gssint_initialize_library();
164 if (code != 0) {
165 *minor_status = code;
168 code = k5_mutex_lock(&gssint_krb5_keytab_lock);
169 if (code) {
170 *minor_status = code;
174 code = krb5_kt_resolve(context, krb5_gss_keytab, &kt);
178 code = krb5_kt_default(context, &kt);
181 if (code) {
241 krb5_error_code code; local
476 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c31 * 1. Redistributions of source code must retain the above copyright
299 u_short code, /*%< OPTION-CODE */
319 ns_put16(code, cp);
294 res_nopt_rdata(res_state statp, int n0, u_char *buf, int buflen, u_char *rdata, u_short code, u_short len, u_char *data) argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java53 // Character code descriptors. These can be used with the Java
65 // Error code for misidentified character set.
88 * the approprate integer descriptor code.
125 * @param code The integer coding the String set.
130 static String decodeCharacterEncoding(int code) argument
133 switch (code) {
144 new Object[] {Integer.toString(code)});
183 int code = 0;
185 // Assemble the character code based on the encoding type.
191 code
[all...]
H A DServiceLocationException.java181 * An error occured in the client-side code.
204 // The error code for this exception.
223 // Return true if this is a vaild on-the-wire error code.
225 static boolean validWireErrorCode(int code) { argument
226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
231 * Return the error code.
233 * @return The integer error code.
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c46 * All of the old code under !defined(PTHREAD_ONCE_KEY_NP)
51 * The code is not MT-safe in a relaxed memory model.
73 uu_set_error(uint_t code) argument
76 _uu_main_error = code;
98 (void *)(uintptr_t)code);
118 uu_strerror(uint32_t code) argument
122 switch (code) {
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c130 int code; local
136 code = ERR;
140 code = OK;
152 code = OK;
154 return __m_return_code("__m_slk_init", code);
H A Dslk.c52 int code = ERR; local
60 code = OK;
63 return __m_return_code("slk_init", code);
69 int code = ERR; local
76 code = wattron(__m_screen->_slk._w, at);
78 return __m_return_code("slk_attron", code);
84 int code = ERR; local
91 code = wattroff(__m_screen->_slk._w, at);
93 return __m_return_code("slk_attroff", code);
99 int code local
114 int code = ERR; local
129 int code = ERR; local
144 int code = ERR; local
159 int code = ERR; local
174 int code = ERR; local
189 int code = ERR; local
210 int i, code = ERR; local
239 int code = ERR; local
254 int code = ERR; local
279 int code = ERR; local
297 int i, width, code = ERR; local
[all...]
H A Dwgetn_ws.c66 wint_t code; member in struct:t_key_entry
140 key_table[EOL_KEY].code = (wint_t) wc;
142 key_table[EOF_KEY].code = (wint_t) wc;
144 key_table[KILL_KEY].code = (wint_t) wc;
146 key_table[ERASE_KEY].code = (wint_t) wc;
163 if (k->type == type && k->code == fld_key)
314 int code; local
320 code = __m_wgetn_wstr(w, (void *) s, n, 1);
322 return __m_return_code("wgetnstr", code);
331 int code; local
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c135 int code; local
137 code = ERR;
143 code = OK;
158 code = OK;
160 return (code);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c174 int code; local
191 if (irs_irp_get_full_response(pvt->girpdata, &code,
197 if (code == IRPD_GETHOST_OK) {
227 int code; local
254 if (irs_irp_get_full_response(pvt->girpdata, &code,
260 if (code == IRPD_GETHOST_OK) {
290 int code; local
301 if (irs_irp_get_full_response(pvt->girpdata, &code,
307 if (code == IRPD_GETHOST_OK) {
332 int code; local
[all...]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c31 * Portions of this source code were derived from Berkeley
127 int code; local
131 code = siginfo->si_code;
132 for (i = 0; (i < N_SIGFPE_CODE) && (code != sigfpe_codes[i]); i++)
139 switch (code) {
212 sigfpe(sigfpe_code_type code, sigfpe_handler_type hdl) argument
219 for (i = 0; (i < N_SIGFPE_CODE) && (code != sigfpe_codes[i]); i++)
225 /* Not 0 or SIGFPE code */
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_error.c58 * The error code. This is a locale-independent string that
64 * Note that this code plus the parameters allows for structured
67 char *code; member in struct:directory_error
78 * so that code that processes the superclass can work on the subclass.
118 free(de->code);
119 de->code = NULL;
143 * de = directory_error(code, fmt [, arg1 ... ]);
147 directory_error(const char *code, const char *fmt, ...) argument
161 de->code = strdup(code);
301 directory_error_is_instance_of(directory_error_t de, char *code) argument
[all...]
/illumos-gate/usr/src/common/bzip2/
H A Dhuffman.c129 one of the generated Huffman code words is longer than
152 void BZ2_hbAssignCodes ( Int32 *code, argument
163 if (length[i] == n) { code[i] = vec; vec++; };
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h52 UInt32 range, code; member in struct:__anon1987
98 LZMA_STATUS_NOT_SPECIFIED, /* use main error code instead */
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.h91 uint_t code; /* status code */ member in struct:__anon2019
/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c58 static int eflag, code = 0; variable
120 * in the rest of the code,
218 return (code);
228 code = 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.c337 u_char code, id; local
341 * Parse header (code, id and length).
350 GETCHAR(code, inp);
372 * Action depends on code.
374 switch (code) {
385 fsm_rconfnakrej(f, code, id, inp, len);
402 !(*f->callbacks->extcode)(f, code, id, inp, len))
419 int code, reject_if_disagree; local
447 * to protocol-specific code for checking.
451 code
681 u_char code, id; local
[all...]
/illumos-gate/usr/src/cmd/mkdir/
H A Dmkdir.c69 errmsg(int severity, int code, char *format, ...);
285 * errmsg - This is an interface required by the code common to mkdir and
293 errmsg(int severity, int code, char *format, ...) argument
303 if (code > 0) {
304 exit(code);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.c275 out_exit(int code) argument
277 io_exit(Exitcode + code);

Completed in 146 milliseconds

1234567891011>>