Home
last modified time | relevance | path

Searched refs:full_pathname (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Dnseval.c102 info->full_pathname = acpi_ns_get_normalized_pathname(info->node, TRUE); in acpi_ns_evaluate()
103 if (!info->full_pathname) { in acpi_ns_evaluate()
118 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_evaluate()
132 acpi_ns_check_acpi_compliance(info->full_pathname, info->node, in acpi_ns_evaluate()
139 acpi_ns_check_argument_count(info->full_pathname, info->node, in acpi_ns_evaluate()
168 info->full_pathname, in acpi_ns_evaluate()
184 info->full_pathname)); in acpi_ns_evaluate()
191 info->full_pathname, in acpi_ns_evaluate()
296 ACPI_FREE(info->full_pathname); in acpi_ns_evaluate()
297 info->full_pathname = NULL; in acpi_ns_evaluate()
Dnsrepair.c141 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_simple_repair()
187 info->full_pathname, in acpi_ns_simple_repair()
201 info->full_pathname, in acpi_ns_simple_repair()
269 info->full_pathname, in acpi_ns_simple_repair()
276 info->full_pathname, in acpi_ns_simple_repair()
412 info->full_pathname, in acpi_ns_repair_null_element()
497 info->full_pathname, (count - new_count))); in acpi_ns_remove_null_elements()
552 info->full_pathname, in acpi_ns_wrap_with_package()
Dnsprepkg.c70 info->full_pathname, package->ret_info.type, in acpi_ns_check_package()
94 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_package()
128 info->full_pathname, count, in acpi_ns_check_package()
326 info->full_pathname, in acpi_ns_check_package()
348 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_package()
362 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags, in acpi_ns_check_package()
597 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags, in acpi_ns_check_package_list()
635 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_custom_package()
649 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_custom_package()
658 info->full_pathname, count, expected_count)); in acpi_ns_custom_package()
Dnspredef.c201 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
247 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
252 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
258 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
299 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags, in acpi_ns_check_reference()
Dnsrepair2.c272 info->full_pathname, in acpi_ns_repair_FDE()
303 info->full_pathname)); in acpi_ns_repair_FDE()
429 info->full_pathname, in acpi_ns_repair_CST()
440 info->full_pathname, in acpi_ns_repair_CST()
508 info->full_pathname, info->node_flags, in acpi_ns_repair_HID()
537 info->full_pathname)); in acpi_ns_repair_HID()
614 info->full_pathname, in acpi_ns_repair_PRT()
681 info->full_pathname, in acpi_ns_repair_PSS()
839 info->full_pathname, sort_key_name)); in acpi_ns_check_sorted_list()
Dnsparse.c104 info->full_pathname = acpi_ns_get_normalized_pathname(info->node, TRUE); in acpi_ns_execute_table()
105 if (!info->full_pathname) { in acpi_ns_execute_table()
114 ACPI_FREE(info->full_pathname); in acpi_ns_execute_table()
115 info->full_pathname = NULL; in acpi_ns_execute_table()
Dnsxfeval.c53 char *full_pathname; in acpi_evaluate_object_typed() local
77 full_pathname = acpi_ns_get_external_pathname(target_handle); in acpi_evaluate_object_typed()
78 if (!full_pathname) { in acpi_evaluate_object_typed()
101 full_pathname)); in acpi_evaluate_object_typed()
116 full_pathname, in acpi_evaluate_object_typed()
137 ACPI_FREE(full_pathname); in acpi_evaluate_object_typed()
Dnsarguments.c59 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_argument_types()
Dacstruct.h158 char *full_pathname; /* Full pathname of the resolved node */ member