Searched defs:newfd (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/ |
D | file.c | 1096 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() 1130 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument 1135 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
|
/Linux-v5.10/include/uapi/linux/ |
D | seccomp.h | 131 __u32 newfd; member
|
/Linux-v5.10/net/ |
D | socket.c | 1709 int err, len, newfd; in __sys_accept4_file() local
|
/Linux-v5.10/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 233 __u32 newfd; member
|