Home
last modified time | relevance | path

Searched refs:IN_ONESHOT (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h47 #define IN_ONESHOT 0x80000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h47 #define IN_ONESHOT 0x80000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h47 #define IN_ONESHOT 0x80000000 macro
/third_party/musl/include/sys/
H A Dinotify.h47 #define IN_ONESHOT 0x80000000 macro
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify12.c52 IN_MODIFY | IN_ONESHOT,
110 * IN_ONESHOT won't get IN_ACCESS event because IN_MODIFY in verify_inotify()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h54 #define IN_ONESHOT 0x80000000 /* only send event once */ macro
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs86 IN_ONESHOT;
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1456 pub const IN_ONESHOT: u32 = 0x80000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2634 pub const IN_ONESHOT: u32 = 0x8000_0000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs701 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3117 pub const IN_ONESHOT: u32 = 0x8000_0000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs706 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs706 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs713 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs710 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs713 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs710 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs700 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs921 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs701 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs921 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs701 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs702 pub const IN_ONESHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs701 pub const IN_ONESHOT: u32 = 2147483648; consts

Completed in 237 milliseconds