| /illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | fastfind.c | 368 fp->decode.ignorecase = 1; in findopen() 381 sfsprintf(fp->decode.path, sizeof(fp->decode.path), "%s/%s", path, findnames[k]); in findopen() 382 if (fp->fp = sfopen(NiL, fp->decode.path, "r")) in findopen() 384 path = fp->decode.path; in findopen() 395 …else if ((path = pathpath(path, "", PATH_REGULAR|PATH_READ, fp->decode.path, sizeof(fp->decode.pat… in findopen() 413 b = (s = fp->decode.temp) + 1; in findopen() 414 for (i = 0; i < elementsof(fp->decode.bigram1); i++) in findopen() 418 if (!(*s++ = fp->decode.bigram1[i] = j) && i) in findopen() 425 …if (!(*s++ = fp->decode.bigram2[i] = j) && (i || fp->decode.bigram1[0] >= '0' && fp->decode.bigram… in findopen() 432 type = (const char*)typefix(fp->decode.bigram2, sizeof(fp->decode.bigram2), type); in findopen() [all …]
|
| H A D | findlib.h | 52 #define FF_SET_TYPE(p,i) ((p)->decode.bigram1[((i)>>3)&((1<<CHAR_BIT)-1)]|=(1<<((i)&07))) 53 #define FF_OK_TYPE(p,i) (!(p)->types||((p)->decode.bigram1[((i)>>3)&((1<<CHAR_BIT)-1)]&(1<<((i)&07… 118 #define decode code.code_decode macro
|
| /illumos-gate/usr/src/lib/libshare/smb/ |
| H A D | smb_share_doorclnt.c | 230 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_list() 237 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_list() 275 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_count() 281 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_count() 319 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_delete() 325 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_delete() 365 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_rename() 371 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_rename() 409 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_create() 416 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_create() [all …]
|
| /illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
| H A D | ac_del.c | 213 uint64_t decode; in ac_del_bank_add_span() local 235 decode = (pkt->bank == Bank0) ? in ac_del_bank_add_span() 237 base_pa = GRP_REALBASE(decode); in ac_del_bank_add_span() 238 bank_size = GRP_UK2SPAN(decode); in ac_del_bank_add_span() 283 uint64_t decode; in ac_del_bank_add_cage() local 294 decode = (bank == Bank0) ? *asp->ac_memdecode0 : *asp->ac_memdecode1; in ac_del_bank_add_cage() 295 base_pa = GRP_REALBASE(decode); in ac_del_bank_add_cage() 296 bank_size = GRP_UK2SPAN(decode); in ac_del_bank_add_cage() 375 uint64_t decode; in ac_bank_write_pattern() local 388 decode = (bank == Bank0) ? *asp->ac_memdecode0 : *asp->ac_memdecode1; in ac_bank_write_pattern() [all …]
|
| H A D | ac_add.c | 104 uint64_t decode; in ac_add_bank() local 126 decode = (pkt->bank == Bank0) ? in ac_add_bank() 128 base_pa = GRP_REALBASE(decode); in ac_add_bank() 129 bank_size = GRP_UK2SPAN(decode); in ac_add_bank()
|
| /illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/ |
| H A D | test_msgbuf.c | 422 printf("Fail: msg_get_a0 decode\n"); in msg_get_a0() 426 * Decode a word after the string to make sure we in msg_get_a0() 461 printf("Fail: msg_get_a1 decode\n"); in msg_get_a1() 465 * Decode a word after the string to make sure we in msg_get_a1() 497 printf("Fail: msg_get_a2 decode\n"); in msg_get_a2() 532 printf("Fail: msg_get_u0 decode\n"); in msg_get_u0() 536 * Decode a word after the string to make sure we in msg_get_u0() 571 printf("Fail: msg_get_u1 decode\n"); in msg_get_u1() 575 * Decode a word after the string to make sure we in msg_get_u1() 607 printf("Fail: msg_get_u2 decode\n"); in msg_get_u2() [all …]
|
| H A D | test_mbmarshal.c | 619 printf("Fail: mbm_get_a0 decode\n"); in mbm_get_a0() 623 * Decode a word after the string to make sure we in mbm_get_a0() 658 printf("Fail: mbm_get_a1 decode\n"); in mbm_get_a1() 662 * Decode a word after the string to make sure we in mbm_get_a1() 694 printf("Fail: mbm_get_a2 decode\n"); in mbm_get_a2() 729 printf("Fail: mbm_get_u0 decode\n"); in mbm_get_u0() 733 * Decode a word after the string to make sure we in mbm_get_u0() 768 printf("Fail: mbm_get_u1 decode\n"); in mbm_get_u1() 772 * Decode a word after the string to make sure we in mbm_get_u1() 804 printf("Fail: mbm_get_u2 decode\n"); in mbm_get_u2() [all …]
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | ddipropdefs.h | 74 * Handle passed around to encode/decode a property value. 78 void *ph_cur_pos; /* encode/decode position */ 82 struct prop_handle_ops *ph_ops; /* Encode/decode routines */ 86 * Property handle encode/decode ops 129 DDI_PROP_CMD_DECODE, /* Decode the current data */ 135 * Return values from property handle encode/decode ops 137 * decode size of the object, so an ok return must be positive, 170 #define DDI_PROP_CANNOT_DECODE 6 /* Could not decode prop */
|
| /illumos-gate/usr/src/boot/efi/include/Protocol/ |
| H A D | PciIo.h | 48 …ne EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO 0x0001 ///< I/O cycles 0x0000-0x00FF (10 bit decode) 49 …IO_ATTRIBUTE_ISA_IO 0x0002 ///< I/O cycles 0x0100-0x03FF or greater (10 bit decode) 50 …_PCI_IO_ATTRIBUTE_VGA_PALETTE_IO 0x0004 ///< I/O cycles 0x3C6, 0x3C8, 0x3C9 (10 bit decode) 51 … EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 ///< MEM cycles 0xA0000-0xBFFFF (24 bit decode) 52 …ATTRIBUTE_VGA_IO 0x0010 ///< I/O cycles 0x3B0-0x3BB and 0x3C0-0x3DF (10 bit decode) 53 …O_ATTRIBUTE_IDE_PRIMARY_IO 0x0020 ///< I/O cycles 0x1F0-0x1F7, 0x3F6, 0x3F7 (10 bit decode) 54 …O_ATTRIBUTE_IDE_SECONDARY_IO 0x0040 ///< I/O cycles 0x170-0x177, 0x376, 0x377 (10 bit decode) 56 #define EFI_PCI_IO_ATTRIBUTE_IO 0x0100 ///< Enable the I/O decode bit in the PC… 57 #define EFI_PCI_IO_ATTRIBUTE_MEMORY 0x0200 ///< Enable the Memory decode bit in the… 64 …IO_ATTRIBUTE_ISA_IO_16 0x10000 ///< I/O cycles 0x0100-0x03FF or greater (16 bit decode) [all …]
|
| /illumos-gate/usr/src/uts/common/smbsrv/ |
| H A D | msgbuf.h | 31 * smb_msgbuf interface is typically used to encode or decode SMB 95 * a buffer before any encode or decode operations may be performed. 98 * that was acquired during encode or decode operations. At this time 99 * the only operation that allocates memory is a unicode string decode.
|
| /illumos-gate/usr/src/common/acpica/disassembler/ |
| H A D | dmresrcl.c | 241 * DESCRIPTION: Decode fields common to Memory24 and Memory32 descriptors 290 * DESCRIPTION: Decode fields common to address descriptors 442 /* Decode the general and type-specific flags */ in AcpiDmAddressCommon() 496 * DESCRIPTION: Decode the flags specific to Space Address space descriptors 521 * DESCRIPTION: Decode the flags specific to IO Address space descriptors 545 * DESCRIPTION: Decode the flags specific to IO Address space descriptors 577 * DESCRIPTION: Decode flags specific to Memory Address Space descriptors 605 * DESCRIPTION: Decode flags specific to Memory Address Space descriptors 695 * DESCRIPTION: Decode a Word Address Space descriptor 742 * DESCRIPTION: Decode a DWord Address Space descriptor [all …]
|
| H A D | dmresrcs.c | 172 * DESCRIPTION: Decode a IRQ descriptor, either Irq() or IrqNoFlags() 188 /* Decode flags byte if present */ in AcpiDmIrqDescriptor() 219 * DESCRIPTION: Decode a DMA descriptor 258 * DESCRIPTION: Decode a FixedDMA descriptor 304 * DESCRIPTION: Decode an IO descriptor 351 * DESCRIPTION: Decode a Fixed IO descriptor 391 * DESCRIPTION: Decode a Start Dependendent functions descriptor 432 * DESCRIPTION: Decode an End Dependent functions descriptor 462 * DESCRIPTION: Decode a Vendor Small Descriptor
|
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_prop_decode.c | 27 * This file contains kernel property decode routines adopted from 106 * Property encode/decode functions 110 * Decode an array of integers property 139 * If we cannot skip through the data, we cannot decode it in di_prop_fm_decode_ints() 158 * Decode each elemente and place it in the space we just allocated in di_prop_fm_decode_ints() 186 * Decode an array of strings. 223 * If we cannot skip through the data, we cannot decode it in di_prop_fm_decode_strings() 236 * Finally, we can decode each string in di_prop_fm_decode_strings() 266 * Decode an array of bytes. 304 * Decode each element and place it in the space we just allocated in di_prop_fm_decode_bytes() [all …]
|
| /illumos-gate/usr/src/cmd/fm/mcdecode/ |
| H A D | mcdecode.c | 60 "\t-d decode physical address to the corresponding dimm\n" in mcdecode_usage() 92 errx(EXIT_FAILURE, "failed to decode address 0x%" PRIx64 in mcb_imc_decode_pa() 135 errx(EXIT_FAILURE, "failed to decode address 0x%" PRIx64 in mcb_umc_decode_pa() 237 err(EXIT_FAILURE, "failed to issue decode ioctl"); in mcdecode_pa() 303 err(EXIT_FAILURE, "failed to get decode snapshot information"); in mcdecode_dump() 312 err(EXIT_FAILURE, "failed to retrieve decode snapshot"); in mcdecode_dump()
|
| /illumos-gate/usr/src/cmd/audio/audioplay/ |
| H A D | audioplay.c | 105 static unsigned Decode = AUDIO_ENCODING_NONE; variable 106 /* decode type, if any */ 436 Decode = AUDIO_ENCODING_G721; in main() 448 Decode = AUDIO_ENCODING_G723; in main() 458 Decode = AUDIO_ENCODING_NONE; in main() 544 switch (Decode) { in main() 617 * decode to single byte output samples. If in main() 622 if (Decode == AUDIO_ENCODING_G721) { in main() 643 } else if (Decode == AUDIO_ENCODING_G723) { in main() 697 if ((Decode != AUDIO_ENCODING_NONE) || swapBytes) { in main() [all …]
|
| /illumos-gate/usr/src/cmd/logger/ |
| H A D | logger.c | 107 static int decode(char *, struct code *); 305 * Decode a symbolic name to a numeric value 320 fac = decode(p, FacNames); in pencode() 326 lev = decode(s, PriNames); in pencode() 335 decode(char *name, struct code *codetab) in decode() function
|
| /illumos-gate/usr/src/test/os-tests/tests/zen_umc/ |
| H A D | zen_umc_test_basic.c | 206 .udt_desc = "decode basic single socket/channel/DIMM DDR4 (0)", 223 .udt_desc = "decode basic single socket/channel/DIMM DDR4 (1)", 240 .udt_desc = "decode basic single socket/channel/DIMM DDR4 (2)", 257 .udt_desc = "decode basic single socket/channel/DIMM DDR4 (3)", 274 .udt_desc = "decode basic single socket/channel/DIMM DDR4 (4)",
|
| /illumos-gate/usr/src/test/os-tests/tests/imc/ |
| H A D | imc_test_basic.c | 95 .itc_desc = "decode basic single socket/channel/DIMM, dual rank (1)", 107 .itc_desc = "decode basic single socket/channel/DIMM, dual rank (2)", 119 .itc_desc = "decode basic single socket/channel/DIMM, dual rank (3)",
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
| H A D | token.c | 366 /* Create and XDR stream to decode from */ in __get_ap_token() 379 * Decode the DH_INIT_CNTX token. Note that at this point we have no in __get_ap_token() 403 dh_token_t token, /* The decode token */ in __get_token() 417 /* Decode the token */ in __get_token() 472 * __xdr_decode_token: Decode a token from an XDR stream into a token_desc 499 /* Decode the protocol versioned body */ in __xdr_decode_token() 518 /* Now decode the supplied signature */ in __xdr_decode_token()
|
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_quota.c | 57 * SMB_QUOTA_QUERY_STARTSID decode the list of sids from 124 * Decode the SIDs from the data block and stores them in string form in list. 206 * Decode the quota entries into a list_t of smb_quota_t. 434 * Returns: -1 - door call (or encode/decode) failure. 453 * Returns: -1 - door call (or encode/decode) failure.
|
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | encode.c | 79 ** (5) Copy encoded characters except the first into the decode 166 ** Decode the string "in" into binary data and write it into "out". 173 ** to decode a string in place. 240 printf(" ERROR decode size %d\n", j); in main() 244 printf(" ERROR decode mismatch\n"); in main()
|
| /illumos-gate/usr/src/data/perfmon/BDW-DE/ |
| H A D | broadwellde_core_v7.json | 466 …en Resource Allocation Table (RAT) external stall is sent to Instruction Decode Queue (IDQ) for th… 467 …ch Resource Allocation Table (RAT) external stall is sent to Instruction Decode Queue (IDQ) for th… 2352 "BriefDescription": "Instruction Decode Queue (IDQ) empty cycles", 2353 …loc stage since uops can be delivered by bypass skipping the Instruction Decode Queue (IDQ) when i… 2375 "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path", 2376 …Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also m… 2398 …"BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from M… 2399 …event counts cycles during which uops are being delivered to Instruction Decode Queue (IDQ) from t… 2421 …"BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffe… 2422 …s event counts the number of uops delivered to Instruction Decode Queue (IDQ) from the Decode Stre… [all …]
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | uudecode.c | 93 static void decode(FILE *, FILE *, int); 214 * initialize the decode table. in main() 271 decode(in, out, base64flag); in main() 286 decode(FILE *in, FILE *out, int base64) in decode() function 315 * Decode data lines. in decode() 358 /* decode chars */ in decode() 366 * we need to decode and output them in decode()
|
| /illumos-gate/usr/src/uts/sun4u/sunfire/sys/ |
| H A D | ac.h | 108 /* defines for Memory decode registers */ 427 /* set the decode register bits according to the desired bank layout */ 476 volatile uint64_t *ac_memdecode0; /* Memory Decode 0 */ 477 volatile uint64_t *ac_memdecode1; /* Memory Decode 1 */ 491 struct kstat_named ac_memdecode0; /* AC Memory Decode Bank 0 */ 492 struct kstat_named ac_memdecode1; /* AC Memory Decode Bank 1 */
|
| /illumos-gate/usr/src/cmd/mdb/intel/modules/amd_opteron/ |
| H A D | ao.c | 363 { "ao_nbcfg", ":", "decode Northbridge config bits", 365 { "ao_scrubctl", ":", "decode Scrub Control Register", 367 { "ao_sparectl", ":", "decode Online Spare Control Register", 370 "decode MCi_CTL", ao_mci_ctl }, 372 "decode MCi_MASK", ao_mci_mask },
|