Searched defs:newfd (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/ |
D | file.c | 1232 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() 1266 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument 1271 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | seccomp.h | 136 __u32 newfd; member
|
/Linux-v6.6/include/uapi/linux/ |
D | seccomp.h | 136 __u32 newfd; member
|
/Linux-v6.6/net/ |
D | socket.c | 1959 int newfd; in __sys_accept4_file() local
|
/Linux-v6.6/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 240 __u32 newfd; member
|