Home
last modified time | relevance | path

Searched refs:AML_RESOURCE_VENDOR_SMALL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsinfo.c315 sizeof (AML_RESOURCE_VENDOR_SMALL), /* ACPI_RESOURCE_TYPE_VENDOR */
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h344 } AML_RESOURCE_VENDOR_SMALL; typedef
776 AML_RESOURCE_VENDOR_SMALL VendorSmall;
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutresrc.c183 ACPI_AML_SIZE_SMALL (AML_RESOURCE_VENDOR_SMALL),
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslrestype1.c706 Rnode = RsAllocateResourceNode (sizeof (AML_RESOURCE_VENDOR_SMALL) + 7); in RsDoVendorSmallDescriptor()