HomeSort by relevance Sort by last modified time
    Searched defs:IN_ONESHOT (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/uapi/linux/
inotify.h 53 #define IN_ONESHOT 0x80000000
  /external/kernel-headers/original/uapi/linux/
inotify.h 59 #define IN_ONESHOT 0x80000000 /* only send event once */
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 54 #define IN_ONESHOT 0x80000000 /* only send event once */
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 713 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_amd64.go 713 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_arm.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_arm64.go 715 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_mips.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_mips64.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_mips64le.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_mipsle.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_ppc64.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_ppc64le.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_s390x.go 712 IN_ONESHOT = 0x80000000
    [all...]
zerrors_linux_sparc64.go 581 IN_ONESHOT = 0x80000000
    [all...]

Completed in 772 milliseconds