Searched refs:path_template (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | ptrace_test.c | 48 static const char path_template[] = "/proc/%d/environ"; in test_ptrace_read() local 49 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read() 53 path_template, pid); in test_ptrace_read()
|
| H A D | fs_test.c | 3507 static const char path_template[] = "/proc/self/fd/%d"; in open_proc_fd() local 3508 char procfd_path[sizeof(path_template) + 10]; in open_proc_fd() 3510 snprintf(procfd_path, sizeof(procfd_path), path_template, fd); in open_proc_fd()
|
| /linux-6.15/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-6.15/sound/soc/intel/avs/ |
| H A D | path.c | 126 struct avs_tplg_path *path_template; in avs_path_set_constraint() local 131 list_for_each_entry(path_template, &template->path_list, node) in avs_path_set_constraint() 139 list_for_each_entry(path_template, &template->path_list, node) { in avs_path_set_constraint() 142 list_for_each_entry(pipeline_template, &path_template->ppl_list, node) { in avs_path_set_constraint() 166 rlist[i] = path_template->fe_fmt->sampling_freq; in avs_path_set_constraint() 167 clist[i] = path_template->fe_fmt->num_channels; in avs_path_set_constraint() 168 slist[i] = path_template->fe_fmt->bit_depth; in avs_path_set_constraint()
|