Searched refs:Out (Results 1 – 5 of 5) sorted by relevance
/acpica-latest/source/components/resources/ |
D | rsxface.c | 164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument 165 #define ACPI_COPY_ADDRESS(Out, In) \ argument 166 ACPI_COPY_FIELD(Out, In, ResourceType); \ 167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \ 168 ACPI_COPY_FIELD(Out, In, Decode); \ 169 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \ 170 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \ 171 ACPI_COPY_FIELD(Out, In, Info); \ 172 ACPI_COPY_FIELD(Out, In, Address.Granularity); \ 173 ACPI_COPY_FIELD(Out, In, Address.Minimum); \ [all …]
|
/acpica-latest/source/components/utilities/ |
D | utmisc.c | 251 } Out; in AcpiUtDwordByteSwap() local 264 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap() 265 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap() 266 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap() 267 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap() 269 return (Out.Value); in AcpiUtDwordByteSwap()
|
/acpica-latest/source/os_specific/efi/ |
D | oseficlib.c | 677 ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *Out; in AcpiEfiFlushFile() local 682 Out = ACPI_CAST_PTR (ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE, File); in AcpiEfiFlushFile() 687 uefi_call_wrapper (Out->OutputString, 2, Out, Begin); in AcpiEfiFlushFile()
|
/acpica-latest/source/include/ |
D | acpixf.h | 1220 ACPI_RESOURCE_ADDRESS64 *Out))
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/reference/ |
D | ref07.asl | 1233 /* Out of Package */
|