Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_init_flags.h6 #if defined(IN_NONBLOCK) || (defined(HAVE_DECL_IN_NONBLOCK) && HAVE_DECL_IN_NONBLOCK)
8 static_assert((IN_NONBLOCK) == (O_NONBLOCK), "IN_NONBLOCK != O_NONBLOCK");
11 # define IN_NONBLOCK O_NONBLOCK
33 XLAT(IN_NONBLOCK),
Dinotify_init_flags.in1 IN_NONBLOCK O_NONBLOCK
/external/ltp/testcases/kernel/syscalls/inotify_init/
Dinotify_init1_02.c63 #define IN_NONBLOCK O_NONBLOCK macro
153 fd = ltp_syscall(__NR_inotify_init1, IN_NONBLOCK); in main()
/external/kernel-headers/original/uapi/linux/
Dinotify.h73 #define IN_NONBLOCK O_NONBLOCK 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.const193 IN_NONBLOCK = 2048
Dsys_amd64.const193 IN_NONBLOCK = 2048
Dsys_arm.const193 IN_NONBLOCK = 2048
Dsys_ppc64le.const193 IN_NONBLOCK = 2048
Dsys_arm64.const193 IN_NONBLOCK = 2048
Dsys.txt980 inotify_flags = IN_NONBLOCK, IN_CLOEXEC
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go580 IN_NONBLOCK = 0x4000 const
Dzerrors_linux_mipsle.go711 IN_NONBLOCK = 0x80 const
Dzerrors_linux_s390x.go711 IN_NONBLOCK = 0x800 const
Dzerrors_linux_arm.go711 IN_NONBLOCK = 0x800 const
Dzerrors_linux_ppc64le.go711 IN_NONBLOCK = 0x800 const
Dzerrors_linux_mips64.go711 IN_NONBLOCK = 0x80 const
Dzerrors_linux_ppc64.go711 IN_NONBLOCK = 0x800 const
Dzerrors_linux_amd64.go712 IN_NONBLOCK = 0x800 const
Dzerrors_linux_mips64le.go711 IN_NONBLOCK = 0x80 const
Dzerrors_linux_386.go712 IN_NONBLOCK = 0x800 const
Dzerrors_linux_mips.go711 IN_NONBLOCK = 0x80 const
Dzerrors_linux_arm64.go714 IN_NONBLOCK = 0x800 const