Searched refs:full_pathname (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/acpi/acpica/ |
A D | nseval.c | 97 if (!info->full_pathname) { in acpi_ns_evaluate() 105 &info->full_pathname[1], in acpi_ns_evaluate() 119 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_evaluate() 133 acpi_ns_check_acpi_compliance(info->full_pathname, info->node, in acpi_ns_evaluate() 140 acpi_ns_check_argument_count(info->full_pathname, info->node, in acpi_ns_evaluate() 169 info->full_pathname, in acpi_ns_evaluate() 185 info->full_pathname)); in acpi_ns_evaluate() 192 info->full_pathname, in acpi_ns_evaluate() 297 &info->full_pathname[1])); in acpi_ns_evaluate() 303 ACPI_FREE(info->full_pathname); in acpi_ns_evaluate() [all …]
|
A D | nsrepair.c | 141 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()
|
A D | nsprepkg.c | 70 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()
|
A D | nspredef.c | 203 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type() 249 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type() 254 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type() 260 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type() 301 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags, in acpi_ns_check_reference()
|
A D | nsrepair2.c | 274 info->full_pathname, in acpi_ns_repair_FDE() 305 info->full_pathname)); in acpi_ns_repair_FDE() 433 info->full_pathname, in acpi_ns_repair_CST() 444 info->full_pathname, in acpi_ns_repair_CST() 512 info->full_pathname, info->node_flags, in acpi_ns_repair_HID() 541 info->full_pathname)); in acpi_ns_repair_HID() 618 info->full_pathname, in acpi_ns_repair_PRT() 685 info->full_pathname, in acpi_ns_repair_PSS() 843 info->full_pathname, sort_key_name)); in acpi_ns_check_sorted_list()
|
A D | nsparse.c | 104 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() 126 ACPI_FREE(info->full_pathname); in acpi_ns_execute_table() 127 info->full_pathname = NULL; in acpi_ns_execute_table()
|
A D | nsxfeval.c | 53 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()
|
A D | psxface.c | 150 walk_state->method_pathname = info->full_pathname; in acpi_ps_execute_method() 273 walk_state->method_pathname = info->full_pathname; in acpi_ps_execute_table()
|
A D | nsarguments.c | 61 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_argument_types()
|
A D | acstruct.h | 161 char *full_pathname; /* Full pathname of the resolved node */ member
|
Completed in 17 milliseconds