Lines Matching refs:full_path
198 char *full_path, u32 path_size, u8 no_trailing) in acpi_ns_build_normalized_path() argument
221 if (!full_path) { in acpi_ns_build_normalized_path()
232 ACPI_PATH_PUT8(full_path, path_size, in acpi_ns_build_normalized_path()
244 ACPI_PATH_PUT8(full_path, path_size, c, length); in acpi_ns_build_normalized_path()
251 ACPI_PATH_PUT8(full_path, path_size, AML_ROOT_PREFIX, length); in acpi_ns_build_normalized_path()
256 left = full_path; in acpi_ns_build_normalized_path()
257 right = full_path + length - 1; in acpi_ns_build_normalized_path()
269 ACPI_PATH_PUT8(full_path, path_size, '\0', length); in acpi_ns_build_normalized_path()
346 char *full_path = NULL; in acpi_ns_build_prefixed_pathname() local
370 full_path = in acpi_ns_build_prefixed_pathname()
373 if (!full_path) { in acpi_ns_build_prefixed_pathname()
380 strcat(full_path, prefix_path); in acpi_ns_build_prefixed_pathname()
382 strcat(full_path, "."); in acpi_ns_build_prefixed_pathname()
387 strcat(full_path, external_path); in acpi_ns_build_prefixed_pathname()
397 return (full_path); in acpi_ns_build_prefixed_pathname()