Home
last modified time | relevance | path

Searched refs:itimerspec (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/lib/librt/
H A Dtimer.c45 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 Dtimers.h50 struct itimerspec it_time;
77 struct itimerspec * new_value,
78 struct itimerspec * old_value);
81 struct itimerspec * cur_value);
H A Dtimerfd.h54 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 Dsyscallsubr.h368 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 Dtimespec.h56 struct itimerspec { struct
H A Dsysproto.h642 …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 Dtime.h134 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 Dt_timer_create.c56 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 Dsys_timerfd.c82 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 Dkern_time.c100 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.h31 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 Dlinux_event.c632 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 Dlinux_time.c219 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 Dtst.sigwait.c40 struct itimerspec ts; in main()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c575 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 Dlibzfs_util_os.c114 struct itimerspec timeout = {.it_value.tv_sec = MAX(seconds, 0)}; in libzfs_load_module()
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c426 struct itimerspec is; in epoll_dispatch()
/freebsd/contrib/libevent/
H A Depoll.c426 struct itimerspec is; in epoll_dispatch()
/freebsd/contrib/ntp/ntpd/
H A Dntp_timer.c118 typedef struct itimerspec intervaltimer;
/freebsd/tests/sys/kern/
H A Dsigwait.c69 struct itimerspec its = in support_create_timer()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp139 unsigned struct_itimerspec_sz = sizeof(struct itimerspec);
H A Dsanitizer_platform_limits_posix.cpp273 unsigned struct_itimerspec_sz = sizeof(struct itimerspec);
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c257 struct itimerspec timer_time = {.it_value = timeout}; in create_timer()
/freebsd/contrib/capsicum-test/
H A Dlinux.cc56 struct itimerspec old_ispec; in TEST()
57 struct itimerspec ispec; in TEST()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3122 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()

12