Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/ntp/ntpd/
H A Djupiter.h79 u_short stime[2]; /* set time (10 ms ticks) */ member
123 u_short stime[2]; /* set time (10 ms ticks) */ member
139 u_short stime[2]; /* set time (10 ms ticks) */ member
157 u_short stime[2]; /* set time (10 ms ticks) */ member
169 u_short stime[2]; /* set time (10 ms ticks) */ member
186 u_short stime[2]; /* set time (10 ms ticks) */ member
200 u_short stime[2]; /* set time (10 ms ticks) */ member
H A Dntp_leapsec.c33 uint32_t stime; /* schedule limit (a month before transition) */
48 vint64 stime; /* schedule time (when we take notice) */
250 ts = subv64u32(&ts, pt->info[idx].stime);
330 if (ucmpv64(&ts64, &pt->head.stime) < 0) in leapsec_query()
386 return ucmpv64(&pt->head.ttime, &pt->head.stime) >= 0; in leapsec_query_era()
716 pt->head.stime = pt->head.ebase; in leapsec_autokey_tai()
877 pt->head.stime = subv64u32( in reload_limits()
878 &pt->head.ttime, pt->info[idx].stime); in reload_limits()
882 pt->head.stime = pt->head.ttime; in reload_limits()
969 li.stime in leapsec_add()
55 uint32_t stime; /* schedule limit (a month before transition) */ global() member
70 vint64 stime; /* schedule time (when we take notice) */ global() member
[all...]
/freebsd/usr.sbin/cron/cron/
H A Dcron.c394 struct timespec ctime, ttime, stime, remtime; local
404 timespec_subtract(&stime, &ttime, &ctime);
410 if (stime.tv_sec < -600 || stime.tv_sec > 600) {
416 seconds_to_wait = (stime.tv_nsec > 0) ? stime.tv_sec + 1 :
417 stime.tv_sec;
427 if (stime.tv_sec < 0)
434 rval = nanosleep(&stime, &remtime);
437 stime.tv_sec = remtime.tv_sec;
438 stime.tv_nsec = remtime.tv_nsec;
/freebsd/tools/test/stress2/misc/
H A Dtar.sh76 time_t stime;
84 stime = time(NULL);
122 if (time(NULL) - stime > RUNTIME) {
/freebsd/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/sys/kern/
H A Dtty_info.c282 struct timeval rtime, utime, stime; in tty_info() local
382 rufetchcalc(p, &ru, &utime, &stime); in tty_info()
387 /* Print command, pid, state, rtime, utime, stime, %cpu, and rss. */ in tty_info()
393 (long)stime.tv_sec, stime.tv_usec / 10000, in tty_info()
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h160 extern int stime (const time_t *);
164 extern int stime (long *);
/freebsd/sys/i386/linux/
H A Dlinux_dummy_machdep.c61 DUMMY(stime);
/freebsd/tests/sys/kqueue/libkqueue/
H A Dtimer.c47 struct timespec stime = { in mssleep() local
52 nanosleep(&stime, NULL); in mssleep()
61 struct timespec stime = { in ussleep() local
66 nanosleep(&stime, NULL); in ussleep()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h208 void SetSystemTime(struct timespec stime) { m_system_time = stime; } in SetSystemTime() argument
/freebsd/crypto/heimdal/lib/krb5/
H A Dmk_error.c59 msg.stime = sec; in krb5_mk_error()
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c1220 char *ktype, *kusage, *sstatus, *shashes, *stime; in parse_object() local
1287 stime = HT_get(objdata, "time"); in parse_object()
1288 if (stime == NULL) { in parse_object()
1289 stime = DEFAULT_TIME; in parse_object()
1291 if (string_to_time(stime, &tc.days, &tc.seconds) < 0) { in parse_object()
1293 stime, linenum); in parse_object()
/freebsd/contrib/ntp/sntp/
H A Dmain.c65 time_t stime; member
687 spkt->stime = tv_xmt.tv_sec - JAN_1970; in xmt()
738 if (0 == spkt->stime || spkt->done) in timeout_queries()
740 age = start_cb.tv_sec - spkt->stime; in timeout_queries()
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords101 stime STIME
/freebsd/sys/dev/drm2/
H A Ddrm_irq.c549 struct timeval stime, raw_time; in drm_calc_vbltimestamp_from_scanoutpos() local
598 getmicrouptime(&stime); in drm_calc_vbltimestamp_from_scanoutpos()
619 duration_ns = timeval_to_ns(&raw_time) - timeval_to_ns(&stime); in drm_calc_vbltimestamp_from_scanoutpos()
/freebsd/contrib/tcpdump/
H A DREADME.md174 stime.awk
208 awk -f stime.awk tracedata | xgraph
H A DINSTALL.md136 stime.awk - TCP send awk script
H A DMakefile.in386 stime.awk \
/freebsd/contrib/ntp/libntp/
H A Dmachines.c423 "stime"
483 rc = stime(&tp); /* lie as bad as SysVR4 */ in ntp_set_tod()
485 TRACE(1, ("ntp_set_tod: stime: %d %m\n", rc)); in ntp_set_tod()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m480 AC_CHECK_FUNCS([getclock stime timegm strlcpy strlcat])
1089 AC_MSG_CHECKING([if we'll use clock_settime or settimeofday or stime])
1103 ans='stime()'
/freebsd/sys/netsmb/
H A Dsmb_smb.c118 u_int8_t wc, stime[8], sblen; in smb_smb_negotiate() local
180 md_get_mem(mdp, stime, 8, MB_MSYSTEM); in smb_smb_negotiate()
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c232 COMPARE_INTEGER(aa,ab,stime); in cmp_KRB_ERROR()
286 e1.stime = 1069632679; in test_krb_error()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c448 sbintime_t stime; in ixl_admin_timer() local
461 stime = getsbinuptime(); in ixl_admin_timer()
462 if (stime - pf->link_poll_start > IXL_PF_MAX_LINK_POLL) { in ixl_admin_timer()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c425 struct timeval tv, utime, stime, cutime, cstime; in linux_times() local
434 calcru(p, &utime, &stime); in linux_times()
440 tms.tms_stime = CONVTCK(stime); in linux_times()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c717 int32_t t = error.stime - time(NULL); in handle_error_packet()

12