Searched refs:timerfd_gettime (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | timerfd.h | 54 int timerfd_gettime(int fd, struct itimerspec *curr_value);
|
| H A D | syscall.mk | 431 timerfd_gettime.o \
|
| /freebsd/tests/sys/capsicum/ |
| H A D | linux.cc | 68 EXPECT_NOTCAPABLE(timerfd_gettime(cap_fd_wo, &old_ispec)); in TEST() 69 EXPECT_OK(timerfd_gettime(cap_fd_ro, &old_ispec)); in TEST() 70 EXPECT_OK(timerfd_gettime(cap_fd_rw, &old_ispec)); in TEST() 71 EXPECT_OK(timerfd_gettime(cap_fd_all, &old_ispec)); in TEST() 94 EXPECT_OK(timerfd_gettime(cap_fd_all, &old_ispec)); in TEST()
|
| /freebsd/lib/libsys/ |
| H A D | Symbol.sys.map | 375 timerfd_gettime;
|
| H A D | Makefile.sys | 554 timerfd.2 timerfd_gettime.2 \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1402 INTERCEPTOR(int, timerfd_gettime, int fd, struct itimerspec *val) { argument 1404 return REAL(timerfd_gettime)(fd, val); 1422 INTERCEPT_FUNCTION(timerfd_gettime)
|
| /freebsd/tests/sys/kern/ |
| H A D | timerfd.c | 338 ATF_REQUIRE(timerfd_gettime(fd, &curr_value) == 0); in ATF_TC_BODY() 497 ATF_REQUIRE_ERRNO(EBADF, timerfd_gettime(timerfd, &itimerspec) < 0); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 1746 auto Func = [fd, &ts]() { timerfd_gettime(fd, &ts); }; in TEST()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2996 PRE_SYSCALL(timerfd_gettime)(long ufd, void *otmr) {} 2998 POST_SYSCALL(timerfd_gettime)(long res, long ufd, void *otmr) {
|
| H A D | sanitizer_common_interceptors.inc | 221 #define timerfd_gettime __timerfd_gettime64 6563 INTERCEPTOR(int, timerfd_gettime, int fd, void *curr_value) { 6565 COMMON_INTERCEPTOR_ENTER(ctx, timerfd_gettime, fd, curr_value); 6566 int res = REAL(timerfd_gettime)(fd, curr_value); 6573 COMMON_INTERCEPT_FUNCTION(timerfd_gettime);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3148 fun:timerfd_gettime=uninstrumented
|