Searched refs:path_template (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | d_path.c | 223 char path_template[] = "/dev/shm/d_path_loadgen.XXXXXX"; in test_d_path_mem_access() local 233 localfd = mkstemp(path_template); in test_d_path_mem_access() 239 remove(path_template); in test_d_path_mem_access()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | ptrace_test.c | 51 static const char path_template[] = "/proc/%d/environ"; in test_ptrace_read() 52 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read() 56 path_template, pid); in test_ptrace_read() 48 static const char path_template[] = "/proc/%d/environ"; test_ptrace_read() local
|
| H A D | fs_test.c | 3553 static const char path_template[] = "/proc/self/fd/%d"; in TEST_F_FORK() 3554 char procfd_path[sizeof(path_template) + 10]; in TEST_F_FORK() 3556 snprintf(procfd_path, sizeof(procfd_path), path_template, fd); in TEST_F_FORK() 3563 static const char path_template[] = "/proc/self/fd/%d"; open_proc_fd() local
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 122 static const char path_template[] = "/proc/self/fd/%d"; in FIXTURE_SETUP() local 123 char procfd_path[sizeof(path_template) + 10]; in FIXTURE_SETUP() 162 path_template, self->pipe_fds[0]); in FIXTURE_SETUP()
|
| /linux/sound/soc/intel/avs/ |
| H A D | path.c | 173 struct avs_tplg_path *path_template; in avs_path_set_constraint() 178 list_for_each_entry(path_template, &template->path_list, node) in avs_path_set_constraint() 188 list_for_each_entry(path_template, &template->path_list, node) { in avs_path_set_constraint() 191 list_for_each_entry(pipeline_template, &path_template->ppl_list, node) { in avs_path_set_constraint() 217 rlist[i] = path_template->fe_fmt->sampling_freq; in avs_path_set_constraint() 218 clist[i] = path_template->fe_fmt->num_channels; in avs_path_set_constraint() 219 slist[i] = path_template->fe_fmt->bit_depth; in avs_path_set_constraint() 175 struct avs_tplg_path *path_template; avs_path_set_constraint() local
|