Searched refs:getitimer (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getitimer.c57 atf_tc_set_md_var(tc, "descr", "getitimer(2) before setitimer(2)");
66 * empty after calling getitimer(2) but before
71 ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0);
76 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0);
81 ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0);
89 atf_tc_fail("getitimer(2) modfied the timer before it was armed");
95 atf_tc_set_md_var(tc, "descr", "Test errors from getitimer(2)");
103 ATF_REQUIRE_ERRNO(EINVAL, getitimer(-1, &it) == -1);
106 ATF_REQUIRE_ERRNO(EINVAL, getitimer(INT_MAX, &it) == -1);
109 ATF_REQUIRE_ERRNO(EFAULT, getitimer(ITIMER_REA
[all...]
/freebsd-10.3-release/usr.sbin/ppp/
H A Dtimer.c101 if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0)
163 if (!pt && getitimer(ITIMER_REAL, &itimer) == 0)
244 * (if getitimer() returns a value close to zero), and the
248 if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0)
/freebsd-10.3-release/sys/kern/
H A Dcapabilities.conf269 getitimer
/freebsd-10.3-release/sys/sys/
H A Dsyscall.mk75 getitimer.o \
H A Dtime.h490 int getitimer(int, struct itimerval *);
/freebsd-10.3-release/lib/libc/sys/
H A DMakefile.inc185 getitimer.2 \
376 MLINKS+=getitimer.2 setitimer.2
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h319 /// int getitimer(int which, struct itimerval *value);
320 getitimer, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_timer.c169 getitimer(ITIMER_REAL, &itimer);
H A Dntpd.c1168 SCMP_SYS(getitimer),
1205 SCMP_SYS(getitimer),
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp175 "getitimer",
526 TLI.setUnavailable(LibFunc::getitimer);
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h457 extern int getitimer(int, struct itimerval *);
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_misc.c1266 if (ldebug(getitimer))
1267 printf(ARGS(getitimer, "%p"), (void *)uap->itv);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1318 case LibFunc::getitimer:

Completed in 260 milliseconds