Searched refs:full_path (Results 1 – 4 of 4) sorted by relevance
| /drivers/acpi/acpica/ |
| A D | nsnames.c | 217 if (!full_path) { in acpi_ns_build_normalized_path() 228 ACPI_PATH_PUT8(full_path, path_size, 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() 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() [all …]
|
| A D | uterror.c | 174 char *full_path; in acpi_ut_prefixed_namespace_error() local 204 full_path = in acpi_ut_prefixed_namespace_error() 208 full_path ? full_path : "Could not get pathname", in acpi_ut_prefixed_namespace_error() 211 if (full_path) { in acpi_ut_prefixed_namespace_error() 212 ACPI_FREE(full_path); in acpi_ut_prefixed_namespace_error()
|
| A D | acnamesp.h | 257 char *full_path, u32 path_size, u8 no_trailing);
|
| /drivers/block/rnbd/ |
| A D | rnbd-srv.c | 589 char *full_path; in rnbd_srv_get_full_path() local 593 full_path = kmalloc(PATH_MAX, GFP_KERNEL); in rnbd_srv_get_full_path() 594 if (!full_path) in rnbd_srv_get_full_path() 614 kfree(full_path); in rnbd_srv_get_full_path() 619 a = strchr(full_path, '/'); in rnbd_srv_get_full_path() 633 return full_path; in rnbd_srv_get_full_path() 685 char *full_path; in process_msg_open() local 714 if (IS_ERR(full_path)) { in process_msg_open() 715 ret = PTR_ERR(full_path); in process_msg_open() 779 kfree(full_path); in process_msg_open() [all …]
|
Completed in 8 milliseconds