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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsutils.c299 * string_ptr - (optional) where to store the actual
314 union aml_resource * aml, char *string_ptr)
338 resource_source->string_ptr = string_ptr;
339 if (!string_ptr) {
344 resource_source->string_ptr =
360 ACPI_MEMSET(resource_source->string_ptr, 0, total_length);
365 acpi_rs_strcpy(resource_source->string_ptr,
376 resource_source->string_ptr = NULL;
424 resource_source->string_ptr);
311 acpi_rs_get_resource_source(acpi_rs_length resource_length, acpi_rs_length minimum_length, struct acpi_resource_source * resource_source, union aml_resource * aml, char *string_ptr) argument
[all...]
H A Drscalc.c114 if (resource_source->string_ptr) {
H A Drsdump.c532 resource_source->string_ptr ?
533 resource_source->string_ptr : "[Not Specified]");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c446 char *string_ptr; local
450 r = vasprintf(&string_ptr, format, p);
454 return string_ptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacresrc.h256 union aml_resource *aml, char *string_ptr);
H A Dactypes.h1097 char *string_ptr; member in struct:acpi_resource_source

Completed in 102 milliseconds