Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Daslpredef.c211 case ACPI_COMPILER_RESERVED_NAME: /* A _Txx that was not emitted by compiler */ in ApCheckForPredefinedMethod()
384 case ACPI_COMPILER_RESERVED_NAME: /* A _Txx that was not emitted by compiler */ in ApCheckPredefinedReturnValue()
478 case ACPI_COMPILER_RESERVED_NAME: /* A _Txx that was not emitted by compiler */ in ApCheckForPredefinedObject()
684 return (ACPI_COMPILER_RESERVED_NAME); in ApCheckForSpecialName()
Dasldefine.h244 #define ACPI_COMPILER_RESERVED_NAME (ACPI_UINT32_MAX - 3) macro