Home
last modified time | relevance | path

Searched defs:newfd (Results 1 – 5 of 5) sorted by relevance

/linux/fs/
H A Dfile.c1425 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3()
1459 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
1464 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
/linux/tools/include/uapi/linux/
H A Dseccomp.h136 __u32 newfd; member
/linux/include/uapi/linux/
H A Dseccomp.h136 __u32 newfd; member
/linux/tools/lib/bpf/
H A Dlibbpf_internal.h679 static inline int sys_dup3(int oldfd, int newfd, int flags) in sys_dup3()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c262 __u32 newfd; member