Home
last modified time | relevance | path

Searched refs:FAN_NOFD (Results 1 - 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify19.c217 } else if (event->fd != FAN_NOFD) { in test_fanotify()
224 FAN_NOFD); in test_fanotify()
254 if (event->fd != FAN_NOFD) in test_fanotify()
H A Dfanotify23.c207 event->fd = FAN_NOFD; in test_fanotify()
219 if (event->fd != FAN_NOFD) in test_fanotify()
H A Dfanotify05.c145 if (event.fd != FAN_NOFD) { in test_fanotify()
169 if (got_overflow || event.fd != FAN_NOFD) { in test_fanotify()
H A Dfanotify04.c120 if (event->fd != FAN_NOFD) in verify_event()
148 if (event->fd != FAN_NOFD) in verify_no_event()
H A Dfanotify13.c210 if (metadata->fd != FAN_NOFD) in do_test()
213 "event. Expected to get FAN_NOFD(%d)", in do_test()
214 metadata->fd, FAN_NOFD); in do_test()
H A Dfanotify15.c202 } else if (metadata->fd != FAN_NOFD) { in do_test()
205 "event. Expected to get FAN_NOFD(%d)", in do_test()
206 metadata->fd, FAN_NOFD); in do_test()
H A Dfanotify09.c299 if (event->fd != FAN_NOFD) { in event_res()
356 if (event->fd != FAN_NOFD) in verify_event()
364 if (event->fd != FAN_NOFD) in close_event_fds()
H A Dfanotify11.c89 if (event.fd != FAN_NOFD) in test01()
H A Dfanotify02.c168 if (event->fd != FAN_NOFD) in test01()
H A Dfanotify12.c211 if (event->fd != FAN_NOFD) in do_test()
H A Dfanotify06.c144 if (event->fd != FAN_NOFD) in close_events_fd()
H A Dfanotify22.c205 if (event->fd != FAN_NOFD) { in check_error_event_metadata()
H A Dfanotify03.c303 if (event->fd != FAN_NOFD) in test_fanotify()
H A Dfanotify01.c272 if (event->fd == -2 || (event->fd == FAN_NOFD && in test_fanotify()
H A Dfanotify10.c828 if (event->fd != FAN_NOFD) in test_fanotify()
855 if (event->fd != FAN_NOFD) in test_fanotify()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h94 #define FAN_NOFD -1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h94 #define FAN_NOFD -1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h94 #define FAN_NOFD -1 macro
/third_party/musl/include/sys/
H A Dfanotify.h100 #define FAN_NOFD -1 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3395 pub const FAN_NOFD: ::c_int = -1; consts

Completed in 21 milliseconds