Symbol: itimerspec
include/time.h
158
struct itimerspec;
include/time.h
169
int timer_gettime(timer_t, struct itimerspec *) __RENAME(__timer_gettime50);
include/time.h
170
int timer_settime(timer_t, int, const struct itimerspec * __restrict,
include/time.h
171
struct itimerspec * __restrict) __RENAME(__timer_settime50);
lib/libc/compat/include/time.h
83
int __timer_gettime50(timer_t, struct itimerspec *);
lib/libc/compat/include/time.h
84
int __timer_settime50(timer_t, int, const struct itimerspec * __restrict,
lib/libc/compat/include/time.h
85
struct itimerspec * __restrict);
lib/libc/compat/include/time.h
86
int __timer_getres50(timer_t, struct itimerspec *);
lib/libc/compat/sys/compat_timer.c
56
struct itimerspec tim, *timp;
lib/libc/compat/sys/compat_timer.c
57
struct itimerspec otim, *otimp;
lib/libc/compat/sys/compat_timer.c
76
struct itimerspec tim, *timp = tim50 ? &tim : NULL;
lib/libc/gmon/gmon.c
530
struct itimerspec tim;
sys/arch/usermode/usermode/thunk.c
329
struct itimerspec tim;
sys/compat/common/kern_time_50.c
490
struct itimerspec its;
sys/compat/common/kern_time_50.c
514
struct itimerspec value, ovalue, *ovp = NULL;
sys/compat/linux/common/linux_sched.h
155
const struct itimerspec *);
sys/compat/linux/common/linux_sched.h
156
void linux_to_native_itimerspec(struct itimerspec *,
sys/compat/linux/common/linux_time.c
141
const struct itimerspec *nitp)
sys/compat/linux/common/linux_time.c
149
linux_to_native_itimerspec(struct itimerspec *nitp,
sys/compat/linux/common/linux_time.c
390
struct itimerspec value, ovalue, *ovp = NULL;
sys/compat/linux/common/linux_time.c
430
struct itimerspec its;
sys/compat/linux/common/linux_time.c
491
struct itimerspec its;
sys/compat/linux/common/linux_time.c
535
struct itimerspec nits, oits, *oitsp = NULL;
sys/compat/linux32/common/linux32_sched.h
56
const struct itimerspec *);
sys/compat/linux32/common/linux32_sched.h
57
void linux32_to_native_itimerspec(struct itimerspec *,
sys/compat/linux32/common/linux32_time.c
261
const struct itimerspec *nitp)
sys/compat/linux32/common/linux32_time.c
269
linux32_to_native_itimerspec(struct itimerspec *nitp,
sys/compat/linux32/common/linux32_time.c
445
struct itimerspec value, ovalue, *ovp = NULL;
sys/compat/linux32/common/linux32_time.c
485
struct itimerspec its;
sys/compat/linux32/common/linux32_time.c
515
struct itimerspec its;
sys/compat/linux32/common/linux32_time.c
538
struct itimerspec nits, oits, *oitsp = NULL;
sys/compat/netbsd32/netbsd32_compat_50.c
391
struct itimerspec value, ovalue, *ovp = NULL;
sys/compat/netbsd32/netbsd32_compat_50.c
423
struct itimerspec its;
sys/compat/netbsd32/netbsd32_time.c
466
struct itimerspec value, ovalue, *ovp = NULL;
sys/compat/netbsd32/netbsd32_time.c
498
struct itimerspec its;
sys/compat/netbsd32/netbsd32_time.c
549
struct itimerspec its, oits, *oitsp = NULL;
sys/compat/netbsd32/netbsd32_time.c
587
struct itimerspec its;
sys/compat/sys/time_types.h
125
struct itimerspec *ts)
sys/compat/sys/time_types.h
133
itimerspec_to_itimerspec50(const struct itimerspec *ts,
sys/kern/kern_time.c
1378
struct itimerspec value, ovalue, *ovp = NULL;
sys/kern/kern_time.c
1381
sizeof(struct itimerspec))) != 0)
sys/kern/kern_time.c
1393
sizeof(struct itimerspec));
sys/kern/kern_time.c
1398
dotimer_settime(int timerid, struct itimerspec *value,
sys/kern/kern_time.c
1399
struct itimerspec *ovalue, int flags, struct proc *p)
sys/kern/kern_time.c
1402
struct itimerspec val;
sys/kern/kern_time.c
1494
struct itimerspec its;
sys/kern/kern_time.c
1505
dotimer_gettime(int timerid, struct proc *p, struct itimerspec *its)
sys/kern/kern_time.c
1592
struct itimerspec its;
sys/kern/kern_time.c
794
struct itimerspec *itp;
sys/kern/kern_time.c
988
itimer_gettime(const struct itimer *it, struct itimerspec *aits)
sys/kern/subr_time_arith.c
480
itimer_transition(const struct itimerspec *restrict it,
sys/kern/sys_timerfd.c
546
do_timerfd_gettime(struct lwp *l, int fd, struct itimerspec *curr_value,
sys/kern/sys_timerfd.c
578
struct itimerspec oits;
sys/kern/sys_timerfd.c
593
const struct itimerspec *new_value, struct itimerspec *old_value,
sys/kern/sys_timerfd.c
596
struct itimerspec value = *new_value;
sys/kern/sys_timerfd.c
679
struct itimerspec nits, oits, *oitsp = NULL;
sys/rump/include/rump/rump_syscalls.h
1047
int rump_sys_timer_settime(timer_t, int, const struct itimerspec *, struct itimerspec *) __RENAME(RUMP_SYS_RENAME_TIMER_SETTIME);
sys/rump/include/rump/rump_syscalls.h
1048
int rump_sys_timer_gettime(timer_t, struct itimerspec *) __RENAME(RUMP_SYS_RENAME_TIMER_GETTIME);
sys/rump/include/rump/rump_syscalls.h
867
struct itimerspec;
sys/rump/librump/rumpkern/rump_syscalls.c
5553
int rump___sysimpl_timer_settime50(timer_t, int, const struct itimerspec *, struct itimerspec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5555
rump___sysimpl_timer_settime50(timer_t timerid, int flags, const struct itimerspec * value, struct itimerspec * ovalue)
sys/rump/librump/rumpkern/rump_syscalls.c
5585
int rump___sysimpl_timer_gettime50(timer_t, struct itimerspec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5587
rump___sysimpl_timer_gettime50(timer_t timerid, struct itimerspec * value)
sys/sys/resourcevar.h
65
struct itimerspec p_timer[3]; /* virtual-time timers */
sys/sys/syscallargs.h
1140
syscallarg(const struct itimerspec *) new_value;
sys/sys/syscallargs.h
1141
syscallarg(struct itimerspec *) old_value;
sys/sys/syscallargs.h
1149
syscallarg(struct itimerspec *) curr_value;
sys/sys/syscallargs.h
2931
syscallarg(const struct itimerspec *) value;
sys/sys/syscallargs.h
2932
syscallarg(struct itimerspec *) ovalue;
sys/sys/syscallargs.h
2938
syscallarg(struct itimerspec *) value;
sys/sys/timearith.h
63
struct itimerspec;
sys/sys/timearith.h
73
void itimer_transition(const struct itimerspec *restrict,
sys/sys/timerfd.h
54
int do_timerfd_gettime(struct lwp *, int, struct itimerspec *,
sys/sys/timerfd.h
56
int do_timerfd_settime(struct lwp *, int, int, const struct itimerspec *,
sys/sys/timerfd.h
57
struct itimerspec *, register_t *);
sys/sys/timerfd.h
61
int timerfd_gettime(int, struct itimerspec *);
sys/sys/timerfd.h
62
int timerfd_settime(int, int, const struct itimerspec *,
sys/sys/timerfd.h
63
struct itimerspec *);
sys/sys/timevar.h
107
struct itimerspec it_time;
sys/sys/timevar.h
198
int dotimer_gettime(int, struct proc *, struct itimerspec *);
sys/sys/timevar.h
199
int dotimer_settime(int, struct itimerspec *, struct itimerspec *, int,
sys/sys/timevar.h
229
void itimer_gettime(const struct itimer *, struct itimerspec *);
tests/crypto/opencrypto/h_thread.c
167
&(const struct itimerspec) { .it_value = {sec, 0} },
tests/kernel/t_time_arith.c
80
struct itimerspec it_time;
tests/lib/libc/sys/t_timer_create.c
426
const struct itimerspec einval_its[] = {
tests/lib/libc/sys/t_timer_create.c
449
struct itimerspec its;
tests/lib/libc/sys/t_timer_create.c
68
struct itimerspec tim, rtim, otim;
tests/lib/libc/sys/t_timer_create.c
79
(void)memset(&tim, 0, sizeof(struct itimerspec));
tests/lib/libc/sys/t_timerfd.c
177
struct itimerspec its = { 0 };
tests/lib/libc/sys/t_timerfd.c
202
const struct itimerspec einval_its[] = {
tests/lib/libc/sys/t_timerfd.c
220
struct itimerspec its;
tests/lib/libc/sys/t_timerfd.c
259
struct itimerspec its = {.it_value = {-1, 0}, .it_interval = {0, 0}};
tests/lib/libc/sys/t_timerfd.c
307
struct itimerspec oits;
tests/lib/libc/sys/t_timerfd.c
308
const struct itimerspec its = {
tests/lib/libc/sys/t_timerfd.c
351
const struct itimerspec its = {
tests/lib/libc/sys/t_timerfd.c
389
struct itimerspec oits, its = {
tests/lib/libc/sys/t_timerfd.c
436
const struct itimerspec its = {
tests/lib/libc/sys/t_timerfd.c
483
const struct itimerspec its = {
tests/lib/libc/sys/t_timerfd.c
513
struct itimerspec its;
tests/lib/libc/sys/t_timerfd.c
650
const struct itimerspec its = {
tests/lib/libc/sys/t_timerfd.c
730
const struct itimerspec its = {
tests/libexec/ld.elf_so/t_dlclose_thread.c
164
const struct itimerspec it = {
tests/libexec/ld.elf_so/t_dlclose_thread.c
201
const struct itimerspec it = {
usr.bin/flock/flock.c
261
struct itimerspec it;