Home
last modified time | relevance | path

Searched refs:FAN_CLOEXEC (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h62 #define FAN_CLOEXEC 0x01 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h62 #define FAN_CLOEXEC 0x01 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h62 #define FAN_CLOEXEC 0x01 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/include/sys/
H A Dfanotify.h63 #define FAN_CLOEXEC 0x01 macro
77 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify08.c10 * Sanity check fanotify_init flag FAN_CLOEXEC by fcntl.
53 test_init_bit(FAN_CLOEXEC, FD_CLOEXEC, "set close_on_exec"); in run()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3372 pub const FAN_CLOEXEC: ::c_uint = 0x0000_0001; consts

Completed in 17 milliseconds