Searched refs:code (Results 426 - 450 of 882) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory.h89 directory_error_t directory_error(const char *code, const char *fmt, ...);
108 * Returns the error code for the particular error, as a string.
113 * logging, where one would want to log the error code and the list
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h84 * of the standalone code. This needs to go away someday.
92 uint8_t code; member in struct:__anon2011
103 * Generic DHCP packet list. Ensure that _REENTRANT bracketed code stays at
/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/sed/
H A Ddefs.h6 * This code is derived from software contributed to Berkeley by
12 * 1. Redistributions of source code must retain the above copyright
103 char code; /* Command code */ member in struct:s_command
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c614 * transaction per state machine -- this simplifies the code
649 * EXTENDs to extend the lease. In order to make the code simpler, the
668 * should be called to return a command status code to the user and
787 if (dsmp->dsm_pil[i] == optnum.code)
793 opt = dhcpv6_pkt_option(ack, NULL, optnum.code,
796 if (optnum.code <= DHCP_LAST_OPT)
797 opt = ack->opts[optnum.code];
833 optnum.code, NULL);
841 if ((optnum.code > VS_OPTION_START ||
842 optnum.code
[all...]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py86 if e.code == 404:
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmode.h77 * The density code is device specific.
127 uchar_t code :6, /* page code number */ member in struct:mode_page
133 code :6; /* page code number */
433 uchar_t code :6, /* page code bit */ member in struct:start_stop_cycle_counter_log
439 code :6; /* page code bit */
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.h100 ibt_async_code_t code,
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s98 mov 0, %o0 ! ret code = 0
105 mov ENAMETOOLONG, %o0 ! ret code = ENAMETOOLONG
161 mov 0, %o0 ! ret code = 0
169 mov ENAMETOOLONG, %o0 ! ret code = ENAMETOOLONG
173 * Set and return error code.
231 mov 0, %o0 ! ret code = 0
239 mov ENAMETOOLONG, %o0 ! ret code = ENAMETOOLONG
296 mov 0, %o0 ! ret code = 0
304 mov ENAMETOOLONG, %o0 ! ret code = ENAMETOOLONG
308 * Set and return error code
[all...]
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.c20 * above 32 to be blocked when referenced in code such as:
68 int code; local
77 * Machine dependent code begins
86 * Machine dependent code ends
90 if ((code = sip->si_code) == BUS_OBJERR)
91 code = SEGV_MAKE_ERR(sip->si_errno);
99 (*_siguhandler[sig])(sig, code, &sc, addr);
108 * Machine dependent code begins
116 * Machine dependent code ends
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c20 * above 32 to be blocked when referenced in code such as:
68 int code; local
77 * Machine dependent code begins
98 * Machine dependent code ends
102 if ((code = sip->si_code) == BUS_OBJERR)
103 code = SEGV_MAKE_ERR(sip->si_errno);
111 (*_siguhandler[sig])(sig, code, &sc, addr);
120 * Machine dependent code begins
140 * Machine dependent code ends
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S21 # BTX C startup code (ELF).
/illumos-gate/usr/src/lib/pam_modules/krb5/
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/asn.1/
H A Dldap_key_seq.c138 krb5_data **code)
145 *code = NULL;
205 ret = asn12krb5_buf (buf, code); checkerr;
210 if (ret != 0 && *code != NULL) {
211 if ((*code)->data != NULL)
212 free ((*code)->data);
213 free (*code);
135 asn1_encode_sequence_of_keys(krb5_key_data *key_data, krb5_int16 n_key_data, krb5_int32 mkvno, krb5_data **code) argument
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c108 * translate command result to SBP2 error code
113 int code; local
117 code = SBP2_EBUSY;
120 code = SBP2_EADDR;
124 code = SBP2_ETIMEOUT;
127 code = SBP2_ENODEV;
130 code = SBP2_EIO;
133 return (code);
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c7 * This code is derived from the Stanford/CMU enet packet filter,
8 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
15 * 1. Redistributions of source code must retain the above copyright
157 switch (pc->code) {
463 * code, that memory accesses are within valid ranges (to the
466 * the code terminates with either an accept or reject.
468 * The kernel needs to be able to verify an application's filter code.
483 switch (BPF_CLASS(p->code)) {
489 switch (BPF_MODE(p->code)) {
510 switch (BPF_OP(p->code)) {
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmc.c133 v = lc->code;
134 if (lc->code != lc->language->code)
140 v = lc->language->code;
145 v = lc->language->code;
148 v = lc->territory->code;
151 v = lc->charset->code;
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s114 ldx [%l1 + G1_OFF], %g1 ! get syscall code
164 ldx [%l1 + G1_OFF], %g1 ! get code
167 sth %g1, [THREAD_REG + T_SYSNUM] ! save syscall code
200 mov TT_SC_RET, %g2 ! system call return code
233 clrh [THREAD_REG + T_SYSNUM] ! clear syscall code
276 clrh [THREAD_REG + T_SYSNUM] ! clear syscall code
359 ldx [%l1 + G1_OFF], %g1 ! get syscall code
407 lduw [%l1 + G1_OFF + 4], %g1 ! get 32-bit code
410 sth %g1, [THREAD_REG + T_SYSNUM] ! save syscall code
422 ! itself. See return value handling code belo
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c12 * modification, are permitted provided that: (1) source code distributions
14 * distributions including binary code include the above copyright notice and
396 * It also sets the icmp type and icmp code values
399 check_reply6(struct msghdr *msg, int cc, int seq, uchar_t *type, uchar_t *code) argument
433 *code = icp6->icmp6_code;
441 *code == ICMP6_TIME_EXCEED_TRANSIT) ||
445 *code == ICMP6_PARAMPROB_NEXTHEADER)) {
489 *code == ICMP6_DST_UNREACH_NOPORT) {
519 Printf("%s: icmp type %d (%s) code %d\n",
522 *type, pr_type6(*type), *code);
688 print_icmp_other6(uchar_t type, uchar_t code) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c59 static boolean_t cpu_deep_idle_callb(void *arg, int code);
60 static boolean_t cpu_idle_cpr_callb(void *arg, int code);
130 cstate_timer_callback(int code) argument
135 return (hpet.callback(code));
836 cpu_deep_idle_callb(void *arg, int code) argument
841 switch (code) {
872 cmn_err(CE_NOTE, "!cpu deep_idle_callb: invalid code %d\n",
873 code);
882 cpu_idle_cpr_callb(void *arg, int code) argument
887 switch (code) {
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c76 /* Now, on to the implementations, and heaps of debugging code. */
522 int code, i, j; local
550 code = ioctl (P.sock, SIOCGLIFNUM, &P.lifnum);
551 if (code) {
564 code = get_lifconf (P.af, P.sock, &P.buf_size, P.buf);
565 if (code < 0) {
697 int code, i, j; local
722 code = ioctl (P.sock, SIOCGLIFNUM, &P.if_num);
723 if (code) {
736 code
842 int code; local
930 int s, code; local
[all...]
/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);
/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/cmd/troff/troff.d/
H A Dmakedev.c112 char code[FSIZE]; /* actual device codes for a physical font */ variable
195 write(fdout, code, font.nwfont & BYTEMASK);
234 width[i] = kern[i] = code[i] = 0;
262 /* temporarily, pick up one byte as code */
267 code[nw] = i;
303 write(fdout, code, font.nwfont & BYTEMASK);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c222 struct for the abbrev with the given code. It puts the
227 the given code. All intervening abbrevs are also put
230 This function hashes the given code, and checks the chain
232 with the given code exists. If yes, it returns a pointer
235 an abbrev with the given code is found, or an abbrev code
248 _dwarf_get_abbrev_for_code(Dwarf_CU_Context cu_context, Dwarf_Unsigned code) argument
305 hashable_val = code;
311 /* Determine if the 'code' is the list of synonyms already. */
313 hash_abbrev_entry != NULL && hash_abbrev_entry->ab_code != code;
[all...]

Completed in 106 milliseconds

<<11121314151617181920>>