Home
last modified time | relevance | path

Searched refs:SAFE_FCNTL (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll_create1/
Depoll_create1_01.c45 coe = SAFE_FCNTL(fd, F_GETFD); in verify_epoll_create1()
55 coe = SAFE_FCNTL(fd, F_GETFD); in verify_epoll_create1()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl36.c142 SAFE_FCNTL(fd, F_SETLKW, &lck); in fn_posix_w()
148 SAFE_FCNTL(fd, F_SETLKW, &lck); in fn_posix_w()
242 SAFE_FCNTL(fd, F_SETLKW, &lck); in fn_posix_r()
273 SAFE_FCNTL(fd, F_SETLK, &lck); in fn_posix_r()
Dfcntl_common.h22 return SAFE_FCNTL(fd, cmd, lck); in my_fcntl()
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify08.c35 ret = SAFE_FCNTL(fd_notify, F_GETFD); in test_init_bit()
/external/ltp/testcases/kernel/syscalls/socket/
Dsocket02.c58 res = SAFE_FCNTL(fd, tc->fl_flag); in verify_socket()
/external/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair02.c63 res = SAFE_FCNTL(fds[i], tc->fl_flag); in verify_socketpair()
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.h56 ({int r = SAFE_FCNTL((fd), F_ADD_SEALS, (seals)); \
Dmemfd_create_common.c222 int ret = SAFE_FCNTL((fd), F_GET_SEALS); in check_mfd_has_seals()
/external/ltp/include/
Dtst_safe_macros.h227 #define SAFE_FCNTL(fd, cmd, ...) \ macro