Searched refs:do_timerfd_gettime (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | timerfd.h | 54 int do_timerfd_gettime(struct lwp *, int, struct itimerspec *,
|
| /netbsd/src/sys/kern/ |
| D | sys_timerfd.c | 546 do_timerfd_gettime(struct lwp *l, int fd, struct itimerspec *curr_value, in do_timerfd_gettime() function 581 error = do_timerfd_gettime(l, SCARG(uap, fd), &oits, retval); in sys_timerfd_gettime()
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_time.c | 495 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval); in linux_sys_timerfd_gettime()
|
| /netbsd/src/sys/compat/linux32/common/ |
| D | linux32_time.c | 519 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval); in linux32_sys_timerfd_gettime()
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_time.c | 590 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval); in netbsd32_timerfd_gettime()
|