Home
last modified time | relevance | path

Searched refs:path_template (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c223 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 Dptrace_test.c48 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 Dfs_test.c3563 static const char path_template[] = "/proc/self/fd/%d"; in open_proc_fd() local
3564 char procfd_path[sizeof(path_template) + 10]; in open_proc_fd()
3566 snprintf(procfd_path, sizeof(procfd_path), path_template, fd); in open_proc_fd()
/linux/tools/testing/selftests/exec/
H A Dcheck-exec.c122 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 Dpath.c175 struct avs_tplg_path *path_template; in avs_path_set_constraint() local
180 list_for_each_entry(path_template, &template->path_list, node) in avs_path_set_constraint()
190 list_for_each_entry(path_template, &template->path_list, node) { in avs_path_set_constraint()
193 list_for_each_entry(pipeline_template, &path_template->ppl_list, node) { in avs_path_set_constraint()
219 rlist[i] = path_template->fe_fmt->sampling_freq; in avs_path_set_constraint()
220 clist[i] = path_template->fe_fmt->num_channels; in avs_path_set_constraint()
221 slist[i] = path_template->fe_fmt->bit_depth; in avs_path_set_constraint()