/src/sys/external/bsd/acpica/dist/disassembler/ |
dmcstyle.c | 173 ACPI_PARSE_OBJECT *Target); 181 ACPI_PARSE_OBJECT *Target, 214 ACPI_PARSE_OBJECT *Target; 281 /* Logical operators, no target */ 403 * Check for a valid target as the 3rd (or sometimes 2nd) operand 411 * Only the math operators and Store() have a target. 412 * Logicals have no target. 427 /* Target is 3rd operand */ 429 Target = Argument2->Common.Next; 432 Target2 = Target->Common.Next [all...] |
/src/sys/external/bsd/acpica/dist/common/ |
dmtable.c | 1062 UINT8 *Target; 1087 * Target points to the field within the ACPI Table. CurrentOffset is 1090 Target = ACPI_ADD_PTR (UINT8, Table, Info->Offset); 1273 * Start of the vendor data (Target) 1277 ACPI_CAST_PTR (char, Target)); 1282 ByteLength = strlen (ACPI_CAST_PTR (char, Target)) + 1; 1287 ByteLength = ((ACPI_CAST_PTR (ACPI_IVRS_DEVICE_HID, Target) -1)->UidLength); 1372 AcpiOsPrintf ("%1.1X\n", (*Target >> Info->Opcode) & 0x01); 1379 AcpiOsPrintf ("%1.1X\n", *Target & 0x03); 1384 AcpiOsPrintf ("%1.1X\n", (*Target >> 1) & 0x03) [all...] |
/src/sys/external/bsd/acpica/dist/resources/ |
rsdump.c | 382 UINT8 *Target = NULL; 394 PreviousTarget = Target; 395 Target = ACPI_ADD_PTR (UINT8, Resource, Table->Offset); 419 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Target)); 428 AcpiRsOutString (Name, Table->Pointer [*Target]); 432 AcpiRsOutInteger8 (Name, ACPI_GET8 (Target)); 438 AcpiRsOutInteger16 (Name, ACPI_GET16 (Target)); 443 AcpiRsOutInteger32 (Name, ACPI_GET32 (Target)); 448 AcpiRsOutInteger64 (Name, ACPI_GET64 (Target)); 455 AcpiRsOutString (Name, Table->Pointer [*Target & 0x01]) [all...] |
rsmisc.c | 193 char *Target; 228 Target = NULL; 308 Target = ACPI_ADD_PTR (void, Aml, Info->Value); 309 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); 329 Target = ACPI_ADD_PTR (void, Aml, (Info->Value + 2)); 330 if (ACPI_GET16 (Target)) 334 Target = ACPI_ADD_PTR (void, Aml, Info->Value); 335 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); 394 Target = (char *) ACPI_ADD_PTR (void, Resource, 396 *(UINT16 **) Destination = ACPI_CAST_PTR (UINT16, Target); [all...] |
/src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
asutils.c | 166 char Target) 169 while (*Buffer != Target) 195 char Target) 198 while (*Buffer != Target)
|
ascase.c | 166 * DESCRIPTION: LowerCase all instances of a target string with a replacement 173 char *Target, 184 TargetLength = strlen (Target); 191 /* Find the target string */ 193 SubString1 = strstr (SubBuffer, Target); 230 /* Do the actual replace if the target was found */
|
acpisrc.h | 251 char *Target; 341 char Target); 346 char Target); 357 char *Target, 364 char *Target,
|
asmain.c | 160 char *Target, 212 * DESCRIPTION: Source and Target pathname verification and handling 220 char *Target, 251 if (!AcpiUtStricmp (Source, Target)) 253 printf ("Target path is the same as the source path, overwrite?\n"); 267 Status = stat (Target, &Gbl_StatBuf); 270 printf ("Target path already exists, overwrite?\n"); 548 /* Just generate statistics. Ignore target path */ 572 /* Check source and target paths and files */ 579 /* Source/target can be either directories or a files * [all...] |
/src/sys/external/bsd/acpica/dist/executer/ |
exconfig.c | 436 * Target - Where the status of the load will be stored 454 ACPI_OPERAND_OBJECT *Target, 468 if (Target->Common.DescriptorType == ACPI_DESC_TYPE_NAMED) 470 Target = AcpiNsGetAttachedObject (ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Target)); 472 if (Target->Common.Type != ACPI_TYPE_INTEGER) 474 ACPI_ERROR ((AE_INFO, "Type not integer: %X", Target->Common.Type)); 478 Target->Integer.Value = 0; 656 Target->Integer.Value = 0xFFFFFFFFFFFFFFFF;
|
exdump.c | 353 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"}, 490 UINT8 *Target; 518 Target = ACPI_ADD_PTR (UINT8, ObjDesc, Info->Offset); 536 AcpiOsPrintf ("%20s : %2.2X\n", Name, *Target); 541 AcpiOsPrintf ("%20s : %4.4X\n", Name, ACPI_GET16 (Target)); 546 AcpiOsPrintf ("%20s : %8.8X\n", Name, ACPI_GET32 (Target)); 552 ACPI_FORMAT_UINT64 (ACPI_GET64 (Target))); 558 AcpiExOutPointer (Name, *ACPI_CAST_PTR (void *, Target)); 594 Start = *ACPI_CAST_PTR (void *, Target); 633 Start = *ACPI_CAST_PTR (void *, Target); [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_tsc.h | 87 #error Target architecture is not supported.
|
/src/sys/external/bsd/acpica/dist/compiler/ |
aslprimaries.y | 191 Target 215 Target 285 Target 298 Target 309 Target 492 Target 493 Target 597 Target 608 Target 650 Target [all...] |
aslparseop.c | 479 * expressions where the target is the same as one of the 483 * NOTE: This code is specific to target operands that are the last 550 * PARAMETERS: Target - Assignment target 557 * operators which is a target operand -- thus saving invocation 564 ACPI_PARSE_OBJECT *Target, 574 "\nTrCreateAssignmentOp Line [%u to %u] Source %s Target %s\n", 577 UtGetOpName (Target->Asl.ParseOpcode)); 579 TrSetOpFlags (Target, OP_IS_TARGET); 585 * a target operan [all...] |
aslanalyze.c | 575 char Target[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; 617 * Create the target name that would cause collision (Flip E/L) 619 ACPI_MOVE_32_TO_32 (Target, Name); 625 Target[1] = 'E'; 629 Target[1] = 'L'; 632 /* Search all peers (objects within this scope) for target match */ 645 if (ACPI_COMPARE_NAMESEG (Target, NextOp->Asl.NameSeg))
|
aslstubs.c | 334 ACPI_OPERAND_OBJECT *Target,
|
aslutils.c | 225 UINT8 *Target) 234 if (!isalpha ((int) Target[i])) 271 fprintf (stderr, "Target file \"%s\" already exists, overwrite? [y|n] ",
|
/src/sys/external/bsd/acpica/dist/debugger/ |
dbdisply.c | 174 void *Target); 236 * PARAMETERS: Target - Pointer to string to be converted 246 void *Target) 252 Address = strtoul (Target, NULL, 16); 295 * PARAMETERS: Target - String with object to be displayed. Names 307 char *Target, 320 if (!Target) 349 if ((Target[0] >= 0x30) && (Target[0] <= 0x39)) 351 ObjPtr = AcpiDbGetPointer (Target); [all...] |
/src/usr.bin/make/unit-tests/ |
posix1.exp | 28 Target with suffix transformations 36 Suffixless target with suffix transformations 68 Target with suffix transformations 76 Suffixless target with suffix transformations 114 Target with suffix transformations 122 Suffixless target with suffix transformations 161 Target with suffix transformations 169 Suffixless target with suffix transformations
|
suff-incomplete.exp | 20 Target ".a.c" depends on "${.PREFIX}.dependency" 26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
|
var-scope-local.mk | 3 # Tests for target-local variables, such as ${.TARGET} or $@. These variables 5 # target. In contrast, global variables are typically created when the 8 # The 7 built-in target-local variables are listed in the manual page. They 9 # are defined just before the target is actually made. Additional 10 # target-local variables can be defined in dependency lines like 11 # 'target: VAR=value', one at a time. 15 # Target-local variables in a target rule 17 # In target rules, '$*' only strips the extension off the pathname if th [all...] |
/src/sys/external/bsd/acpica/dist/include/ |
acstruct.h | 291 ACPI_OPERAND_OBJECT *Target; 300 ACPI_OPERAND_OBJECT *Target;
|
acdebug.h | 415 char *Target,
|
/src/etc/rc.d/ |
iscsid_volumes | 21 while read host target digest auth user alias; do 51 "$target":*) mpass=${entry#*:} ;; 66 echo "Add target ${alias:-$target}" 71 -n "$target" \ 80 Added\ Target\ [1-9]*,\ Portal\ [1-9]*\ ) 83 echo "Login $target via Portal $portal" 95 while read host target digest auth user alias; do 99 echo "Remove target ${alias:-$target}" [all...] |
/src/common/dist/zlib/contrib/ada/ |
test.adb | 80 (Source, Target : in out Root_Stream_Type'Class; 163 (Source, Target : in out Ada.Streams.Root_Stream_Type'Class; 171 Write (Target, Buffer (1 .. Last)); 362 Target => File_Z); 418 Target => Stream (File_Out).all); 445 Target => File_Z);
|
/src/sys/external/bsd/acpica/dist/tables/ |
tbfadt.c | 270 ACPI_GENERIC_ADDRESS *Target; 891 AcpiTbInitGenericAddress (FadtPmInfoTable[i].Target,
|