Searched refs:time_offset (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | kern.c | 48 long time_offset = 0; /* time adjustment (us) */ variable 107 time_offset, time_freq, time_adj); in main() 127 time_offset = offset << SHIFT_UPDATE; in hardupdate() 187 if (time_offset < 0) { in second_overflow() 188 ltemp = -time_offset >> in second_overflow() 190 time_offset += ltemp; in second_overflow() 194 ltemp = time_offset >> in second_overflow() 196 time_offset -= ltemp; in second_overflow()
|
| /freebsd-13.1/contrib/ntp/parseutil/ |
| H A D | dcfd.c | 964 struct timeval time_offset; in adj_time() local 969 time_offset.tv_sec = offset / 1000000; in adj_time() 970 time_offset.tv_usec = offset % 1000000; in adj_time() 973 if (adjtime(&time_offset, 0L) == -1) in adj_time() 1512 struct timeval time_offset; in main() local 1785 time_offset.tv_sec = lasterror / 1000000; in main() 1786 time_offset.tv_usec = lasterror % 1000000; in main() 1792 time_offset.tv_sec = utc_time + i; in main() 1793 time_offset.tv_usec = 0; in main() 1795 timeradd(&time_offset, &phase); in main() [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_ntptime.c | 159 static l_fp time_offset; /* time offset (ns) */ variable 438 ntv->offset = L_GINT(time_offset); in kern_ntp_adjtime() 440 ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */ in kern_ntp_adjtime() 588 ftemp = time_offset; in ntp_update_second() 600 L_SUB(time_offset, ftemp); in ntp_update_second() 655 L_CLR(time_offset); in ntp_init() 714 L_LINT(time_offset, time_monitor); 875 L_LINT(time_offset, time_monitor); in hardpps()
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | bootpd.h | 117 time_offset :1, member 185 int32 time_offset; member
|
| H A D | dovend.c | 68 if (hp->flags.time_offset) { 72 insert_u_long(htonl(hp->time_offset), &vp); /* -4 bytes */
|
| H A D | dumptab.c | 251 if (hp->flags.time_offset) { 252 fprintf(fp, "\\\n\t:to=%ld:", (long)hp->time_offset);
|
| H A D | readfile.c | 966 hp->flags.time_offset = FALSE; 971 hp->time_offset = secondswest; 975 hp->time_offset = timeoff; 977 hp->flags.time_offset = TRUE; 1457 DUP_COPY(time_offset);
|
| /freebsd-13.1/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.4095849 | 10 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.
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | wpa_auth_i.h | 248 struct os_reltime time_offset; /* local time - offset = remote time */ member
|
| H A D | wpa_auth_ft.c | 1054 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk() 4537 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()
|
| /freebsd-13.1/sys/dev/ena/ |
| H A D | ena.c | 3019 sbintime_t time_offset; in check_missing_comp_in_tx_queue() local 3033 time_offset = bttosbt(time); in check_missing_comp_in_tx_queue() 3036 time_offset > 2 * adapter->missing_tx_timeout)) { in check_missing_comp_in_tx_queue() 3050 if (unlikely(time_offset > adapter->missing_tx_timeout)) { in check_missing_comp_in_tx_queue()
|