Home
last modified time | relevance | path

Searched refs:ACPI_MAX_MATCH_OPCODE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacconfig.h314 #define ACPI_MAX_MATCH_OPCODE 5 macro
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmopcode.c765 if (((UINT32) Op->Common.Value.Integer) > ACPI_MAX_MATCH_OPCODE) in AcpiDmMatchKeyword()