Home
last modified time | relevance | path

Searched refs:F_NOTIFY (Results 1 - 25 of 28) sorted by relevance

12

/third_party/libbpf/include/uapi/linux/
H A Dfcntl.h24 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl39.c55 TEST(fcntl(fd, F_NOTIFY, DN_RENAME|DN_MULTISHOT)); in setup_dnotify()
57 tst_brk(TBROK, "F_NOTIFY failed errno = %d : %s", in setup_dnotify()
H A Dfcntl38.c48 TEST(fcntl(fd, F_NOTIFY, DN_ATTRIB|DN_MULTISHOT)); in setup_dnotify()
50 tst_brk(TBROK, "F_NOTIFY failed errno = %d : %s", in setup_dnotify()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h127 #define F_NOTIFY 1026 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h126 #define F_NOTIFY 1026 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h126 #define F_NOTIFY 1026 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h126 #define F_NOTIFY 1026 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h129 #define F_NOTIFY 1026 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h126 #define F_NOTIFY 1026 macro
/third_party/musl/include/
H A Dfcntl.h129 #define F_NOTIFY 1026 macro
/third_party/python/Modules/
H A Dfcntlmodule.c557 #ifdef F_NOTIFY in all_ins()
558 if (PyModule_AddIntMacro(m, F_NOTIFY)) return -1; in all_ins()
597 /* For F_NOTIFY */ in all_ins()
/third_party/python/Lib/test/
H A Dtest_fcntl.py128 "ARM Linux returns EINVAL for F_NOTIFY DN_MULTISHOT")
133 cmd = fcntl.F_NOTIFY
137 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs471 pub const F_NOTIFY: ::c_int = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs246 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1419 pub const F_NOTIFY: ::c_int = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs251 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs251 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs258 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs255 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs258 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs255 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs245 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs249 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs246 pub const F_NOTIFY: u32 = 1026; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs249 pub const F_NOTIFY: u32 = 1026; consts

Completed in 161 milliseconds

12