Home
last modified time | relevance | path

Searched refs:IN_CLOEXEC (Results 1 – 23 of 23) sorted by relevance

/external/strace/xlat/
Dinotify_init_flags.h13 #if defined IN_CLOEXEC || defined O_CLOEXEC
14 #if defined(IN_CLOEXEC) || (defined(HAVE_DECL_IN_CLOEXEC) && HAVE_DECL_IN_CLOEXEC)
16 static_assert((IN_CLOEXEC) == (O_CLOEXEC), "IN_CLOEXEC != O_CLOEXEC");
19 # define IN_CLOEXEC O_CLOEXEC
34 #if defined IN_CLOEXEC || defined O_CLOEXEC
35 XLAT(IN_CLOEXEC),
Dinotify_init_flags.in2 #if defined IN_CLOEXEC || defined O_CLOEXEC
3 IN_CLOEXEC O_CLOEXEC
/external/ltp/testcases/kernel/syscalls/inotify_init/
Dinotify_init1_01.c66 #define IN_CLOEXEC O_CLOEXEC macro
155 fd = ltp_syscall(__NR_inotify_init1, IN_CLOEXEC); in main()
/external/kernel-headers/original/uapi/linux/
Dinotify.h72 #define IN_CLOEXEC O_CLOEXEC macro
/external/adhd/cras/src/common/
Dcras_file_wait.c179 file_wait->inotify_fd = inotify_init1(IN_NONBLOCK|IN_CLOEXEC); in cras_file_wait_dispatch()
/external/syzkaller/sys/linux/
Dsys_386.const180 IN_CLOEXEC = 524288
Dsys_amd64.const180 IN_CLOEXEC = 524288
Dsys_arm.const180 IN_CLOEXEC = 524288
Dsys_ppc64le.const180 IN_CLOEXEC = 524288
Dsys_arm64.const180 IN_CLOEXEC = 524288
Dsys.txt980 inotify_flags = IN_NONBLOCK, IN_CLOEXEC
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go562 IN_CLOEXEC = 0x400000 const
Dzerrors_linux_mipsle.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_s390x.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_arm.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_ppc64le.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_mips64.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_ppc64.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_amd64.go694 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_mips64le.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_386.go694 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_mips.go693 IN_CLOEXEC = 0x80000 const
Dzerrors_linux_arm64.go696 IN_CLOEXEC = 0x80000 const