Home
last modified time | relevance | path

Searched refs:time_offset (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/util/
H A Dkern.c50 long time_offset = 0; /* time adjustment (us) */ variable
109 time_offset, time_freq, time_adj); in main()
129 time_offset = offset << SHIFT_UPDATE; in hardupdate()
189 if (time_offset < 0) { in second_overflow()
190 ltemp = -time_offset >> in second_overflow()
192 time_offset += ltemp; in second_overflow()
196 ltemp = time_offset >> in second_overflow()
198 time_offset -= ltemp; in second_overflow()
/netbsd-src/sys/kern/
H A Dkern_ntptime.c186 static l_fp time_offset; /* time offset (ns) */ variable
381 ntv->offset = L_GINT(time_offset); in ntp_adjtime1()
383 ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */ in ntp_adjtime1()
510 ftemp = time_offset; in ntp_update_second()
522 L_SUB(time_offset, ftemp); in ntp_update_second()
580 L_CLR(time_offset); in ntp_init()
640 L_LINT(time_offset, time_monitor); in hardupdate()
796 L_LINT(time_offset, time_monitor); in hardpps()
/netbsd-src/usr.sbin/bootp/common/
H A Dbootpd.h117 time_offset :1, member
185 int32 time_offset; member
H A Ddovend.c74 if (hp->flags.time_offset) { in dovend_rfc1497()
78 insert_u_long(htonl(hp->time_offset), &vp); /* -4 bytes */ in dovend_rfc1497()
H A Ddumptab.c251 if (hp->flags.time_offset) { in dump_host()
252 fprintf(fp, "\\\n\t:to=%ld:", (long)hp->time_offset); in dump_host()
H A Dreadfile.c964 hp->flags.time_offset = FALSE; in eval_symbol()
969 hp->time_offset = secondswest; in eval_symbol()
973 hp->time_offset = ltimeoff; in eval_symbol()
975 hp->flags.time_offset = TRUE; in eval_symbol()
1443 DUP_COPY(time_offset); in fill_defaults()
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dsolaris.xtra.409584910 the clock routine as soon as the time_offset becomes non-zero.
70 the clock routine as soon as the time_offset becomes non-zero.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dperf_event.d1386 ulong time_offset;