| /src/sys/sys/ |
| timerfd.h | 54 int do_timerfd_gettime(struct lwp *, int, struct itimerspec *, 56 int do_timerfd_settime(struct lwp *, int, int, const struct itimerspec *, 57 struct itimerspec *, register_t *); 61 int timerfd_gettime(int, struct itimerspec *); 62 int timerfd_settime(int, int, const struct itimerspec *, 63 struct itimerspec *);
|
| timearith.h | 63 struct itimerspec; 73 void itimer_transition(const struct itimerspec *restrict,
|
| timevar.h | 107 struct itimerspec it_time; 198 int dotimer_gettime(int, struct proc *, struct itimerspec *); 199 int dotimer_settime(int, struct itimerspec *, struct itimerspec *, int, 229 void itimer_gettime(const struct itimer *, struct itimerspec *);
|
| resourcevar.h | 65 struct itimerspec p_timer[3]; /* virtual-time timers */
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/ |
| timerfd.d | 19 int timerfd_settime(int fd, int flags, const itimerspec* new_value, itimerspec* old_value); 20 int timerfd_gettime(int fd, itimerspec* curr_value);
|
| /src/sys/compat/linux32/common/ |
| linux32_sched.h | 56 const struct itimerspec *); 57 void linux32_to_native_itimerspec(struct itimerspec *,
|
| linux32_time.c | 261 const struct itimerspec *nitp) 269 linux32_to_native_itimerspec(struct itimerspec *nitp, 445 struct itimerspec value, ovalue, *ovp = NULL; 485 struct itimerspec its; 515 struct itimerspec its; 538 struct itimerspec nits, oits, *oitsp = NULL;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| time.d | 179 struct itimerspec 197 int timer_gettime(timer_t, itimerspec*); 199 int timer_settime(timer_t, int, const scope itimerspec*, itimerspec*); 215 struct itimerspec 233 int timer_gettime(timer_t, itimerspec*); 235 int timer_settime(timer_t, int, const scope itimerspec*, itimerspec*); 254 struct itimerspec 272 int timer_gettime(timer_t, itimerspec*); [all...] |
| /src/lib/libc/compat/include/ |
| time.h | 83 int __timer_gettime50(timer_t, struct itimerspec *); 84 int __timer_settime50(timer_t, int, const struct itimerspec * __restrict, 85 struct itimerspec * __restrict); 86 int __timer_getres50(timer_t, struct itimerspec *);
|
| /src/lib/libc/compat/sys/ |
| compat_timer.c | 56 struct itimerspec tim, *timp; 57 struct itimerspec otim, *otimp; 76 struct itimerspec tim, *timp = tim50 ? &tim : NULL;
|
| /src/sys/compat/linux/common/ |
| linux_sched.h | 155 const struct itimerspec *); 156 void linux_to_native_itimerspec(struct itimerspec *,
|
| linux_time.c | 141 const struct itimerspec *nitp) 149 linux_to_native_itimerspec(struct itimerspec *nitp, 390 struct itimerspec value, ovalue, *ovp = NULL; 430 struct itimerspec its; 491 struct itimerspec its; 535 struct itimerspec nits, oits, *oitsp = NULL;
|
| /src/sys/compat/sys/ |
| time_types.h | 125 struct itimerspec *ts) 133 itimerspec_to_itimerspec50(const struct itimerspec *ts,
|
| /src/external/bsd/atf/dist/tools/ |
| timers.cpp | 66 ::itimerspec m_old_it; 99 struct ::itimerspec it;
|
| /src/include/ |
| time.h | 147 struct itimerspec; 158 int timer_gettime(timer_t, struct itimerspec *) __RENAME(__timer_gettime50); 159 int timer_settime(timer_t, int, const struct itimerspec * __restrict, 160 struct itimerspec * __restrict) __RENAME(__timer_settime50);
|
| /src/sys/kern/ |
| sys_timerfd.c | 546 do_timerfd_gettime(struct lwp *l, int fd, struct itimerspec *curr_value, 575 syscallarg(struct itimerspec *) curr_value; 578 struct itimerspec oits; 593 const struct itimerspec *new_value, struct itimerspec *old_value, 596 struct itimerspec value = *new_value; 675 syscallarg(const struct itimerspec *) new_value; 676 syscallarg(struct itimerspec *) old_value; 679 struct itimerspec nits, oits, *oitsp = NULL;
|
| kern_time.c | 781 struct itimerspec *itp; 975 itimer_gettime(const struct itimer *it, struct itimerspec *aits) 1361 syscallarg(const struct itimerspec *) value; 1362 syscallarg(struct itimerspec *) ovalue; 1365 struct itimerspec value, ovalue, *ovp = NULL; 1368 sizeof(struct itimerspec))) != 0) 1380 sizeof(struct itimerspec)); 1385 dotimer_settime(int timerid, struct itimerspec *value, 1386 struct itimerspec *ovalue, int flags, struct proc *p) 1389 struct itimerspec val [all...] |
| subr_time_arith.c | 480 itimer_transition(const struct itimerspec *restrict it,
|
| /src/tests/lib/libc/sys/ |
| t_timerfd.c | 177 struct itimerspec its = { 0 }; 198 "validates rejection of invalid itimerspec by timerfd_settime()"); 202 const struct itimerspec einval_its[] = { 220 struct itimerspec its; 259 struct itimerspec its = {.it_value = {-1, 0}, .it_interval = {0, 0}}; 307 struct itimerspec oits; 308 const struct itimerspec its = { 351 const struct itimerspec its = { 389 struct itimerspec oits, its = { 436 const struct itimerspec its = [all...] |
| t_timer_create.c | 68 struct itimerspec tim, rtim, otim; 79 (void)memset(&tim, 0, sizeof(struct itimerspec)); 426 const struct itimerspec einval_its[] = { 449 struct itimerspec its;
|
| /src/sys/compat/netbsd32/ |
| netbsd32_time.c | 466 struct itimerspec value, ovalue, *ovp = NULL; 498 struct itimerspec its; 549 struct itimerspec its, oits, *oitsp = NULL; 587 struct itimerspec its;
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| dispatcher.c | 61 const struct itimerspec *new_value, 62 struct itimerspec *old_value) = NULL; 65 struct itimerspec *curr_value) = NULL; 575 struct itimerspec itimer; 614 struct itimerspec itimer;
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| dispatcher.c | 61 const struct itimerspec *new_value, 62 struct itimerspec *old_value) = NULL; 65 struct itimerspec *curr_value) = NULL; 575 struct itimerspec itimer; 614 struct itimerspec itimer;
|
| /src/sys/rump/include/rump/ |
| rump_syscalls.h | 867 struct itimerspec; 1047 int rump_sys_timer_settime(timer_t, int, const struct itimerspec *, struct itimerspec *) __RENAME(RUMP_SYS_RENAME_TIMER_SETTIME); 1048 int rump_sys_timer_gettime(timer_t, struct itimerspec *) __RENAME(RUMP_SYS_RENAME_TIMER_GETTIME);
|
| /src/usr.bin/flock/ |
| flock.c | 261 struct itimerspec it;
|