Home
last modified time | relevance | path

Searched defs:FAN_EVENT_ON_CHILD (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/include/sys/
Dfanotify.h59 #define FAN_EVENT_ON_CHILD 0x08000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h59 #define FAN_EVENT_ON_CHILD 0x08000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h59 #define FAN_EVENT_ON_CHILD 0x08000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h59 #define FAN_EVENT_ON_CHILD 0x08000000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3368 pub const FAN_EVENT_ON_CHILD: u64 = 0x0800_0000; constant