Searched refs:dup_fd (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fdtable.h | 113 struct files_struct *dup_fd(struct files_struct *, unsigned, int *) __latent_entropy;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 3758 int dup_fd, pipe_fds[2]; in TEST() local 3763 dup_fd = dup(pipe_fds[0]); in TEST() 3764 ASSERT_GE(dup_fd, 0); in TEST() 3765 EXPECT_NE(pipe_fds[0], dup_fd); in TEST() 3768 ASSERT_EQ(filecmp(self, self, pipe_fds[0], dup_fd), 0); in TEST()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 316 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd() function
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 1521 newf = dup_fd(oldf, NR_OPEN_MAX, &error); in copy_files() 2986 *new_fdp = dup_fd(fd, max_fds, &error); in unshare_fd()
|