Searched refs:DescriptorType (Results 26 - 30 of 30) sorted by relevance

12

/barrelfish-master/lib/acpica/source/include/
H A Dacresrc.h418 UINT8 DescriptorType,
H A Dacmacros.h403 * The "DescriptorType" field is the second field in both structures.
407 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType)
408 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType = (t))
/barrelfish-master/lib/acpica/source/common/
H A Dadisasm.c567 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED;
H A Ddmrestag.c867 switch (Resource->DescriptorType)
/barrelfish-master/lib/acpica/source/compiler/
H A Daslresource.c982 ((AML_RESOURCE *) Rnode->Buffer)->DescriptorType;

Completed in 42 milliseconds

12