/freebsd/lib/librt/ |
H A D | timer.c | 45 extern int __sys_ktimer_gettime(int, struct itimerspec *); 48 const struct itimerspec *__restrict, struct itimerspec *__restrict); 154 __timer_gettime(timer_t timerid, struct itimerspec *value) in __timer_gettime() 169 const struct itimerspec *__restrict value, in __timer_settime() 170 struct itimerspec *__restrict ovalue) in __timer_settime()
|
/freebsd/sys/sys/ |
H A D | timers.h | 50 struct itimerspec it_time; 77 struct itimerspec * new_value, 78 struct itimerspec * old_value); 81 struct itimerspec * cur_value);
|
H A D | timerfd.h | 54 int timerfd_gettime(int fd, struct itimerspec *curr_value); 55 int timerfd_settime(int fd, int flags, const struct itimerspec *new_value, 56 struct itimerspec *old_value);
|
H A D | syscallsubr.h | 368 struct itimerspec *val, struct itimerspec *oval); 370 struct itimerspec *val); 380 struct itimerspec *curr_value); 382 const struct itimerspec *new_value, struct itimerspec *old_value);
|
H A D | timespec.h | 56 struct itimerspec { struct
|
H A D | sysproto.h | 642 …r value_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * value; char value_r_[PADR_… 643 …char ovalue_l_[PADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struc… 647 …char value_l_[PADL_(struct itimerspec *)]; struct itimerspec * value; char value_r_[PADR_(struct i… 1861 …har curr_value_l_[PADL_(struct itimerspec *)]; struct itimerspec * curr_value; char curr_value_r_[… 1866 …lue_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new_value; char new_value_r_[P… 1867 …char old_value_l_[PADL_(struct itimerspec *)]; struct itimerspec * old_value; char old_value_r_[PA…
|
/freebsd/include/ |
H A D | time.h | 134 int timer_gettime(timer_t, struct itimerspec *); 136 int timer_settime(timer_t, int, const struct itimerspec *__restrict, 137 struct itimerspec *__restrict);
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_timer_create.c | 56 struct itimerspec tim; in timer_signal_create() 66 (void)memset(&tim, 0, sizeof(struct itimerspec)); in timer_signal_create() 130 struct itimerspec tim; in timer_thread_create() 137 (void)memset(&tim, 0, sizeof(struct itimerspec)); in timer_thread_create()
|
/freebsd/sys/kern/ |
H A D | sys_timerfd.c | 82 struct itimerspec tfd_time; /* (t) tfd timer */ 380 timerfd_curval(struct timerfd *tfd, struct itimerspec *old_value) in timerfd_curval() 484 kern_timerfd_gettime(struct thread *td, int fd, struct itimerspec *curr_value) in kern_timerfd_gettime() 509 const struct itimerspec *new_value, struct itimerspec *old_value) in kern_timerfd_settime() 578 struct itimerspec curr_value; in sys_timerfd_gettime() 592 struct itimerspec new_value, old_value; in sys_timerfd_settime()
|
H A D | kern_time.c | 100 static int realtimer_gettime(struct itimer *, struct itimerspec *); 102 struct itimerspec *, struct itimerspec *); 1404 const struct itimerspec * value; 1405 struct itimerspec * ovalue; 1411 struct itimerspec val, oval, *ovalp; in sys_ktimer_settime() 1426 struct itimerspec *val, struct itimerspec *oval) in kern_ktimer_settime() 1451 struct itimerspec * value; 1457 struct itimerspec va in sys_ktimer_gettime() [all...] |
/freebsd/lib/libsys/ |
H A D | _libsys.h | 31 struct itimerspec; 203 typedef int (__sys_ktimer_settime_t)(int, int, const struct itimerspec *, struct itimerspec *); 204 typedef int (__sys_ktimer_gettime_t)(int, struct itimerspec *); 462 typedef int (__sys_timerfd_gettime_t)(int, struct itimerspec *); 463 typedef int (__sys_timerfd_settime_t)(int, int, const struct itimerspec *, struct itimerspec *); 604 int __sys_ktimer_settime(int timerid, int flags, const struct itimerspec * value, struct itimerspec… 605 int __sys_ktimer_gettime(int timerid, struct itimerspec * value); 863 int __sys_timerfd_gettime(int fd, struct itimerspec * curr_value); 864 int __sys_timerfd_settime(int fd, int flags, const struct itimerspec * new_value, struct itimerspec…
|
/freebsd/sys/compat/linux/ |
H A D | linux_event.c | 632 struct itimerspec ots; in linux_timerfd_gettime() 650 struct itimerspec nts, ots; in linux_timerfd_settime() 677 struct itimerspec ots; in linux_timerfd_gettime64() 695 struct itimerspec nts, ots; in linux_timerfd_settime64()
|
H A D | linux_time.c | 219 native_to_linux_itimerspec(struct l_itimerspec *ltp, struct itimerspec *ntp) in native_to_linux_itimerspec() 230 linux_to_native_itimerspec(struct itimerspec *ntp, struct l_itimerspec *ltp) in linux_to_native_itimerspec() 242 linux_to_native_itimerspec64(struct itimerspec *ntp, struct l_itimerspec64 *ltp) in linux_to_native_itimerspec64() 253 native_to_linux_itimerspec64(struct l_itimerspec64 *ltp, struct itimerspec *ntp) in native_to_linux_itimerspec64()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 40 struct itimerspec ts; in main()
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | fmd_api.c | 575 struct itimerspec its; in _timer_notify() 580 memset(&its, 0, sizeof (struct itimerspec)); in _timer_notify() 598 struct itimerspec its; in fmd_timer_install()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_util_os.c | 114 struct itimerspec timeout = {.it_value.tv_sec = MAX(seconds, 0)}; in libzfs_load_module()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epoll.c | 426 struct itimerspec is; in epoll_dispatch()
|
/freebsd/contrib/libevent/ |
H A D | epoll.c | 426 struct itimerspec is; in epoll_dispatch()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_timer.c | 118 typedef struct itimerspec intervaltimer;
|
/freebsd/tests/sys/kern/ |
H A D | sigwait.c | 69 struct itimerspec its = in support_create_timer()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 139 unsigned struct_itimerspec_sz = sizeof(struct itimerspec);
|
H A D | sanitizer_platform_limits_posix.cpp | 273 unsigned struct_itimerspec_sz = sizeof(struct itimerspec);
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | neigh.c | 257 struct itimerspec timer_time = {.it_value = timeout}; in create_timer()
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 56 struct itimerspec old_ispec; in TEST() 57 struct itimerspec ispec; in TEST()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 3122 struct itimerspec val, oval, *ovalp; in freebsd32_ktimer_settime() 3143 struct itimerspec val; in freebsd32_ktimer_gettime() 3158 struct itimerspec curr_value; in freebsd32_timerfd_gettime() 3179 struct itimerspec new_value, old_value; in freebsd32_timerfd_settime()
|