Searched defs:code (Results 426 - 450 of 584) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c12 * associated code. Ficl treats all words the same, even
35 * 1. Redistributions of source code must retain the above copyright
262 word->code = (ficlPrimitive)instruction;
292 ((((ficlInstruction)word->code) == ficlInstruction2ConstantParen) ||
293 (((ficlInstruction)word->code) == ficlInstructionF2ConstantParen)))
296 ((((ficlInstruction)word->code) == ficlInstruction2ConstantParen)))
299 word->code = (ficlPrimitive)instruction;
337 * ficlString, code, and flags. Does not require a NULL-terminated
342 ficlPrimitive code, ficlUnsigned8 flags)
358 word->code
341 ficlDictionaryAppendWord(ficlDictionary *dictionary, ficlString name, ficlPrimitive code, ficlUnsigned8 flags) argument
382 ficlDictionaryAppendPrimitive(ficlDictionary *dictionary, char *name, ficlPrimitive code, ficlUnsigned8 flags) argument
392 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name, ficlPrimitive code, ficlUnsigned8 flags) argument
[all...]
/illumos-gate/usr/src/boot/lib/libz/
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 */
64 /* Data structure describing a single value and its code string. */
68 ush code; /* bit string */ member in union:ct_data_s::__anon105
77 #define Code fc.code
85 int max_code; /* largest code with non zero frequency */
232 * example a binary file with poorly compressible code followed by
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
287 /* In order to simplify the code, particularl
[all...]
H A Dtrees.c13 * Each code tree is stored in a compressed form which is itself
14 * a Huffman encoding of the lengths of all the code strings (in
15 * ascending order by source values). The actual code strings are
51 /* end of block literal code */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
105 /* length code for each normalized match length (0 == MIN_MATCH) */
108 /* First normalized length for each code (0 = MIN_MATCH) */
111 /* First normalized distance for each code (
241 int code; /* code value */ local
581 ush code = 0; /* running code value */ local
1068 unsigned code; /* the code to send */ local
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c370 exit(int code) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h47 int code; member in struct:__anon2409
58 * will not published (e.g. err,code,mid).
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...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h171 fstack_t code; member in struct:ERROR_FRAME
203 fstack_t last_error; /* last throw code executed */
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c73 int numx; /* number of digits (also called X's) in code */
75 int sizeval; /* value encoded into "size" field of code */
100 char *code, size_t maxcode, char *debugstr);
101 static bitv *code2dictval(fm_dc_handle_t *dhp, const char *code);
298 * (note we use "1" here and not FM_DC_VERSION because this code
378 const char *key[], char *code, size_t maxcode)
424 return (buildcode(dhp, rhsp, code, maxcode, debugstr));
437 fm_dc_code2key(fm_dc_handle_t *dhp, const char *code, argument
449 "fm_dc_code2key: dhp 0x%p code \"%s\" maxkey %d: ",
450 (void *)dhp, code, maxke
377 fm_dc_key2code(fm_dc_handle_t *dhp, const char *key[], char *code, size_t maxcode) argument
700 buildcode(fm_dc_handle_t *dhp, const char *rhsp, char *code, size_t maxcode, char *debugstr) argument
831 code2dictval(fm_dc_handle_t *dhp, const char *code) argument
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c46 * fmd_msg_gettext_id - format the entire message for the given event code
51 * fmd_msg_getitem_id - format a single message item for the given event code
60 * EINVAL - Invalid argument (e.g. bad event code, illegal fmd_msg_item_t)
363 return; /* simplify caller code */
795 * FMA event members use hyphens.) This code specifically cannot use
798 * non-C locale, but this code needs to always operate on C characters.
993 nvlist_t *nvl, const char *dict, const char *code, fmd_msg_item_t item)
996 size_t len = strlen(code) + 1 + strlen(istr) + 1;
1019 * as the URL base concatenated with the code. Otherwise the item text
1020 * is derived by looking up the key <code>
992 fmd_msg_getitem_locked(fmd_msg_hdl_t *h, nvlist_t *nvl, const char *dict, const char *code, fmd_msg_item_t item) argument
1262 fmd_msg_gettext_locked(fmd_msg_hdl_t *h, nvlist_t *nvl, const char *dict, const char *code) argument
1367 fmd_msg_getitem(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code, fmd_msg_item_t item) argument
1453 char *code; local
1469 fmd_msg_getitem_id(fmd_msg_hdl_t *h, const char *locale, const char *code, fmd_msg_item_t item) argument
1542 fmd_msg_gettext(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code) argument
1627 char *code; local
1638 fmd_msg_gettext_id(fmd_msg_hdl_t *h, const char *locale, const char *code) argument
[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/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c103 * Common code which fetches the correct krb5 credentials from the
115 krb5_error_code code; local
121 if ((code = krb5_copy_principal(context, cred->princ, &in_creds.client)))
123 if ((code = krb5_copy_principal(context, server, &in_creds.server)))
129 code = krb5_get_credentials(context, 0, cred->ccache,
131 if (code)
136 * boundaries) because accept_sec_context code is also similarly
141 code = KRB5KRB_AP_ERR_TKT_EXPIRED;
150 return code;
166 krb5_error_code code; local
270 krb5_error_code code; local
373 krb5_error_code code; local
482 krb5_error_code code; local
695 krb5_error_code code; local
1394 krb5_error_code code; local
1577 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c58 dealt with.) This code needs tearing down and rebuilding, soon.
61 Note that recent Windows developers' code has an interesting hack:
130 extern /*@dependent@*/ char *gai_strerror (int code) /*@*/;
484 char *gai_strerror (int code);
700 to do it.) And then they complain when our code
1020 char *gai_strerror (int code) argument
1022 switch (code) {
1121 code (for "host not found") is returned. If the port maps to a
1175 left untouched. And we'll just pray that the application code
1197 * This code mus
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c520 sip_add_accept_enc(sip_msg_t sip_msg, char *code, char *plist) argument
524 if (code == NULL) {
528 ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_ENCODE, code,
644 sip_add_content_enc(sip_msg_t sip_msg, char *code) argument
648 if (code == NULL)
651 ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_ENCODE, code, NULL,
1006 * warning-value = warn-code SP warn-agent SP warn-text
1007 * warn-code = 3DIGIT
1015 sip_add_warning(sip_msg_t sip_msg, int code, char *addr, char *msg) argument
1023 addr[0] == '\0' || msg == '\0' || code < 10
[all...]
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c83 * string representation of a category to its numerical code.
136 * uint16_t: the code of the inittab entry the consumer wants
142 inittab_getbycode(uchar_t categories, char consumer, uint16_t code) argument
144 return (inittab_lookup(categories, consumer, NULL, code, NULL));
154 * int32_t: the code the caller is interested in, or -1 if the
163 int32_t code, size_t *n_entriesp)
256 if (code != -1 && atoi(fields[ITAB_CODE]) != code)
610 * option length and code in the size of the packet we allocate
976 * code an
162 inittab_lookup(uchar_t categories, char consumer, const char *name, int32_t code, size_t *n_entriesp) argument
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c7 ** The author disclaims copyright to this source code. In place of
15 ** This file contains C code routines that are called by the SQLite parser
62 ** parsed and we want to execute the VDBE code to implement
64 ** constructed VDBE code to do the work of the SQL statement.
65 ** This routine just has to execute the VDBE code.
68 ** no VDBE code was generated.
399 ** Generate code to open the appropriate master table. The table
447 int code; local
455 code = SQLITE_CREATE_TEMP_VIEW;
457 code
1192 int code; local
1784 int code = SQLITE_DROP_INDEX; local
[all...]
H A Dselect.c7 ** The author disclaims copyright to this source code. In place of
15 ** This file contains C code routines that are called by the parser
90 int code; member in struct:__anon4046
109 jointype |= keywords[j].code;
314 ** Insert code into "v" that will push the record on the top of the
371 ** Add code to implement the OFFSET and LIMIT
374 Vdbe *v, /* Generate code into this VM */
395 ** This routine generates the code for the inside of the inner loop
583 ** routine generates the code needed to do that.
587 Vdbe *v, /* Generate code int
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c24 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
26 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
28 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
54 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
56 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
58 #define UPDATE_1_CHECK range -= bound; code -= bound;
168 UInt32 code = p->code; local
509 UInt32 code = p->code; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c73 * Callbacks for fsm code. (CI = Configuration Information)
104 NULL /* Peer rejected a code number */
176 * Protocol entry points from main code.
733 #define NAKCIADDRS(opt, neg, code) \
743 code \
746 #define NAKCIVJ(opt, neg, code) \
755 code \
758 #define NAKCIADDR(opt, neg, code) \
767 code \
1348 return (ret); /* Return final code */
1790 int code, id, len, olen; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c357 * starting with the code field.
362 uint8_t code; local
371 GETINT8(code, datap);
377 if (code <= MAX_CPCODE)
378 codestr = cp_codearray[code];
389 (void) sprintf(get_line(0, 0), "Code = %d %s", code, codestr);
399 switch (code) {
453 * packet, starting with the code field.
497 if (code == CODE_TIMEREMAIN) {
511 if (code
621 uint8_t code; local
705 uint8_t code; local
[all...]
H A Dsnoop_ppp.h33 * Control Protocol (LCP, IPCP, etc.) message code numbers.
169 uint8_t code; member in struct:ppp_pkt
H A Dsnoop_slp.c568 sprintf(get_line(0, 0), "Error code = %d, %s", \
601 sprintf(get_line(0, 0), "Error code = %d, %s", errcode, \
1012 static char *slpv2_error(unsigned short code) { argument
1015 switch (code) {
1032 sprintf(buf, "error %d", code);
1307 SKIPSHORT; /* error code */
1587 static char *slpv1_error(unsigned short code) { argument
1590 switch (code) {
1608 sprintf(buf, "error %d", code);
1634 static char *slpv1_charset(unsigned short code) { argument
[all...]
H A Dsnoop_smb.c29 * References used throughout this code:
54 uchar_t com; /* command code */
55 uchar_t err[4]; /* NT Status, or error class+code */
701 show_printf("Command code = 0x%x (SMB%s)",
704 show_printf("Command code = 0x%x", smb->com);
707 * NT status or error class/code
714 show_printf("Error class/code = %d/%d",
747 /* The name, if known, else the cmd code */
767 * NT status or error class/code
778 ushort_t code local
1293 pipeapi_name(int code) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c118 /* Holds a code-operation pair. Contains a log code an a function ptr */
120 int code; member in struct:code_operation
124 /* Holds a platform type and a list of code-operation structures */
143 /* This is the list of all platforms and their associated code op pairs. */
594 check_code(ses_log_monitor_t *slmp, nvlist_t *fmri, char *pid, int code) argument
603 if (code == platforms.plist[i].codes[x].code) {
616 "Error checking for a code action (%d)", status);
686 char *code; local
[all...]
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c165 static char *octetstr(char *buf, Octet_t *op, int code);
615 octetstr(char *buf, Octet_t *op, int code) argument
623 switch (code) {
637 if (code != 'a' && cp != buf)
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c154 void errmsg(int severity, int code, char *format, ...);
441 errmsg(int severity, int code, char *format, ...) argument
454 * Always print error message if this is a fatal error (code != 0);
457 if (!fflag || (code != 0)) {
465 if (code != 0)
466 exit(fflag ? 0 : code);

Completed in 131 milliseconds

<<11121314151617181920>>