HomeSort by: relevance | last modified time | path
    Searched defs:ACPI_GET_FUNCTION_NAME (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/platform/
acgcc.h 71 #define ACPI_GET_FUNCTION_NAME __func__
  /src/sys/external/bsd/acpica/dist/include/
acoutput.h 273 * If ACPI_GET_FUNCTION_NAME was not defined in the compiler-dependent header,
277 #ifndef ACPI_GET_FUNCTION_NAME
278 #define ACPI_GET_FUNCTION_NAME _AcpiFunctionName
292 #endif /* ACPI_GET_FUNCTION_NAME */
299 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT

Completed in 16 milliseconds