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

/linux-master/drivers/acpi/acpica/
H A Drsutils.c290 u8 *aml_resource_source; local
296 aml_resource_source = ACPI_ADD_PTR(u8, aml, minimum_length);
309 resource_source->index = aml_resource_source[0];
330 (u32)strlen(ACPI_CAST_PTR(char, &aml_resource_source[1])) +
342 &aml_resource_source[1]));
377 u8 *aml_resource_source; local
390 aml_resource_source = ACPI_ADD_PTR(u8, aml, minimum_length);
394 aml_resource_source[0] = (u8) resource_source->index;
398 strcpy(ACPI_CAST_PTR(char, &aml_resource_source[1]),

Completed in 145 milliseconds