Lines Matching defs:Destination
104 * re-exports any such software from a foreign destination, Licensee shall
192 void *Destination;
232 * destination is the internal resource descriptor
235 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
260 ACPI_SET8 (Destination,
268 ACPI_SET8 (Destination,
276 ACPI_SET8 (Destination,
284 ACPI_SET8 (Destination,
291 ACPI_SET8 (Destination, ItemCount);
300 ACPI_SET16 (Destination, ItemCount);
313 ACPI_SET16 (Destination, ItemCount);
319 ACPI_SET8 (Destination, ItemCount);
347 ACPI_SET16 (Destination, ItemCount);
356 ACPI_SET16 (Destination, ItemCount);
367 ACPI_SET16 (Destination, ItemCount);
387 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
396 *(UINT16 **) Destination = ACPI_CAST_PTR (UINT16, Target);
410 *(UINT8 **) Destination = ACPI_CAST_PTR (UINT8, Target);
424 *(UINT8 **) Destination = ACPI_CAST_PTR (UINT8, Target);
438 *(UINT8 **) Destination = ACPI_CAST_PTR (UINT8, Target);
450 memset (Destination, Info->AmlOffset, Info->Value);
456 memcpy (Destination, Source, ACPI_GET16 (Target));
475 Destination, Aml, NULL);
489 Destination, Aml, Target);
496 ItemCount = AcpiRsDecodeBitmask (ACPI_GET8 (Source), Destination);
512 ItemCount = AcpiRsDecodeBitmask (Temp16, Destination);
595 void *Destination;
621 * destination is the external AML byte stream buffer
624 Destination = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
643 ACPI_SET8 (Destination, 0);
650 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8)
658 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8)
666 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8)
674 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8)
681 ACPI_SET8 (Destination, ItemCount);
697 ACPI_SET16 (Destination, AmlLength);
708 ACPI_SET16 (Destination, ItemCount);
720 ACPI_SET16 (Destination, AmlLength);
737 ACPI_SET16 (Destination, ItemCount + Info->Value);
763 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
768 Destination = (char *) ACPI_ADD_PTR (void, Aml,
769 ACPI_GET16 (Destination));
771 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
778 Destination = (char *) ACPI_ADD_PTR (void, Aml,
779 ACPI_GET16 (Destination));
781 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
786 Destination = (char *) ACPI_ADD_PTR (void, Aml,
789 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
794 Destination = (char *) ACPI_ADD_PTR (void, Aml,
797 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
829 ACPI_SET8 (Destination,
840 ACPI_MOVE_16_TO_16 (Destination, &Temp16);