Searched refs:code (Results 476 - 500 of 882) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_opt.c149 krb5_error_code code; local
156 code = krb5int_gic_opte_private_alloc(context, opte);
157 if (code) {
158 krb5int_set_error(&context->err, code,
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_F_cplx_div.c53 * Warning: Do not attempt to "optimize" this code by removing multi-
58 #error This code is for SPARC only
H A D_Q_scl.c30 #error This code is for SPARC only
/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/cmd-inet/usr.bin/pppd/
H A Dfsm.h51 * Control Protocol (LCP, IPCP, etc.) message code numbers.
128 int (*extcode) /* Called when unknown code received */
132 __P((fsm *p, int code, int id, u_char *inp, int len));
H A Dccp.c89 * Protocol entry points from main code.
130 * Callbacks for fsm code.
142 static int ccp_codereject __P((fsm *p, int code, int id, u_char *inp,
160 ccp_codereject, /* Peer rejected a code number */
181 #define RREQ_REJECTED 0x0004 /* peer code-rejected reset-request */
182 #define RACK_REJECTED 0x0008 /* peer code-rejected reset-ack */
429 * Handle a CCP-specific code.
432 ccp_extcode(f, code, id, p, len)
434 int code, id;
438 switch (code) {
1268 int code, id, len; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h76 u_long code; member in struct:Op_err
H A Dsnoop_ppp.h33 * Control Protocol (LCP, IPCP, etc.) message code numbers.
169 uint8_t code; member in struct:ppp_pkt
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h50 void out_exit(int code) __NORETURN;
57 #define O_DIE 0x0001 /* O_PROG, stderr, bump exit code, call out_exit() */
58 #define O_ERR 0x0002 /* O_PROG, stderr, bump exit code */
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.h93 /* msg code */
141 char *getTextMessage(msg_code_t code);
/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c373 privsys(int code, priv_op_t op, priv_ptype_t type, void *buf, size_t bufsize, argument
379 switch (code) {
415 privsys32(int code, priv_op_t op, priv_ptype_t type, caddr32_t buf, argument
418 return (privsys(code, op, type, (void *)(uintptr_t)buf,
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c243 brand_indir(sysret_t *rv, int code, argument
247 brand_sysent_table_t *sst = &(brand_sysent_table[code]);
249 brand_assert(code < NSYSCALL);
/illumos-gate/usr/src/cmd/diskscan/
H A Ddiskscan.c50 static void verexit(int code);
344 verexit(int code) argument
347 exit(code);
/illumos-gate/usr/src/cmd/bnu/
H A Duusched.c125 cleanup(101); /* good old code 101 */
282 cleanup(code)
283 int code;
286 exit(code);
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s145 set EB_ARGV, %l0 ! code for this entry
154 set EB_ENVP, %l1 ! code for environment base
156 set EB_AUXV, %l1 ! get code for auxiliary vector
/illumos-gate/usr/src/uts/common/zmod/
H A Dinffast.c53 TYPE -- reached end of block code, inflate() to interpret next block
59 length code, 5 bits for the length extra, 15 bits for the distance code,
88 code const FAR *lcode; /* local strm->lencode */
89 code const FAR *dcode; /* local strm->distcode */
92 code this; /* retrieved table entry */
93 unsigned op; /* code bits, operation, extra bits, or */
263 else if ((op & 64) == 0) { /* 2nd level distance code */
268 strm->msg = (char *)"invalid distance code";
273 else if ((op & 64) == 0) { /* 2nd level length code */
[all...]
H A Dinftrees.c23 Build a set of tables to decode the provided canonical Huffman code.
24 The code lengths are lens[0..codes-1]. The result starts at *table,
26 lens shorts, which is used as a work area. type is the type of code
28 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
32 longest code or if it is less than the shortest code.
38 code FAR * FAR *table;
42 unsigned len; /* a code's length in bits */
43 unsigned sym; /* index of code symbols */
44 unsigned min, max; /* minimum and maximum code length
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s153 ! This code is run at TL > 0, being exec'd via a cross trap.
406 ! %o1 address for setting error code if rename did not
438 ! must be returned along with an error code if the MCU status
447 ! an error code if a MC fails to go idle. This section will
470 mov %o1, %o4 ! save error code address
487 stw %o1, [%o4] ! set MC idle error code
501 stw %o1, [%o4] ! set MC idle error code
569 ! transferring the machine code (between the labels
574 ! The machine code flushes all caches, waits for a special
626 ! point in %g1. After the code ha
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c72 unsigned int code[1024]; member in struct:__anon178
609 fle.code[pc*2] = ((x) << 10) | (y); \
610 fle.code[pc*2+1] = ((o) << 20) | ((r) << 10) | a; pc++
612 fle.code[pc*2] = ((x) << 12) | (y); \
613 fle.code[pc*2+1] = ((o) << 24) | ((r) << 12) | a; pc++
689 /* Initialize the code array with NOPs (AUDIGY) */
691 fle.code[i * 2 + 0] = (0xc0 << 12) | 0xc0;
692 fle.code[i * 2 + 1] =
701 /* Initialize the code array with NOPs (LIVE) */
703 fle.code[
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinffast.c51 TYPE -- reached end of block code, inflate() to interpret next block
57 length code, 5 bits for the length extra, 15 bits for the distance code,
86 code const FAR *lcode; /* local strm->lencode */
87 code const FAR *dcode; /* local strm->distcode */
90 code here; /* retrieved table entry */
91 unsigned op; /* code bits, operation, extra bits, or */
283 else if ((op & 64) == 0) { /* 2nd level distance code */
288 strm->msg = (char *)"invalid distance code";
293 else if ((op & 64) == 0) { /* 2nd level length code */
[all...]
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c383 int code; local
423 code = testdsp(fd, flags, tcfg);
425 if (code < 0) {
426 return (code);
429 return (code == 1);
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c488 char *path_phys = NULL, code, node_wwn_s[WWN_S_LEN]; local
811 code = l_state.drv_front[slot].ib_status.code;
816 code = l_state.drv_rear[slot].ib_status.code;
829 (code != S_NOT_INSTALLED))) {
876 * enclosure. Its being taken care later in the code path
1529 char *ses_path, *dev_path, code; local
1578 code =
1579 l_state.drv_front[slot].ib_status.code;
1731 char code; local
[all...]
H A Dg_adm.c172 ib_status_code = l_state.drv_front[slot].ib_status.code;
177 ib_status_code = l_state.drv_rear[slot].ib_status.code;
198 } else if (((bpf.code != S_NOT_INSTALLED) &&
201 ((bpr.code != S_NOT_INSTALLED) &&
645 * that is the only error code returned by
1146 if (ctlr.code == S_NOT_INSTALLED) {
1228 if (dsk_ptr->ib_status.code == S_NOT_INSTALLED) {
1311 } else if ((bp->code != S_NOT_INSTALLED) &&
1317 } else if ((bp->code != S_NOT_INSTALLED) &&
1323 } else if ((bp->code !
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c239 * we can change the code to issue the status call only when
603 * Return the error string corresponding to a given error code.
604 * String table and error code sets are provided by sbd_etab. This data
606 * code and message text information in sbd_ioctl.h.
609 mod_estr(int code) argument
621 if ((code >= eptr->t_base) && (code <= eptr->t_bnd)) {
628 index = code - eptr->t_base;
638 (void) snprintf(buf, sizeof (buf), "error %d", code);
648 int code; local
[all...]

Completed in 184 milliseconds

<<11121314151617181920>>