Home
last modified time | relevance | path

Searched refs:TST_EXP_FD_OR_FAIL (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify20.c63 TST_EXP_FD_OR_FAIL(fd = fanotify_init(tc->flags, O_RDONLY), in do_test()
Dfanotify14.c191 TST_EXP_FD_OR_FAIL(fanotify_mark(fanotify_fd, FAN_MARK_ADD | tc->mark.flags, in do_test()
/external/ltp/include/
Dtst_test_macros.h97 #define TST_EXP_FD_OR_FAIL(SCALL, ERRNO, ...) \ macro