Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drsirq.c225 sizeof (AML_RESOURCE_IRQ),
276 {ACPI_RSC_LENGTH, 0, 0, sizeof (AML_RESOURCE_IRQ)},
H A Drsinfo.c311 …sizeof (AML_RESOURCE_IRQ), /* ACPI_RESOURCE_TYPE_IRQ (optional Byte 3 always created)…
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlresrc.h279 } AML_RESOURCE_IRQ; typedef
789 AML_RESOURCE_IRQ Irq;
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutresrc.c173 ACPI_AML_SIZE_SMALL (AML_RESOURCE_IRQ),
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslrestype1i.c582 Rnode = RsAllocateResourceNode (sizeof (AML_RESOURCE_IRQ)); in RsDoIrqDescriptor()