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 179 #define ACPI_GET_FUNCTION_NAME __func__
  /src/sys/external/bsd/acpica/dist/include/
acoutput.h 381 * If ACPI_GET_FUNCTION_NAME was not defined in the compiler-dependent header,
385 #ifndef ACPI_GET_FUNCTION_NAME
386 #define ACPI_GET_FUNCTION_NAME _AcpiFunctionName
400 #endif /* ACPI_GET_FUNCTION_NAME */
407 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT

Completed in 12 milliseconds