Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A 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()
H A Dasldefine.h243 #define ACPI_COMPILER_RESERVED_NAME (ACPI_UINT32_MAX - 3) macro