Searched refs:ACPI_STRCPY (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutalloc.c150 ACPI_STRCPY(buffer, "MEMORY");
H A Dutids.c64 ACPI_STRCPY(destination, source);
H A Dexmisc.c347 ACPI_STRCPY(new_buf, operand0->string.pointer);
348 ACPI_STRCPY(new_buf + operand0->string.length,
H A Drscreate.c314 ACPI_STRCPY(user_prt->source,
H A Drsutils.c424 ACPI_STRCPY(ACPI_CAST_PTR(char, &aml_resource_source[1]),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/platform/
H A Dacenv.h243 #define ACPI_STRCPY(d,s) (void) strcpy((d), (s)) macro
304 #define ACPI_STRCPY(d,s) (void) acpi_ut_strcpy ((d), (s)) macro

Completed in 212 milliseconds