Searched defs:code (Results 401 - 425 of 584) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c1324 auimpl_cpr(void *arg, int code) argument
1328 switch (code) {
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c1235 * by code.
1238 dhcp_getinfo(uchar_t optcat, uint16_t code, uint16_t optsize, void *value, argument
1243 if (dhcp_getinfo_pl(state_pl, optcat, code,
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h20 the crc code when it is not needed. For shared libraries, gzip encoding
31 /* number of length codes, not counting the special END_BLOCK code */
37 /* number of Literal or Length codes, including the END_BLOCK code */
61 /* Data structure describing a single value and its code string. */
65 ush code; /* bit string */ member in union:ct_data_s::__anon9340
74 #define Code fc.code
82 int max_code; /* largest code with non zero frequency */
229 * example a binary file with poorly compressible code followed by
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
247 int last_eob_len; /* bit length of EOB code fo
[all...]
H A Dtrees.c14 * Each code tree is stored in a compressed form which is itself
15 * a Huffman encoding of the lengths of all the code strings (in
16 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (
245 int code; /* code value */ local
583 ush code = 0; /* running code value */ local
1080 unsigned code; /* the code to send */ local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c846 acpidev_eval_ost(ACPI_HANDLE hdl, uint32_t code, uint32_t status, argument
854 args[0].Integer.Value = code;
869 "!acpidev: failed to evaluate _OST method, code 0x%x.", rc);
896 "!acpidev: failed to evaluate _EJ0 method, code 0x%x.", rc);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c40 static boolean_t hpet_callback(int code);
41 static boolean_t hpet_cpr(int code);
43 static void hpet_cst_callback(uint32_t code);
44 static boolean_t hpet_deep_idle_config(int code);
736 hpet_callback(int code) argument
738 switch (code) {
744 return (hpet_deep_idle_config(code));
749 return (hpet_cpr(code));
760 cmn_err(CE_NOTE, "!hpet_callback: invalid code %d\n", code);
786 hpet_cpr(int code) argument
880 hpet_deep_idle_config(int code) argument
958 hpet_cst_callback(uint32_t code) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c346 ibt_async_code_t code, ibt_async_event_t *event)
348 switch (code) {
355 "(hca_guid=0x%llx)", code, event->ev_hca_guid);
399 "(hca_guid=0x%llx)", code, event->ev_hca_guid);
660 * Rx processing code
345 eibnx_async_handler(void *clnt_pvt, ibt_hca_hdl_t hca, ibt_async_code_t code, ibt_async_event_t *event) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1135 iser_ib_async_handler(void *clntp, ibt_hca_hdl_t hdl, ibt_async_code_t code, argument
1138 switch (code) {
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c141 ofs_async_handler(void *clntp, ibt_hca_hdl_t hdl, ibt_async_code_t code, argument
157 "ofs_async_handler: client: 0x%p, hca_hdl: 0x%p, code:0x%x, "
160 clntp, hdl, code, qpp, cqp, event->ev_srq_hdl,
164 switch (code) {
288 "\t clntp=0x%p, hca_hdl=0x%p, code=%d, eventp=0x%p\n",
289 code, clntp, hdl, code, event);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c38 * - Redistributions of source code must retain the above
1409 RDS_DPRINTF4("rds_handle_control_message", "Enter: SP(%p) code: %d "
1436 RDS_DPRINTF2(LABEL, "ERROR: Invalid Control code: %d",
1445 rds_post_control_message(rds_session_t *sp, uint8_t code, in_port_t port) argument
1454 "Port: %d", sp, code, port);
1461 "message: SP(%p) Code: %d Port: %d", sp, code,
1467 cp->rcp_code = code;
1489 "Port: %d", sp, code, port);
H A Drdsib_ib.c37 * - Redistributions of source code must retain the above
84 ibt_async_code_t code, ibt_async_event_t *event);
1528 int rds_post_control_message(rds_session_t *sp, uint8_t code, in_port_t port);
1698 rds_async_handler(void *clntp, ibt_hca_hdl_t hdl, ibt_async_code_t code, argument
1703 RDS_DPRINTF2("rds_async_handler", "Async code: %d", code);
1705 switch (code) {
1721 RDS_DPRINTF2(LABEL, "Async event: %d not handled", code);
1724 RDS_DPRINTF2("rds_async_handler", "Return: code: %d", code);
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c122 * modify this rule slightly. If the code number happens to be
129 #define LCP_USE_DFLT(mp) ((code = MSG_BYTE((mp), 4)) < 9 || code > 11)
1010 int code; local
1061 code = MSG_BYTE(mp, 0);
1062 if (code == PPP_ALLSTATIONS) {
1064 code = MSG_BYTE(mp, 2);
1065 if (code == (PPP_LCP >> 8) &&
1071 } else if (!(code & 1) && code >
[all...]
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c219 * Start the wheel-mouse detection code. First, we look
338 int code, length; local
350 code = *mp->b_rptr++;
355 * Start state. We stay here if the start code is not
357 * start code the button mask comes with it forcing us to
392 STATEP->sync_byte = code & 0x8;
404 if ((code ^ STATEP->sync_byte) & 0x08) {
407 break; /* toss the code */
411 STATEP->buttons = code & PS2_BUTTONMASK;
418 if (code
[all...]
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c678 * code ZD command code (16-bit)
684 uint16_t code, const void *data, size_t len)
689 cmd.cmd_code = LE_16(code);
766 uint16_t code; local
785 code = LE_16(*(uint16_t *)(uintptr_t)data);
786 if (code != ZYD_RESPONSE_IOREAD) {
1093 ZYD_WARN("usb_client_attach failed, error code: %d\n", ures);
1103 ZYD_WARN("usb_get_dev_data failed, error code: %d\n", ures);
1110 ZYD_WARN("usb_reset_device failed, error code
683 zyd_usb_cmd_send(struct zyd_usb *uc, uint16_t code, const void *data, size_t len) argument
[all...]
/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/lib/krb5/kadm5/srv/
H A Dserver_acl.c11 * this source code. Do *NOT* create a derivative of this
12 * source code before consulting with your legal department.
13 * Do *NOT* integrate *ANY* of this source code into another
318 krb5_error_code code;
324 code = 0;
328 code = ENOMEM;
348 code = EINVAL;
353 code = ENOMEM;
360 code = EINVAL;
376 code
315 krb5_error_code code; local
408 krb5_error_code code; local
790 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c12 * * Redistributions of source code must retain the above copyright notice,
330 krb5_int32 mkvno, krb5_data **code)
336 * code.
343 mkvno, code);
354 * code.
388 krb5_data *code; local
390 code = NULL;
394 &code);
395 if (code == NULL) {
405 ret[j]->bv_len = code
329 asn1_encode_sequence_of_keys(krb5_key_data *key_data, krb5_int16 n_key_data, krb5_int32 mkvno, krb5_data **code) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c469 int code; local
474 code = regexec(&rc->regexp, value, 0, NULL, 0);
477 code == REG_NOMATCH ? " NOT" : "");
479 return (code == 0 ? 1: 0);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlcgen.c28 * code name ms-codepage
30 * code name alt1|alt2... charset|... attr1|attr2|...
33 * code name lang1|lang2...
47 char* code; member in struct:Link_s
145 if (!strcmp(x->code, v->code))
168 if (!strcmp(x->code, s))
427 cp->link.code = copy(&b, arg[0]);
432 fprintf(stderr, "%s: %d: %s: duplicate charset\n", command, line, cp->link.code);
443 tp->link.code
[all...]
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Di2bsc.c733 * i2bsc_{put,get}8 are equivalent functions but with retry code.
1226 i2bsc_trace(i2bsc_t *ssp, char code, const char *caller, argument
1233 if (ssp->debug & (1 << (code-'@'))) {
1244 (void) strlog(ssp->majornum, ssp->minornum, code, SL_TRACE,
1253 i2bsc_trace(i2bsc_t *ssp, char code, const char *caller, argument
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c222 * Node properties. A property is accessed through a property number code;
273 int code, uint_t *offset)
284 if (omp->mcom_code == code) {
296 mcamd_propcode_t code, mcamd_prop_t *valp)
310 found = findoffset(hdl, node, &props[0], code, &offset);
324 mcamd_propcode_t code; local
329 code = va_arg(ap, mcamd_propcode_t);
331 if (!mcamd_get_numprop(hdl, node, code, valp))
354 mcamd_regcode_t code, uint32_t *valp)
367 found = findoffset(hdl, node, &regs[0], code,
272 findoffset(mcamd_hdl_t *hdl, mcamd_node_t *node, struct nt_offmap *arr, int code, uint_t *offset) argument
295 mcamd_get_numprop(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_propcode_t code, mcamd_prop_t *valp) argument
353 mcamd_get_cfgreg(struct mcamd_hdl *hdl, mcamd_node_t *node, mcamd_regcode_t code, uint32_t *valp) argument
382 mcamd_regcode_t code; local
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c146 unsigned int code; local
168 code = rp->r_r0;
169 t->t_sysnum = (short)code;
170 callp = code >= NSYSCALL ? &nosys_ent : se + code;
239 unsigned code = t->t_sysnum; local
292 if (prismember(&PTOU(p)->u_entrymask, code)) {
298 prismember(&PTOU(p)->u_entrymask, code)) {
299 stop(PR_SYSENTRY, code);
310 * the syscall ml code redoe
442 uint_t code = t->t_sysnum; local
914 uint_t code; local
960 uint_t i, code; local
1007 uint_t code = t->t_sysnum; local
1118 lock_syscall(struct sysent *table, uint_t code) argument
1189 int code, error = 0; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c52 * and the DNS-SRVrecs code does not do that).
93 krb5_error_code code; local
97 code = profile_get_string(context->profile, "libdefaults",
99 if (value == 0 && code == 0)
100 code = profile_get_string(context->profile, "libdefaults",
102 if (code)
176 /* Translate to standard errno code. */
179 /* Translate to standard errno code. */
202 /* An error code we haven't handled? */
386 krb5_error_code code; local
480 krb5_error_code code; local
527 krb5_error_code code; local
587 krb5_error_code code; local
659 krb5_error_code code; local
767 int code, i; local
866 krb5_error_code code; local
1098 krb5_error_code code = KRB5_REALM_UNKNOWN; local
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c634 * code path. Don't call it unless
699 * set the code to the value provided by pagefault.
719 * reset the addr, code, signal and fault to
1334 * All code that sets signals and makes ISSIG evaluate true must
1353 * because mmu_fsr (now changed to code) is always 0.
1360 fpu_trap(struct regs *rp, caddr_t addr, uint32_t type, uint32_t code) argument
1414 siginfo.si_code = code;
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_ev.c8 * 1. Redistributions of source code must retain the above copyright notice,
325 sfxge_ev_exception(void *arg, uint32_t code, uint32_t data) argument
330 _NOTE(ARGUNUSED(code))
336 if (code != EFX_EXCEPTION_UNKNOWN_SENSOREVT) {
342 "Unknown EV", code);
580 sfxge_ev_sram(void *arg, uint32_t code) argument
584 switch (code) {
1174 * Note that common code does not completely fill descriptor queues

Completed in 110 milliseconds

<<11121314151617181920>>