Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/acpi/
Dacmacros.h462 #define ACPI_REPORT_ERROR(fp) {acpi_ut_report_error(_THIS_MODULE,__LINE__,_COMPONENT)…
474 #define ACPI_REPORT_ERROR(fp) {acpi_ut_report_error("ACPI",__LINE__,_COMPONENT); \
488 #define _ACPI_REPORT_ERROR(a,b,c,fp) {acpi_ut_report_error(a,b,c); \
Dacutils.h401 acpi_ut_report_error (
/linux-2.4.37.9/drivers/acpi/utilities/
Dutmisc.c1449 acpi_ut_report_error ( in acpi_ut_report_error() function