HomeSort by: relevance | last modified time | path
    Searched refs:itimerspec (Results 1 - 25 of 33) sorted by relevancy

1 2

  /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 */
time.h 296 struct itimerspec { struct
  /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/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/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 780 struct itimerspec *itp;
974 itimer_gettime(const struct itimer *it, struct itimerspec *aits)
1360 syscallarg(const struct itimerspec *) value;
1361 syscallarg(struct itimerspec *) ovalue;
1364 struct itimerspec value, ovalue, *ovp = NULL;
1367 sizeof(struct itimerspec))) != 0)
1379 sizeof(struct itimerspec));
1384 dotimer_settime(int timerid, struct itimerspec *value,
1385 struct itimerspec *ovalue, int flags, struct proc *p)
1388 struct itimerspec val
    [all...]
subr_time_arith.c 478 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 66 struct itimerspec tim, rtim, otim;
77 (void)memset(&tim, 0, sizeof(struct itimerspec));
424 const struct itimerspec einval_its[] = {
445 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/usr.bin/flock/
flock.c 261 struct itimerspec it;
  /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/sys/compat/common/
kern_time_50.c 490 struct itimerspec its;
514 struct itimerspec value, ovalue, *ovp = NULL;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.cc 93 unsigned struct_itimerspec_sz = sizeof(struct itimerspec);
  /src/lib/libc/gmon/
gmon.c 530 struct itimerspec tim;
  /src/share/man/man3/
Makefile 261 timeval.3 itimerspec.3 \

Completed in 24 milliseconds

1 2