Searched refs:acpi_log_error (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/power/acpi/tools/acpidump/ |
D | apfiles.c | 57 acpi_log_error("Target path already exists, overwrite? [y|n] "); in ap_is_existing_file() 95 acpi_log_error("Could not open output file: %s\n", pathname); in ap_open_output_file() 156 acpi_log_error in ap_write_to_binary_file() 166 acpi_log_error("Could not open output file: %s\n", filename); in ap_write_to_binary_file() 172 acpi_log_error("Error writing binary output file: %s\n", in ap_write_to_binary_file() 208 acpi_log_error("Could not open input file: %s\n", pathname); in ap_get_table_from_file() 216 acpi_log_error("Could not get input file size: %s\n", pathname); in ap_get_table_from_file() 224 acpi_log_error("Could not allocate file buffer of size: %u\n", in ap_get_table_from_file() 233 acpi_log_error("Could not read input file: %s\n", pathname); in ap_get_table_from_file()
|
D | apdump.c | 72 acpi_log_error("Table signature (0x%8.8X) is invalid\n", in ap_is_valid_header() 80 acpi_log_error("Table length (0x%8.8X) is invalid\n", in ap_is_valid_header() 118 acpi_log_error("%4.4s: Warning: wrong checksum in table\n", in ap_is_valid_checksum() 242 acpi_log_error in ap_dump_all_tables() 247 acpi_log_error in ap_dump_all_tables() 291 acpi_log_error("%s: Could not convert to a physical address\n", in ap_dump_table_by_address() 299 acpi_log_error("Could not get table at 0x%8.8X%8.8X, %s\n", in ap_dump_table_by_address() 333 acpi_log_error in ap_dump_table_by_name() 365 acpi_log_error in ap_dump_table_by_name() 412 acpi_log_error in ap_dump_table_from_file() [all …]
|
D | apmain.c | 143 acpi_log_error("Too many table options (max %u)\n", in ap_insert_action() 206 acpi_log_error in ap_do_options() 235 acpi_log_error(ACPI_COMMON_SIGNON(AP_UTILITY_NAME)); in ap_do_options() 346 acpi_log_error("Internal error, invalid action: 0x%X\n", in main() 362 acpi_log_error in main()
|
/linux-4.1.27/tools/power/acpi/common/ |
D | cmfsize.c | 97 acpi_log_error("Could not get file offset"); in cm_get_file_size() 101 acpi_log_error("Could not set file offset"); in cm_get_file_size()
|
D | getopt.c | 59 if (acpi_gbl_opterr) {acpi_log_error ("%s%c\n", msg, badchar);}
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utdebug.c | 579 void ACPI_INTERNAL_VAR_XFACE acpi_log_error(const char *format, ...) in acpi_log_error() function 588 ACPI_EXPORT_SYMBOL(acpi_log_error)
|
/linux-4.1.27/include/acpi/ |
D | acpixf.h | 903 acpi_log_error(const char *format, ...))
|