Searched refs:ACPI_COMPILER_RESERVED_NAME (Results 1 – 2 of 2) sorted by relevance
211 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()
243 #define ACPI_COMPILER_RESERVED_NAME (ACPI_UINT32_MAX - 3) macro