Home
last modified time | relevance | path

Searched refs:ACPI_STRCPY (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dutids.c114 ACPI_STRCPY(hid->string, obj_desc->string.pointer); in acpi_ut_execute_HID()
183 ACPI_STRCPY(sub->string, obj_desc->string.pointer); in acpi_ut_execute_SUB()
259 ACPI_STRCPY(uid->string, obj_desc->string.pointer); in acpi_ut_execute_UID()
396 ACPI_STRCPY(next_id_string, in acpi_ut_execute_CID()
Dutalloc.c184 ACPI_STRCPY(buffer, "MEMORY"); in acpi_ut_delete_caches()
Dexmisc.c349 ACPI_STRCPY(new_buf, operand0->string.pointer); in acpi_ex_do_concatenate()
350 ACPI_STRCPY(new_buf + operand0->string.length, in acpi_ex_do_concatenate()
Dutpredef.c151 ACPI_STRCPY(buffer, "NONE"); in acpi_ut_get_expected_return_types()
Dutosi.c244 ACPI_STRCPY(interface_info->name, interface_name); in acpi_ut_install_interface()
Dutstring.c616 ACPI_STRCPY(dest, source); in acpi_ut_safe_strcpy()
Drscreate.c361 ACPI_STRCPY(user_prt->source, in acpi_rs_create_pci_routing_table()
Drsutils.c435 ACPI_STRCPY(ACPI_CAST_PTR(char, &aml_resource_source[1]), in acpi_rs_set_resource_source()
/linux-4.1.27/tools/power/acpi/tools/acpidump/
Dapdump.c341 ACPI_STRCPY(local_signature, signature); in ap_dump_table_by_name()
347 ACPI_STRCPY(local_signature, ACPI_SIG_FADT); in ap_dump_table_by_name()
349 ACPI_STRCPY(local_signature, ACPI_SIG_MADT); in ap_dump_table_by_name()
/linux-4.1.27/include/acpi/platform/
Dacenv.h349 #define ACPI_STRCPY(d,s) (void) strcpy((d), (s)) macro
409 #define ACPI_STRCPY(d,s) (void) acpi_ut_strcpy ((d), (s)) macro