Symbol: ITIMER_REAL
games/atc/graphics.c
299
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/graphics.c
361
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
174
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
182
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
190
setitimer(ITIMER_REAL, &itv, NULL);
lib/libc/gen/alarm.c
42
if (setitimer(ITIMER_REAL, &itv, &oitv) == -1)
lib/libc/gen/ualarm.c
53
if (setitimer(ITIMER_REAL, &new, &old) == 0)
regress/lib/libc/sys/t_getitimer.c
110
ATF_REQUIRE_ERRNO(EFAULT, getitimer(ITIMER_REAL, (void *)-1) == -1);
regress/lib/libc/sys/t_getitimer.c
132
ATF_REQUIRE(setitimer(ITIMER_REAL, &it, NULL) == 0);
regress/lib/libc/sys/t_getitimer.c
165
ATF_REQUIRE_ERRNO(EFAULT, setitimer(ITIMER_REAL,(void*)-1, &ot) == -1);
regress/lib/libc/sys/t_getitimer.c
190
ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0);
regress/lib/libc/sys/t_getitimer.c
198
ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0);
regress/lib/libc/sys/t_getitimer.c
72
ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0);
regress/lib/libevent/event_regress.c
612
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
regress/lib/libevent/event_regress.c
639
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
regress/sys/kern/flock/flock.c
1025
setitimer(ITIMER_REAL, &itv, NULL);
regress/sys/kern/flock/flock.c
1113
setitimer(ITIMER_REAL, &itv, NULL);
regress/sys/kern/flock/flock.c
1140
setitimer(ITIMER_REAL, &itv, NULL);
regress/sys/kern/itimer/itimer.c
34
which = ITIMER_REAL;
regress/sys/kern/itimer/itimer.c
65
case ITIMER_REAL:
regress/sys/kern/pledge/generic/test_stdio.c
39
{ struct itimerval v; getitimer(ITIMER_REAL, &v); }
regress/sys/kern/signal/fpsig/fpsig.c
52
setitimer(ITIMER_REAL, &it, NULL);
sbin/ping/ping.c
1096
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
796
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
839
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
851
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
911
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sys/kern/kern_time.c
534
KASSERT(which >= ITIMER_REAL && which <= ITIMER_PROF);
sys/kern/kern_time.c
544
if (which == ITIMER_REAL) {
sys/kern/kern_time.c
553
if (which == ITIMER_REAL) {
sys/kern/kern_time.c
567
if (which == ITIMER_REAL)
sys/kern/kern_time.c
573
if (which == ITIMER_REAL && timespecisset(&oldits.it_value)) {
sys/kern/kern_time.c
610
if (which < ITIMER_REAL || which > ITIMER_PROF)
sys/kern/kern_time.c
638
if (which < ITIMER_REAL || which > ITIMER_PROF)
sys/kern/kern_time.c
689
struct itimerspec *tp = &pr->ps_timer[ITIMER_REAL];
usr.bin/bgplg/misc.c
122
setitimer(ITIMER_REAL, &it, NULL);
usr.bin/bgplg/misc.c
142
setitimer(ITIMER_REAL, &it, NULL);
usr.bin/ftp/util.c
1034
setitimer(ITIMER_REAL, &itv, NULL);
usr.bin/kstat/kstat.c
213
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.bin/lock/lock.c
169
setitimer(ITIMER_REAL, &ntimer, &otimer);
usr.bin/lock/lock.c
234
getitimer(ITIMER_REAL, &left);
usr.bin/rusers/rusers.c
595
setitimer(ITIMER_REAL, &timeout, NULL);
usr.bin/rusers/rusers.c
597
setitimer(ITIMER_REAL, NULL, &timeout);
usr.bin/script/script.c
270
(void)setitimer(ITIMER_REAL, &value, NULL);
usr.bin/ssh/sshd-session.c
1131
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.bin/ssh/sshd-session.c
1164
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.bin/systat/engine.c
1363
setitimer(ITIMER_REAL, &it_delay, NULL);
usr.bin/systat/engine.c
1374
setitimer(ITIMER_REAL, &it_delay, NULL);
usr.bin/talk/invite.c
96
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/talk/msgs.c
60
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/talk/msgs.c
70
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/timeout/timeout.c
159
if (setitimer(ITIMER_REAL, &tim, NULL) == -1)
usr.sbin/iostat/iostat.c
187
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.sbin/relayd/check_script.c
153
setitimer(ITIMER_REAL, &it, NULL);
usr.sbin/relayd/check_script.c
173
setitimer(ITIMER_REAL, &it, NULL);
usr.sbin/sasyncd/net.c
802
setitimer(ITIMER_REAL, &iv, NULL);
usr.sbin/sasyncd/net.c
840
setitimer(ITIMER_REAL, &iv, NULL);