Home
last modified time | relevance | path

Searched refs:AML_RESOURCE_IO (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlresrc.h330 } AML_RESOURCE_IO; typedef
793 AML_RESOURCE_IO Io;
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drsinfo.c315 sizeof (AML_RESOURCE_IO), /* ACPI_RESOURCE_TYPE_IO */
H A Drsio.c173 sizeof (AML_RESOURCE_IO),
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutresrc.c177 ACPI_AML_SIZE_SMALL (AML_RESOURCE_IO),
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslrestype1i.c473 Rnode = RsAllocateResourceNode (sizeof (AML_RESOURCE_IO)); in RsDoIoDescriptor()