Home
last modified time | relevance | path

Searched refs:FAN_NOFD (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify09.c180 if (event->fd != FAN_NOFD) { in event_res()
235 if (event->fd != FAN_NOFD) in verify_event()
299 if (event->fd != FAN_NOFD) in test_fanotify()
320 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify19.c216 } else if (event->fd != FAN_NOFD) { in test_fanotify()
223 FAN_NOFD); in test_fanotify()
253 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify05.c144 if (event.fd != FAN_NOFD) { in test_fanotify()
168 if (got_overflow || event.fd != FAN_NOFD) { in test_fanotify()
Dfanotify04.c129 if (event->fd != FAN_NOFD) in verify_event()
157 if (event->fd != FAN_NOFD) in verify_no_event()
Dfanotify13.c188 if (metadata->fd != FAN_NOFD) in do_test()
192 metadata->fd, FAN_NOFD); in do_test()
Dfanotify15.c201 } else if (metadata->fd != FAN_NOFD) { in do_test()
205 metadata->fd, FAN_NOFD); in do_test()
Dfanotify11.c89 if (event.fd != FAN_NOFD) in test01()
Dfanotify10.c478 if (event->fd != FAN_NOFD) in test_fanotify()
494 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify02.c168 if (event->fd != FAN_NOFD) in test01()
Dfanotify12.c211 if (event->fd != FAN_NOFD) in do_test()
Dfanotify06.c144 if (event->fd != FAN_NOFD) in close_events_fd()
Dfanotify22.c191 if (event->fd != FAN_NOFD) { in check_error_event_metadata()
Dfanotify03.c303 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify01.c272 if (event->fd == -2 || (event->fd == FAN_NOFD && in test_fanotify()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h94 #define FAN_NOFD -1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h94 #define FAN_NOFD -1 macro
/third_party/musl/ndk_musl_include/sys/
Dfanotify.h94 #define FAN_NOFD -1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h94 #define FAN_NOFD -1 macro
/third_party/musl/include/sys/
Dfanotify.h100 #define FAN_NOFD -1 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt708 FAN_NOFD
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3395 pub const FAN_NOFD: ::c_int = -1; constant