Lines Matching refs:full_path
194 char *full_path, u32 path_size, u8 no_trailing) in acpi_ns_build_normalized_path() argument
217 if (!full_path) { in acpi_ns_build_normalized_path()
228 ACPI_PATH_PUT8(full_path, path_size, in acpi_ns_build_normalized_path()
240 ACPI_PATH_PUT8(full_path, path_size, c, length); in acpi_ns_build_normalized_path()
247 ACPI_PATH_PUT8(full_path, path_size, AML_ROOT_PREFIX, length); in acpi_ns_build_normalized_path()
252 left = full_path; in acpi_ns_build_normalized_path()
253 right = full_path + length - 1; in acpi_ns_build_normalized_path()
265 ACPI_PATH_PUT8(full_path, path_size, '\0', length); in acpi_ns_build_normalized_path()
342 char *full_path = NULL; in acpi_ns_build_prefixed_pathname() local
366 full_path = in acpi_ns_build_prefixed_pathname()
369 if (!full_path) { in acpi_ns_build_prefixed_pathname()
376 strcat(full_path, prefix_path); in acpi_ns_build_prefixed_pathname()
378 strcat(full_path, "."); in acpi_ns_build_prefixed_pathname()
383 strcat(full_path, external_path); in acpi_ns_build_prefixed_pathname()
393 return (full_path); in acpi_ns_build_prefixed_pathname()