Searched refs:code (Results 301 - 325 of 882) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dimport_sec_context.c67 krb5_error_code code; local
78 if ((code = (fns[i])(context)) != 0)
79 return code;
96 one when calling the serialization code. However, one of the
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcom_err.h51 (const char *whoami, errcode_t code, const char *fmt,
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_D_cplx_lr_div.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
H A D_F_cplx_lr_div.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
H A D_X_cplx_lr_div.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_cplx_lr_div_ix.c36 * This code is intended to be used only when CX_LIMITED_RANGE is ON;
41 #error This code is for SPARC only
H A D_Q_cplx_lr_div_rx.c36 * This code is intended to be used only when CX_LIMITED_RANGE is ON;
41 #error This code is for SPARC only
H A D_Q_cplx_lr_mul.c35 * This code is intended to be used only when CX_LIMITED_RANGE is ON;
40 #error This code is for SPARC only
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c160 tftperror(code)
161 unsigned short code;
165 switch (code) {
175 (void) sprintf(buf, "%d", code);
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h63 int code; /* speed_t code for speed, e.g. B9600 */ member in struct:speeds
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.h46 int attr_type_code; /* RADIUS attribute type code, */
54 uint8_t code; /* RADIUS code, section 3, RFC 2865. */ member in struct:radius_packet_data
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dlinkapp.h139 unsigned code; member in struct:la_logi
154 unsigned code; member in struct:la_rls
161 unsigned code; member in struct:la_rls_reply
180 int code; member in struct:la_rjt
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_idle.h69 extern boolean_t cstate_timer_callback(int code);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c375 u_char code, id; local
379 * Parse header (code, id and length).
388 GETCHAR(code, inp);
399 * Action depends on code (as in fact it usually does :-).
401 switch (code) {
419 /* CHAP does not define a code reject. */
420 warn("Unknown CHAP code (%d) received.", code);
577 int code; local
641 code
940 int code, id, len; local
[all...]
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c203 else if (strcmp(scan+1, "code") == 0) {
209 * valid code or single digit decimal
293 * return 1 if code option is valid, otherwise return 0
296 chk_codes(char *code) argument
298 if (*(code+1) == '\0' && (*code == 'a' || *code == 'c' ||
299 *code == 'f' || *code == 'p' || *code
[all...]
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c458 char code[30], emsg[BUFSIZ]; local
460 rmtgets(code, sizeof (code));
461 if (*code == 'E' || *code == 'F') {
470 !(cmd[0] == '/' && atoi(code + 1) == EIO))
472 errno = atoi(code + 1);
473 if (*code == 'F') {
479 if (*code != 'A') {
481 "Protocol to remote tape server botched (code
[all...]
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c738 krb5_error_code code = 0; local
760 if (code = krb5_init_context(&k5.ctx)) {
761 com_err(progname, code,
766 if ((code = krb5_cc_default(k5.ctx, &k5.cc))) {
767 com_err(progname, code,
773 if ((code = krb5_parse_name(k5.ctx, princ,
775 com_err(progname, code, gettext("when parsing name %s"),
780 if ((code = krb5_get_renewed_creds(k5.ctx, &my_creds, k5.me, k5.cc,
782 com_err(progname, code, gettext("while renewing creds"));
786 if (code
913 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_errmap.c51 OM_uint32 code; member in struct:mecherror
68 if (m1.code < m2.code)
70 if (m1.code > m2.code)
117 fprintf(f, "%lu@", (unsigned long) value.code);
194 me.code = minor;
216 /* Is this status code already mapped to something else
284 *mech_minor = p->code;
/illumos-gate/usr/src/cmd/bnu/
H A Duuname.c122 void cleanup(code) { exit(code); }
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm_msg.c34 char *getTextMessage(msg_code_t code) { argument
35 switch (code) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dutils.c33 result_code_to_str(int code) argument
35 switch (code) {
160 return ((char *)gettext("Unknown error code"));
/illumos-gate/usr/src/cmd/krb5/kadmin/kpasswd/
H A Dtty_kpasswd.c12 * this source code. Do *NOT* create a derivative of this
13 * source code before consulting with your legal department.
14 * Do *NOT* integrate *ANY* of this source code into another
63 long code = krb5_read_password(context, local
66 return code;
/illumos-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_impl.h49 * user level Unistat code having differing minor revs.
56 * This is the format of a unistat status code. It must overlay
68 * to accompany this error status code spcs.h define SPCS_S_MAXSUPP
74 unsigned char module: 8; /* module code (see below) */
75 unsigned short code: 16; /* status code number (>0) */ member in struct:__anon4532
81 * to accompany this error status code spcs.h define SPCS_S_MAXSUPP
85 unsigned short code: 16; /* status code number (>0) */ member in struct:__anon4533
86 unsigned char module: 8; /* module code (se
[all...]
/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/libc/port/sys/
H A Dsignal.c45 #define CHECK_SIG(s, code) \
48 return (code); \
189 int code; local
226 if ((code = sigismember(&oset, sig)) < 0)
228 else if (code == 1)

Completed in 108 milliseconds

<<11121314151617181920>>