Searched refs:temp_name (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | common.c | 264 char *temp_name; in create_and_mount_bpffs_dir() local 267 temp_name = strdup(dir_name); in create_and_mount_bpffs_dir() 268 if (!temp_name) { in create_and_mount_bpffs_dir() 273 parent_name = dirname(temp_name); in create_and_mount_bpffs_dir() 277 free(temp_name); in create_and_mount_bpffs_dir() 284 free(temp_name); in create_and_mount_bpffs_dir() 288 free(temp_name); in create_and_mount_bpffs_dir() 320 char *temp_name; in mount_bpffs_for_file() local 329 temp_name = strdup(file_name); in mount_bpffs_for_file() 330 if (!temp_name) { in mount_bpffs_for_file() [all …]
|
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H A D | oslinuxtbl.c | 998 char temp_name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; in osl_list_customized_tables() local 1016 osl_table_name_from_file(filename, temp_name, &instance); in osl_list_customized_tables() 1026 status = osl_add_table_to_list(temp_name, instance); in osl_list_customized_tables() 1315 char temp_name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; in osl_get_customized_table() local 1340 osl_table_name_from_file(filename, temp_name, in osl_get_customized_table() 1353 temp_name, instance); in osl_get_customized_table() 1356 temp_name); in osl_get_customized_table()
|
| /linux/tools/perf/util/ |
| H A D | vdso.c | 208 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument 212 fd = mkstemp(temp_name); in vdso__create_compat_file()
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 7404 char temp_name[17]; in print_cfg_table() local 7409 temp_name[i] = readb(&(tb->Signature[i])); in print_cfg_table() 7410 temp_name[4] = '\0'; in print_cfg_table() 7411 dev_info(dev, " Signature = %s\n", temp_name); in print_cfg_table() 7427 temp_name[i] = readb(&(tb->ServerName[i])); in print_cfg_table() 7428 temp_name[16] = '\0'; in print_cfg_table() 7429 dev_info(dev, " Server Name = %s\n", temp_name); in print_cfg_table()
|