Symbol: ITIMER_REAL
bin/dd/dd.c
101
setitimer(ITIMER_REAL, &itv, NULL);
bin/pwait/pwait.c
217
if (setitimer(ITIMER_REAL, &itv, NULL) == -1) {
bin/timeout/timeout.c
222
if (setitimer(ITIMER_REAL, &tim, NULL) < 0)
cddl/usr.sbin/zfsd/callout.cc
139
setitimer(ITIMER_REAL, &timerval, NULL);
cddl/usr.sbin/zfsd/callout.cc
182
setitimer(ITIMER_REAL, &timerval, NULL);
cddl/usr.sbin/zfsd/callout.cc
206
getitimer(ITIMER_REAL, &timervalToAlarm);
crypto/openssh/sshd-session.c
1277
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
crypto/openssh/sshd-session.c
1316
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
crypto/openssl/test/sanitytest.c
283
if (setitimer(ITIMER_REAL, &it, NULL)) {
crypto/openssl/test/sanitytest.c
301
if (setitimer(ITIMER_REAL, &it, NULL)) {
lib/libc/gen/alarm.c
47
if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
lib/libc/gen/ualarm.c
53
if (setitimer(ITIMER_REAL, &new, &old) == 0)
lib/libc/gmon/gmon.c
237
setitimer(ITIMER_REAL, &tim, 0);
lib/libc/gmon/gmon.c
238
setitimer(ITIMER_REAL, 0, &tim);
libexec/tftpd/tests/functional.c
274
ATF_REQUIRE_EQ(0, setitimer(ITIMER_REAL, &it, NULL));
sbin/fsck_ffs/main.c
185
setitimer(ITIMER_REAL, &itimerval, NULL);
sbin/ping/ping.c
490
if (setitimer(ITIMER_REAL, &itv, NULL) != 0)
sbin/ping/ping6.c
564
if (setitimer(ITIMER_REAL, &itv, NULL) != 0)
sys/compat/linux/linux_misc.c
207
error = kern_setitimer(td, ITIMER_REAL, &it, &old_it);
sys/kern/kern_time.c
800
if (which == ITIMER_REAL) {
sys/kern/kern_time.c
880
if (which == ITIMER_REAL) {
tests/sys/capsicum/capmode.cc
315
EXPECT_OK(getitimer(ITIMER_REAL, &itv));
tests/sys/capsicum/capmode.cc
316
EXPECT_OK(setitimer(ITIMER_REAL, &itv, NULL));
tests/sys/file/flock_helper.c
1108
setitimer(ITIMER_REAL, &itv, NULL);
tests/sys/file/flock_helper.c
1201
setitimer(ITIMER_REAL, &itv, NULL);
tests/sys/file/flock_helper.c
1228
setitimer(ITIMER_REAL, &itv, NULL);
tests/sys/kern/unix_dgram.c
143
ATF_REQUIRE(setitimer(ITIMER_REAL, &itv, NULL) == 0);
tests/sys/netlink/netlink_socket.c
134
ATF_REQUIRE(setitimer(ITIMER_REAL, &itv, NULL) == 0);
tests/sys/netlink/netlink_socket.c
145
ATF_REQUIRE(setitimer(ITIMER_REAL, &itv, NULL) == 0);
tools/regression/p1003_1b/fifo.c
156
if (setitimer(ITIMER_REAL, &itimerval, 0) == -1) {
tools/regression/p1003_1b/fifo.c
206
if (setitimer(ITIMER_REAL, &itimerval, 0) == -1) {
tools/regression/posixsem/posixsem.c
704
setitimer(ITIMER_REAL, &it, NULL);
tools/regression/posixsem/posixsem.c
709
if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
tools/regression/posixsem/posixsem.c
744
if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
tools/regression/sockets/sendfile/sendfile.c
136
setitimer(ITIMER_REAL, &itv, NULL);
tools/regression/sockets/sendfile/sendfile.c
144
setitimer(ITIMER_REAL, &itv, NULL);
tools/tools/netrate/netblast/netblast.c
93
if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
usr.bin/gprof/hertz.c
52
setitimer(ITIMER_REAL, &tim, 0);
usr.bin/gprof/hertz.c
53
setitimer(ITIMER_REAL, 0, &tim);
usr.bin/lock/lock.c
183
setitimer(ITIMER_REAL, &ntimer, &otimer);
usr.bin/netstat/if.c
692
setitimer(ITIMER_REAL, &interval_it, NULL);
usr.bin/talk/invite.c
85
setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
usr.bin/talk/msgs.c
64
setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
usr.bin/talk/msgs.c
74
setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
usr.sbin/ctld/ctld.cc
2254
error = setitimer(ITIMER_REAL, &itv, NULL);
usr.sbin/ctld/ctld.cc
2291
error = setitimer(ITIMER_REAL, &itv, NULL);
usr.sbin/iostat/iostat.c
468
setitimer(ITIMER_REAL, &alarmspec, NULL);
usr.sbin/iscsid/iscsid.c
599
error = setitimer(ITIMER_REAL, &itv, NULL);
usr.sbin/mld6query/mld6.c
181
(void)setitimer(ITIMER_REAL, &itimer, NULL);
usr.sbin/ppp/timer.c
101
if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0)
usr.sbin/ppp/timer.c
163
if (!pt && getitimer(ITIMER_REAL, &itimer) == 0)
usr.sbin/ppp/timer.c
248
if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0)
usr.sbin/ppp/timer.c
287
if (setitimer(ITIMER_REAL, &itimer, NULL) == -1)
usr.sbin/ppp/timer.c
299
if (setitimer(ITIMER_REAL, &itimer, NULL) == -1)
usr.sbin/uhsoctl/uhsoctl.c
1459
error = setitimer(ITIMER_REAL, &it, NULL);