Searched refs:stime (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/lib/libkse/test/
H A Dverify141 ($okay, $utime, $stime) = &run_test($test);
162 ($hutime, $hstime) = &print_stats($test, $okay, 0, 0, $utime, $stime);
168 ($okay, $utime, $stime) = &run_test($test);
251 $utime, $stime);
260 $total_stime += $stime;
271 $total_ntime += $utime + $stime;
318 my ($utime, $stime, $cutime, $cstime);
342 ($utime, $stime, $cutime, $cstime) = times;
344 ($utime, $stime, $tutime, $tstime) = times;
368 my ($test, $okay, $failed_subtests, $subtests, $utime, $stime)
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Djupiter.h79 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jgpos
123 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jchan
139 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jvis
157 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jid
169 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:juser
186 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jpulse
200 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jeup
H A Drefclock_jupiter.c127 u_int32 stime; /* used to detect firmware bug */ member in struct:instance
303 instance->stime = 0;
581 laststime = instance->stime;
582 instance->stime = DS2UI(((struct jpulse *)sp)->stime);
583 if (laststime != 0 && instance->stime - laststime <= 21) {
585 "avoided firmware bug (stime %.2f, laststime %.2f)",
586 (double)instance->stime * 0.01, (double)laststime * 0.01);
/freebsd-10.0-release/tools/regression/filemon/
H A Dtimed-forkb.c86 bombing_run(unsigned chainlen, int stime) argument
99 bombing_run(--chainlen, stime);
106 alarm(stime); // time for bombing run...
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dcron.c410 struct timespec ctime, ttime, stime, remtime; local
420 timespec_subtract(&stime, &ttime, &ctime);
426 if (stime.tv_sec < -600 || stime.tv_sec > 600) {
432 seconds_to_wait = (stime.tv_nsec > 0) ? stime.tv_sec + 1 :
433 stime.tv_sec;
443 if (stime.tv_sec < 0)
450 rval = nanosleep(&stime, &remtime);
453 stime
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dmk_error.c59 msg.stime = sec;
H A Dinit_creds_pw.c1776 krb5_set_real_time(context, ctx->error.stime, -1);
/freebsd-10.0-release/sys/kern/
H A Dtty_info.c216 struct timeval rtime, utime, stime; local
300 rufetchcalc(p, &ru, &utime, &stime);
305 /* Print command, pid, state, rtime, utime, stime, %cpu, and rss. */
311 (long)stime.tv_sec, stime.tv_usec / 10000,
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat272 $stime = &time;
274 &msg("Sending request $stime...\n");
322 ;#$time = ($stime + $etime) / 2; # symmetric delay assumed
329 (unpack("SnC4",$ret))[$[+2 .. $[+5], ($etime - $stime)));
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_dummy.c49 DUMMY(stime); variable
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_dummy.c49 DUMMY(stime); variable
/freebsd-10.0-release/contrib/ntp/include/
H A Dl_stdlib.h181 extern int stime P((const time_t *));
185 extern int stime P((long *));
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dmachines.c471 set_tod_using = "stime";
473 rc = stime(&tp); /* lie as bad as SysVR4 */
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_irq.c489 struct timeval stime, raw_time; local
538 getmicrouptime(&stime);
555 duration_ns = timeval_to_ns(&raw_time) - timeval_to_ns(&stime);
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c232 COMPARE_INTEGER(aa,ab,stime);
286 e1.stime = 1069632679;
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_smb.c121 u_int8_t wc, stime[8], sblen; local
183 md_get_mem(mdp, stime, 8, MB_MSYSTEM);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_misc.c681 struct timeval tv, utime, stime, cutime, cstime; local
695 calcru(p, &utime, &stime);
701 tms.tms_stime = CONVTCK(stime);
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_misc.c857 struct timeval tv, utime, stime, cutime, cstime; local
865 calcru(p, &utime, &stime);
871 tms.tms_stime = timeval_to_clock_t(&stime);
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c717 int32_t t = error.stime - time(NULL);
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h1072 extern int stime(const time_t *);
/freebsd-10.0-release/contrib/openbsm/etc/
H A Daudit_event196 201:AUE_STIME:old stime(2):ad
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure20816 for ac_func in sigvec sigset sigsuspend stime strchr sysconf sysctl
21678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we'll use clock_settime or settimeofday or stime" >&5
21679 $as_echo_n "checking if we'll use clock_settime or settimeofday or stime... " >&6; }
21691 ans='stime()'

Completed in 254 milliseconds