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

/freebsd-11-stable/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 Dntp_leapsec.c55 uint32_t stime; /* schedule limit (a month before transition) */ member in struct:leap_info
70 vint64 stime; /* schedule time (when we take notice) */ member in struct:leap_head
269 ts = subv64u32(&ts, pt->info[idx].stime);
349 if (ucmpv64(&ts64, &pt->head.stime) < 0)
405 return ucmpv64(&pt->head.ttime, &pt->head.stime) >= 0;
735 pt->head.stime = pt->head.ebase;
894 pt->head.stime = subv64u32(
895 &pt->head.ttime, pt->info[idx].stime);
899 pt->head.stime = pt->head.ttime;
986 li.stime
[all...]
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c409 struct timespec ctime, ttime, stime, remtime; local
419 timespec_subtract(&stime, &ttime, &ctime);
425 if (stime.tv_sec < -600 || stime.tv_sec > 600) {
431 seconds_to_wait = (stime.tv_nsec > 0) ? stime.tv_sec + 1 :
432 stime.tv_sec;
442 if (stime.tv_sec < 0)
449 rval = nanosleep(&stime, &remtime);
452 stime
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h160 extern int stime (const time_t *);
164 extern int stime (long *);
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/tests/sys/kqueue/libkqueue/
H A Dtimer.c48 struct timespec stime = { local
53 nanosleep(&stime, NULL);
62 struct timespec stime = { local
67 nanosleep(&stime, NULL);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_dummy.c66 DUMMY(stime); variable
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_dummy.c66 DUMMY(stime); variable
/freebsd-11-stable/sys/riscv/riscv/
H A Dtimer.c99 return (csr_read(stime));
H A Dexception.S557 csrr t2, stime
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c64 time_t stime; member in struct:sent_pkt_tag
686 spkt->stime = tv_xmt.tv_sec - JAN_1970;
737 if (0 == spkt->stime || spkt->done)
739 age = start_cb.tv_sec - spkt->stime;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmachines.c424 "stime"
484 rc = stime(&tp); /* lie as bad as SysVR4 */
486 TRACE(1, ("ntp_set_tod: stime: %d %m\n", rc));
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_irq.c551 struct timeval stime, raw_time; local
600 getmicrouptime(&stime);
621 duration_ns = timeval_to_ns(&raw_time) - timeval_to_ns(&stime);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c232 COMPARE_INTEGER(aa,ab,stime);
286 e1.stime = 1069632679;
/freebsd-11-stable/sys/netsmb/
H A Dsmb_smb.c119 u_int8_t wc, stime[8], sblen; local
181 md_get_mem(mdp, stime, 8, MB_MSYSTEM);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c872 struct timeval tv, utime, stime, cutime, cstime; local
880 calcru(p, &utime, &stime);
886 tms.tms_stime = timeval_to_clock_t(&stime);
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in359 stime.awk \
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c698 struct timeval tv, utime, stime, cutime, cstime; local
712 calcru(p, &utime, &stime);
718 tms.tms_stime = CONVTCK(stime);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c717 int32_t t = error.stime - time(NULL);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1072 extern int stime(const time_t *);
/freebsd-11-stable/sys/dev/ena/
H A Dena.c2940 sbintime_t stime; local
2953 stime = getsbinuptime();
2954 atomic_store_rel_64(&adapter->keep_alive_timestamp, stime);

Completed in 361 milliseconds