/third_party/libbpf/include/uapi/linux/ |
D | fcntl.h | 24 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl38.c | 48 TEST(fcntl(fd, F_NOTIFY, DN_ATTRIB|DN_MULTISHOT)); in setup_dnotify()
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 127 #define F_NOTIFY 1026 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 126 #define F_NOTIFY 1026 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 126 #define F_NOTIFY 1026 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 126 #define F_NOTIFY 1026 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 127 #define F_NOTIFY 1026 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 126 #define F_NOTIFY 1026 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 129 #define F_NOTIFY 1026 macro
|
/third_party/musl/include/ |
D | fcntl.h | 126 #define F_NOTIFY 1026 macro
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 557 #ifdef F_NOTIFY in all_ins() 558 if (PyModule_AddIntMacro(m, F_NOTIFY)) return -1; in all_ins()
|
/third_party/python/Lib/test/ |
D | test_fcntl.py | 133 cmd = fcntl.F_NOTIFY
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 300 F_NOTIFY
|
D | linux.txt | 750 F_NOTIFY
|
D | android.txt | 640 F_NOTIFY
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 471 pub const F_NOTIFY: ::c_int = 1026; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1419 pub const F_NOTIFY: ::c_int = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 251 pub const F_NOTIFY: u32 = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 246 pub const F_NOTIFY: u32 = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 249 pub const F_NOTIFY: u32 = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 258 pub const F_NOTIFY: u32 = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 258 pub const F_NOTIFY: u32 = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 249 pub const F_NOTIFY: u32 = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 246 pub const F_NOTIFY: u32 = 1026; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 246 pub const F_NOTIFY: u32 = 1026; constant
|