HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_FCNTL (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/syscalls/epoll_create1/
epoll_create1_01.c 45 coe = SAFE_FCNTL(fd, F_GETFD);
55 coe = SAFE_FCNTL(fd, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify08.c 53 ret = SAFE_FCNTL(fd_notify, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl36.c 102 SAFE_FCNTL(fd, F_OFD_SETLKW, &lck);
108 SAFE_FCNTL(fd, F_OFD_SETLKW, &lck);
141 SAFE_FCNTL(fd, F_SETLKW, &lck);
147 SAFE_FCNTL(fd, F_SETLKW, &lck);
181 SAFE_FCNTL(fd, F_OFD_SETLKW, &lck);
212 SAFE_FCNTL(fd, F_OFD_SETLK, &lck);
241 SAFE_FCNTL(fd, F_SETLKW, &lck);
272 SAFE_FCNTL(fd, F_SETLK, &lck);
fcntl34.c 79 SAFE_FCNTL(fd, F_OFD_SETLKW, &lck);
85 SAFE_FCNTL(fd, F_OFD_SETLKW, &lck);
  /external/ltp/testcases/kernel/syscalls/socket/
socket02.c 58 res = SAFE_FCNTL(fd, tc->fl_flag);
  /external/ltp/testcases/kernel/syscalls/socketpair/
socketpair02.c 63 res = SAFE_FCNTL(fds[i], tc->fl_flag);
  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.h 56 ({int r = SAFE_FCNTL((fd), F_ADD_SEALS, (seals)); \
memfd_create_common.c 222 int ret = SAFE_FCNTL((fd), F_GET_SEALS);
  /external/ltp/include/
tst_safe_macros.h 210 #define SAFE_FCNTL(fd, cmd, ...) \

Completed in 175 milliseconds