| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | font.h | 47 unsigned char **encoding; member in struct:bitmap_data
|
| H A D | audioio.h | 52 * The following values describe the audio data encoding. 57 uint_t encoding; /* data encoding method */ member in struct:audio_prinfo 117 * Audio encoding types 119 #define AUDIO_ENCODING_NONE (0) /* no encoding assigned */ 120 #define AUDIO_ENCODING_ULAW (1) /* u-law encoding */ 121 #define AUDIO_ENCODING_ALAW (2) /* A-law encoding */ 122 #define AUDIO_ENCODING_LINEAR (3) /* Signed Linear PCM encoding */
|
| /illumos-gate/usr/src/lib/libsmbfs/smb/ |
| H A D | charsets.c | 110 CFStringEncoding encoding; local 122 encoding = kCFStringEncodingDOSLatin1; 124 encoding = kCFStringEncodingDOSLatinUS; 128 encoding = kCFStringEncodingDOSJapanese; 132 encoding = kCFStringEncodingDOSChineseTrad; 136 encoding = kCFStringEncodingDOSKorean; 140 encoding = kCFStringEncodingDOSArabic; 144 encoding = kCFStringEncodingDOSHebrew; 148 encoding = kCFStringEncodingDOSGreek; 152 encoding [all...] |
| /illumos-gate/usr/src/lib/libc/port/locale/ |
| H A D | runefile.h | 44 char encoding[32]; member in struct:__anon3018
|
| /illumos-gate/usr/src/cmd/audio/include/ |
| H A D | audio_hdr.h | 70 * encoding Data encoding format. 95 unsigned encoding; /* data encoding format */ member in struct:__anon25 101 * Define the possible encoding types. 105 #define AUDIO_ENCODING_NONE (0) /* No encoding specified ... */
|
| H A D | AudioHdr.h | 79 // encoding Data encoding format. 91 // Define the possible encoding types. 96 // XXX - How can encoding types be added dynamically? 98 NONE = 0, // no encoding type set 127 AudioEncoding encoding; // data encoding format member in class:AudioHdr 132 channels(0), encoding(NONE) 144 encoding((AudioEncoding)hdr.encoding) [all...] |
| /illumos-gate/usr/src/lib/print/libpapi-ipp/common/ |
| H A D | service.c | 131 char *encoding = getenv("HTTP_TRANSFER_ENCODING"); local 153 if ((encoding != NULL) && (strcasecmp(encoding, "content-length") == 0))
|
| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | IANACharCode.java | 27 // IANACharCode.java: SLPv1 Character encoding support 44 * encoding String arguments, and for encoding the String descriptions 54 // character encoding utilities. For Unicode, we use little on 87 * Encode the String describing a character encoding into 90 * @param encoding The String describing the encoding. 95 static int encodeCharacterEncoding(String encoding) argument 98 if (encoding.equals(ASCII)) { 100 } else if (encoding 159 escapeChar(char c, String encoding) argument 251 unescapeChar(String ch, String encoding) argument [all...] |
| H A D | SrvLocHeader.java | 390 // Parse string, bump byte count. Use UTF8 encoding. 403 // Convert it to the proper encoding. Return the raw bytes for 407 getStringField(StringBuffer buf, DataInputStream dis, String encoding) argument 428 buf.append(getBytesString(bytes, encoding)); 434 // Parse out string, bump byte count. Use UTF8 encoding. 447 // into the proper encoding. 452 String encoding) { 454 byte[] bytes = getStringBytes(string, encoding); 456 // Put out the string's length in the encoding. 470 static byte[] getStringBytes(String string, String encoding) { argument 450 putStringField(String string, ByteArrayOutputStream baos, String encoding) argument 483 getBytesString(byte[] bytes, String encoding) argument [all...] |
| /illumos-gate/usr/src/cmd/localedef/ |
| H A D | wide.c | 20 * this approach means that we need a method for each and every encoding. 224 werr("utf8 encoding too large (%s)", show_mb(mb)); 242 werr("illegal redundant utf8 encoding (%s)", show_mb(mb)); 285 * Several encodings share a simplistic dual byte encoding. In these 288 * encoding as a 16-bit value, although a great many of the possible 292 * 0x00 - 0x7f - 1 byte encoding 294 * 0x8000 - 0xffff - 2 byte encoding 618 set_wide_encoding(const char *encoding) argument 628 if (strcasecmp(encoding, mb_encodings[i].name) == 0) {
|
| /illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
| H A D | rsrc_info.c | 129 ri_pack(ri_hdl_t *hdl, caddr_t *bufp, size_t *sizep, int encoding) argument 159 if (ap_list_pack(hdl->aps, &buf, &size, encoding) != 0 || 166 encoding) != 0 || 174 encoding) != 0 || 181 if (nvlist_pack(nvl, &buf, &size, encoding, 0) != 0) { 203 ap_list_pack(ri_ap_t *aplist, char **bufp, size_t *sizep, int encoding) argument 221 if (ap_pack(aplist, &buf, &size, encoding) != 0) 234 if (nvlist_pack(nvl, &buf, &size, encoding, 0) != 0) { 256 dev_list_pack(ri_dev_t *devlist, char **bufp, size_t *sizep, int encoding) argument 274 if (dev_pack(devlist, &buf, &size, encoding) ! 309 client_list_pack(ri_client_t *client_list, char **bufp, size_t *sizep, int encoding) argument 360 ap_pack(ri_ap_t *ap, char **bufp, size_t *sizep, int encoding) argument 424 dev_pack(ri_dev_t *dev, char **bufp, size_t *sizep, int encoding) argument 469 client_pack(ri_client_t *client, char **bufp, size_t *sizep, int encoding) argument 516 pack_add_byte_array(nvlist_t *nvl_packme, char *name, nvlist_t *nvl, int encoding) argument [all...] |
| H A D | rdr_messages.c | 302 int *buf_size, int encoding); 4037 int encoding) 4054 encoding); 4036 pack_rsrc_info_reply(rsrc_info_params_t *params, char **buf, int *buf_size, int encoding) argument
|
| /illumos-gate/usr/src/cmd/audio/utilities/ |
| H A D | filehdr.c | 93 /* create tmp buf for the encoding routines to work with */ 463 return (hdr.encoding); 592 hdrp->encoding = AUDIO_AU_ENCODING_LINEAR_8; 595 hdrp->encoding = AUDIO_AU_ENCODING_LINEAR_16; 659 AUDIO_AU_FILE2HOST(&fhdr.au_encoding, &hdrp->encoding); 682 short encoding; local 709 AUDIO_WAV_FILE2HOST_SHORT(&fhdr.wav_fmt_encoding, &encoding); 716 switch (encoding) { 720 hdrp->encoding = AUDIO_AU_ENCODING_LINEAR_8; 723 hdrp->encoding 906 int encoding; local 980 int encoding; local 1142 short encoding; local [all...] |
| /illumos-gate/usr/src/lib/libfru/libfruraw/ |
| H A D | fru_access_impl.h | 102 sectencoding_t encoding; member in struct:__anon3256 170 sectencoding_t encoding; /* standard or needing interpretation */ member in struct:__anon3263
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
| H A D | fru_access_impl.h | 108 sectencoding_t encoding; member in struct:__anon1152 176 sectencoding_t encoding; /* standard or needing interpretation */ member in struct:__anon1159
|
| /illumos-gate/usr/src/common/ctf/ |
| H A D | ctf_create.c | 336 uint_t encoding; local 359 encoding = CTF_INT_DATA( 364 encoding = CTF_FP_DATA( 369 bcopy(&encoding, t, sizeof (encoding)); 370 t += sizeof (encoding); 641 * When encoding integer sizes, we want to convert a byte count in the range
|
| /illumos-gate/usr/src/tools/ctf/cvt/ |
| H A D | ctf.c | 234 uint_t encoding; local 280 encoding = 0; 284 encoding |= CTF_INT_SIGNED; 286 encoding |= CTF_INT_CHAR; 288 encoding |= CTF_INT_BOOL; 290 encoding |= CTF_INT_VARARGS; 292 encoding = ip->intr_fformat; 294 data = CTF_INT_DATA(encoding, ip->intr_offset, ip->intr_nbits); 910 uint_t encoding; local 968 encoding [all...] |
| /illumos-gate/usr/src/tools/ctf/dump/ |
| H A D | dump.c | 132 int_encoding_to_str(uint_t encoding) argument 136 if (encoding == 0 || (encoding & ~(CTF_INT_SIGNED | CTF_INT_CHAR | 138 (void) snprintf(buf, sizeof (buf), " 0x%x", encoding); 141 if (encoding & CTF_INT_SIGNED) 143 if (encoding & CTF_INT_CHAR) 145 if (encoding & CTF_INT_BOOL) 147 if (encoding & CTF_INT_VARARGS) 155 fp_encoding_to_str(uint_t encoding) argument 165 if (encoding < 447 uint_t encoding = *((const uint_t *)u.ptr); local 461 uint_t encoding = *((const uint_t *)u.ptr); local [all...] |
| /illumos-gate/usr/src/tools/ctf/dwarf/common/ |
| H A D | dwarf_frame2.c | 1174 pointer encoding for the address pointers in the fde. */ 1184 unsigned char encoding = 0; local 1189 encoding = *(unsigned char *) cur_aug_p; 1190 *pers_hand_enc_out = encoding; 1200 encoding, 1222 /* Given augmentation character (the encoding) giving the
|
| /illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
| H A D | dpost.c | 45 * has also been included as a special case of the color support. Two encoding 47 * you set encoding to 2 (eg. using the -e2 option). The slightly faster method 48 * is obtained by setting encoding to 3 (eg. using the -e3 option), although it's 59 * text encoding you're using. You'll get the worst results if you're emulating 80 * depends on the value assigned to encoding. Print time should decrease as 81 * encoding increases (up to MAXENCODING). Setting encoding to 0, which should 83 * version of dpost. It's the slowest but most stable method of encoding lines of 87 * jobs. encoding can be changed on the command line using the -e option. Part of 88 * the support for different encoding scheme 303 int encoding = DFLTENCODING; variable [all...] |
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | log_sysevent.c | 85 static int encoding = NV_ENCODE_NATIVE; variable 565 (void) nvlist_size(nvl, &size, encoding); 696 (void) nvlist_size((nvlist_t *)ev_attr_list, &size, encoding); 718 (void) nvlist_size(nvl, &size, encoding); 791 (void) nvlist_size(nvl, &size, encoding); 792 if (nvlist_pack(nvl, &attr, &size, encoding, flag) != 0) {
|
| /illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/ |
| H A D | etm.c | 1233 * and type of nvlist encoding, 1240 int encoding, size_t *szp) 1274 if ((n = nvlist_size(evp, &evsz, encoding)) != 0) { 1907 /* indicate 1 FMA event, no network encoding, and 0-terminate */ 1239 etm_hdr_write(fmd_hdl_t *hdl, etm_xport_conn_t conn, nvlist_t *evp, int encoding, size_t *szp) argument
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_cmds.c | 2464 int encoding = (!(sp.spec_flags & MDB_TGT_SPEC_DISABLED)) | local 2467 char ldelim = "<<(["[encoding]; 2468 char rdelim = ">>)]"[encoding];
|
| /illumos-gate/usr/src/common/nvpair/ |
| H A D | nvpair.c | 2030 * encoding / decoding of a nvlist header (nvlist_t) 2034 * responsible for the first part of encoding / decoding of an nvpair 2038 * second part of encoding / decoding of an nvpair 2041 * calculates the encoding size of an nvpair 2055 char nvh_encoding; /* nvs encoding method */ 2273 nvlist_common(nvlist_t *nvl, char *buf, size_t *buflen, int encoding, argument 2296 * used for encoding method and host endian. 2303 nvh->nvh_encoding = encoding; 2313 /* get method of encoding from first byte */ 2314 encoding 2356 nvlist_size(nvlist_t *nvl, size_t *size, int encoding) argument 2366 nvlist_pack(nvlist_t *nvl, char **bufp, size_t *buflen, int encoding, int kmflag) argument 2378 nvlist_xpack(nvlist_t *nvl, char **bufp, size_t *buflen, int encoding, nv_alloc_t *nva) argument [all...] |