}/* Found the node, we can use this optimization */ACPI_DEBUG_PRINT_RAW((ACPI_DB_OPTIMIZATIONS,"NAMESEG: %-24s", Path));/* We must allocate a new string for the name (TargetPath gets deleted) */*NewPath = UtStringCacheCalloc (ACPI_NAME_SIZE +1);strcpy(*NewPath, Path);if(strncmp...