Home
last modified time | relevance | path

Searched refs:DN_MULTISHOT (Results 1 - 25 of 26) sorted by relevance

12

/third_party/libbpf/include/uapi/linux/
H A Dfcntl.h86 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl39.c55 TEST(fcntl(fd, F_NOTIFY, DN_RENAME|DN_MULTISHOT)); in setup_dnotify()
H A Dfcntl38.c48 TEST(fcntl(fd, F_NOTIFY, DN_ATTRIB|DN_MULTISHOT)); in setup_dnotify()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h158 #define DN_MULTISHOT 0x80000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h157 #define DN_MULTISHOT 0x80000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h157 #define DN_MULTISHOT 0x80000000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h157 #define DN_MULTISHOT 0x80000000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h160 #define DN_MULTISHOT 0x80000000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h157 #define DN_MULTISHOT 0x80000000 macro
/third_party/musl/include/
H A Dfcntl.h160 #define DN_MULTISHOT 0x80000000 macro
/third_party/python/Modules/
H A Dfcntlmodule.c616 #ifdef DN_MULTISHOT in all_ins()
617 if (PyModule_AddIntMacro(m, DN_MULTISHOT)) return -1; in all_ins()
/third_party/python/Lib/test/
H A Dtest_fcntl.py128 "ARM Linux returns EINVAL for F_NOTIFY DN_MULTISHOT")
135 flags = fcntl.DN_MULTISHOT
137 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs273 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs278 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs278 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs285 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs282 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs285 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs282 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs272 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs276 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs273 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs276 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs273 pub const DN_MULTISHOT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs274 pub const DN_MULTISHOT: u32 = 2147483648; consts

Completed in 164 milliseconds

12