Home
last modified time | relevance | path

Searched refs:IN_ONESHOT (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h153 #if defined(IN_ONESHOT) || (defined(HAVE_DECL_IN_ONESHOT) && HAVE_DECL_IN_ONESHOT)
155 static_assert((IN_ONESHOT) == (0x80000000), "IN_ONESHOT != 0x80000000");
158 # define IN_ONESHOT 0x80000000
192 XLAT(IN_ONESHOT),
Dinotify_flags.in22 IN_ONESHOT 0x80000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h59 #define IN_ONESHOT 0x80000000 /* only send event once */ macro
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h54 #define IN_ONESHOT 0x80000000 /* only send event once */ macro
/external/rust/crates/nix/src/sys/
Dinotify.rs67 IN_ONESHOT;
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2185 pub const IN_ONESHOT: u32 = 0x8000_0000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2576 pub const IN_ONESHOT: u32 = 0x8000_0000; constant