Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h328 } AML_RESOURCE_IO; typedef
773 AML_RESOURCE_IO Io;
/illumos-gate/usr/src/common/acpica/resources/
H A Drsio.c173 sizeof (AML_RESOURCE_IO),
H A Drsinfo.c313 sizeof (AML_RESOURCE_IO), /* ACPI_RESOURCE_TYPE_IO */
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutresrc.c177 ACPI_AML_SIZE_SMALL (AML_RESOURCE_IO),
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype1i.c473 Rnode = RsAllocateResourceNode (sizeof (AML_RESOURCE_IO)); in RsDoIoDescriptor()