Home
last modified time | relevance | path

Searched refs:ACPI_MSG_ERROR (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxferror.c193 AcpiOsPrintf (ACPI_MSG_ERROR); in AcpiError()
239 AcpiOsPrintf (ACPI_MSG_ERROR); in ACPI_EXPORT_SYMBOL()
244 AcpiOsPrintf (ACPI_MSG_ERROR "%s, ", in ACPI_EXPORT_SYMBOL()
H A Duterror.c367 AcpiOsPrintf (ACPI_MSG_ERROR); in AcpiUtPrefixedNamespaceError()
418 AcpiOsPrintf (ACPI_MSG_ERROR); in AcpiUtNamespaceError()
490 AcpiOsPrintf (ACPI_MSG_ERROR); in AcpiUtMethodError()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacutils.h230 #ifndef ACPI_MSG_ERROR
231 #define ACPI_MSG_ERROR "ACPI Error: " macro