Searched defs:code (Results 476 - 500 of 584) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c184 * ntwdt has code running at three interrupt levels as
211 * As a result, any base level code grabs ntwdt_wdog_mutex
426 static boolean_t ntwdt_panic_cb(void *arg, int code);
772 * return an error code, we will assume it understands it
1285 * panic-handler code.
1428 * so User Context code (eg, the IOCTLs) cannot run,
1565 ntwdt_panic_cb(void *arg, int code) argument
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c39 * and even though the code has been changed, credit has to be given to Richard
43 * file color.c) and code to handle complex paths pieced together using any of the
66 * that has been assigned a code less than 32. Definitions are only made the
72 * have been assigned a code of 2 are expected to come in two pieces. The
99 * and is bracketed by PostScript code that ensures the definition is exported to
109 * I've also added code that handles the DOCUMENTFONTS comment, although it's
329 * The character code field must agree with PostScript's font encoding and font
2095 * add code to reset everything so dpost could handle multiple files formatted for
2275 int i; /* character code from fitab */
2280 int code; /* cod local
2671 charlib(int code) argument
[all...]
/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...]
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1286 int sig, rc, code, ext; local
1295 code = CLD_KILLED;
1475 code = CLD_DUMPED;
1477 audit_core_finish(code);
1495 exit(code, sig);
1746 * Common code called from sigcld() and from
2374 * and the signal code specifies signal queueing.
2377 sigwillqueue(int sig, int code) argument
2380 switch (code) {
2537 * No other code shoul
2643 int code; local
[all...]
H A Dmem_cage.c698 * they are handled by higher level code (see kcage_next_range.)
865 kcage_cageout_cpr(void *arg, int code) argument
867 if (code == CB_CODE_CPR_CHKPT) {
871 } else if (code == CB_CODE_CPR_RESUME) {
944 * platform by the platform code. Typically, this is as simple
1393 * list so that the platform free list code can keep
/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/cmd/fm/fmd/common/
H A Dfmd_xprt.c1095 char *code = NULL; local
1111 (void) nvlist_lookup_string(nvl, FM_SUSPECT_DIAG_CODE, &code);
1112 if (code != NULL) {
1116 fmd_case_setcode(cp, code);
1219 char *uuid, *code; local
1227 if (nvlist_lookup_string(nvl, FM_SUSPECT_DIAG_CODE, &code) != 0)
1340 FMD_CASE_UNSOLVED, uuid, code)) == NULL) {
1562 * code can provide a tighter event time bound by telling us when the
1620 * Record ereports and ireports in the log. This code will
/illumos-gate/usr/src/uts/common/inet/sockmods/netpacket/
H A Dpacket.h110 uint16_t code; member in struct:sock_filter
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h86 * code in dhcpagent relies on the numeric values of these
105 uint_t code; member in struct:__anon86
175 * code in this library and dhcpagent rely on the numeric values of these
260 * are intentionally identical; code in dhcpagent_ipc.c counts on it!
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c16 * 1. Redistributions of source code must retain the above copyright
42 * pages on demand. The machine independent code does not
899 /* Give control to the machine independent loader code. */
931 /* provide this for panic, as it's not in the startup code */
933 exit(int code) argument
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.h104 int code; member in struct:sip_warn
207 #define warn_code hdr_value.warn.code
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c1021 cfg_decode_char(char *code) argument
1024 if (*code != '%') {
1027 ++code;
1028 if (!isxdigit(*code))
1030 retval = (isdigit(*code)? *code - '0' : *code - 'a' + 10);
1032 ++code;
1033 if (!isxdigit(*code))
1035 retval |= (isdigit(*code)
[all...]
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c196 int code; local
204 code = (int)strtol(arg, NULL, 10);
205 if ((code & ~LOG_PRIMASK) == 0) {
206 log_priority = code;
210 code = (int)strtol(arg, NULL, 10);
211 if (code < LOG_NFACILITIES) {
212 facility = code << 3;
1671 * already loaded it. See PAM_AUTH_MODULE code.
1758 * already loaded it. See PAM_AUTH_MODULE code.
2721 "code
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c52 KMF_RETURN code; member in struct:__anon3481
601 for (i = 0; i < maxerr && errcode != kmf_errcodes[i].code; i++)
2477 * duplicating this block of code in lots of places.
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h265 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon1948
416 /* save area for scalars in the main decompress code */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c259 * Callbacks for fsm code. (CI = Configuration Information)
274 static int lcp_coderej __P((fsm *f, int code, int id, u_char *inp, int len));
314 lcp_coderej, /* Peer rejected a code number */
673 * lcp_extcode - Handle a LCP-specific code.
676 lcp_extcode(f, code, id, inp, len)
678 int code, id;
684 switch( code ){
712 /* More than one 'noident' tells us to reject the code number. */
792 lcp_coderej(f, code, id, inp, len)
794 int code;
2506 int code, id, len, olen, i; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c11 * modification, are permitted provided that: (1) source code distributions
13 * distributions including binary code include the above copyright notice and
772 * 5 (NO OPs) + 3 (code, len, ptr) + gateways
1497 uchar_t code; /* icmp code */ local
1680 &type, &code);
1747 (type, code)) {
1755 code == ICMP_UNREACH_PROTOCOL)
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c111 #define INIT_BITS 9 /* initial number of bits/code */
133 static int n_bits; /* number of bits/code */
134 static int maxbits = BITS; /* user settable max # bits/code */
135 static code_int maxcode; /* maximum code, given n_bits */
136 /* should NEVER generate this code */
190 * lie within the contiguous general code space.
193 #define CLEAR 256 /* table clear output code */
296 * -b: Parameter limits the max number of bits/code.
318 * substrings and replaces them with a variable size code. This is
955 * prefix code / nex
1154 output(code_int code) argument
1283 code_int code, oldcode, incode; local
1387 code_int code; local
1457 code_int code; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1396 * convert code/data pair into old style wait status
1399 gcore_wstat(int code, int data) argument
1403 switch (code) {
1421 mdb_warn("wstat: bad code %d\n", code);
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c92 int code; member in struct:__anon646
2339 /* Convert string like sid or winname to the identity type code */
2344 int code = TYPE_INVALID; local
2348 code = identity2code[i].code;
2353 if (code == TYPE_INVALID) {
2358 return (code);
2365 * Split argument to its identity code and a name part
2376 int code = TYPE_INVALID; local
2385 code
2408 int code; local
2509 int code; local
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c101 uint_t code; member in struct:coding
442 *bm |= c->code;
541 op = ct->code;
708 if (atypes[i].code == at) {
726 if (op == optypes[i].code) {
741 op = optypes[3].code;
798 op = ioptypes[intrs].code;
817 op = doptypes[intrs].code;
1098 if (policy & ptypes[i].code)
2154 errdef.optype = optypes[i].code;
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c187 * W(ipf_global)->R(hook_family)->W(hei_lock) (this code path) vs
359 * W(ipf_global)->R(hook_family)->W(hei_lock) (this code path) vs
1279 int hlen, code; local
1295 code = fin->fin_icode;
1297 if ((code < 0) || (code >= ICMP_MAX_UNREACH))
1317 code = icmptoicmp6unreach[code];
1350 icmp->icmp_code = code & 0xff;
1701 * XXX code a
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c117 * x86 platforms. If SPARC support is desired, then the code will have to
1797 emu10k_load_dsp(emu10k_devc_t *devc, uint32_t *code, int ncode, argument
1811 /* Upload our DSP code */
1813 emu10k_write_efx(devc, UC0 + i, code[i]);
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h109 /* code (status code) definitions */
227 code : 4; member in struct:loop_element_status
241 code : 4; member in struct:language_element_status
253 code : 4; member in struct:trans_element_status
271 code : 4; member in struct:ctlr_element_status
289 code : 4; member in struct:bp_element_status
308 code : 4; member in struct:temp_element_status
322 code : 4; member in struct:fan_element_status
338 code member in struct:ps_element_status
361 code : 4; member in struct:device_element
383 code : 4; member in struct:interconnect_assem_status
[all...]
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c877 if (drive->ib_status.code == S_NOT_INSTALLED) {
3471 * First, search the map for a device with the area code and
3651 if ((state->ib_status.code != S_NOT_INSTALLED) &&
3652 (state->ib_status.code != S_NOT_AVAILABLE)) {
3775 (state->ib_status.code == S_NOT_INSTALLED) ?
4296 * Downloads the code to the DAKTARI/DPM with the hdr set correctly
4337 * file - input file for new code (may be NULL)
4384 * Return a different error code here to differentiate between
4882 * Take only the low order byte ignoring area and domain code in
4923 l_element_msg_string(uchar_t code, cha argument
[all...]

Completed in 178 milliseconds

<<11121314151617181920>>