Home
last modified time | relevance | path

Searched refs:lfptoa (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopstat368 $compl = &lfptoa($compl_i, $compl_f);
373 $offset = &lfptoa($offset_i, $offset_f);
374 $drift = &lfptoa($drift_i, $drift_f);
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c904 printf("offset: %s, delay %s\n", lfptoa(&ci, 6), fptoa(di, 5)); in receive()
1303 lfptoa(&server->offset, 6)); in clock_adjust()
1309 lfptoa(&server->offset, 6)); in clock_adjust()
2163 lfptoa(&pp->offset, 6), fptoa((s_fp)pp->delay, 5)); in print_server()
2217 (i<sys_samples ? lfptoa(&pp->filter_offset[i], 6): "----")); in print_server()
2226 lfptoa(&pp->offset, 6)); in print_server()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c509 lfptoa(&tempts, 6), in dopeers()
655 (void) fprintf(fp, " %-8.8s", lfptoa(&tempts, 6)); in printpeer()
673 lfptoa(&tempts, 6), fptoa(NTOHS_FP(pp->delay), 5), in printpeer()
927 lfptoa(&tempts, 6), in loopinfo()
928 lfptoa(&temp2ts, 3), in loopinfo()
934 lfptoa(&tempts, 6)); in loopinfo()
937 lfptoa(&tempts, 3)); in loopinfo()
1032 (void) fprintf(fp, "authdelay: %s s\n", lfptoa(&tempts, 6)); in sysinfo()
2719 lfptoa(&ts, 6)); in clockstat()
2722 lfptoa(&ts, 6)); in clockstat()
[all …]
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c819 mfptoa(date_ui, tmp, 8), lfptoa(&off[imin], 8), in chufilter()
820 lfptoa(&off[imax], 8)); in chufilter()
/freebsd/contrib/ntp/libntp/
H A Dsystime.c266 lfptoa(&lfpdelta, 9))); in get_systime()
/freebsd/contrib/ntp/ntpd/
H A Dntpd.c1537 DPRINTF(2, ("processing timestamp delta %s (with prec. fuzz)\n", lfptoa(&dts, 9)));
1556 DPRINTF(2, ("processing time for %d buffers %s\n", bufcount, lfptoa(&tsb, 9)));
H A Dntp_util.c922 fprintf(timingstats.fp, "%lu %s %s\n", day, lfptoa(&now, in record_timing_stats()
H A Drefclock_parse.c2271 lfptoa(&parse->parseio.parse_dtime.parse_ptime.fp, 6)); in local_input()
2321 lfptoa(&tstmp, 6)); in local_input()
2323 lfptoa(&ts.fp, 6)); in local_input()
4018 lfptoa(&off,6)); in parse_process()
4126 lfptoa(&off,6)); in parse_process()
H A Dntp_io.c414 count, lfptoa(dts, 9), tag); in collect_timing()
3494 lfptoa(&dts, 9)));
H A Dntp_proto.c4741 lfptoa(&leap_smear.offset, 8) in fast_xmit()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h371 #define lfptoa(fpv, ndec) mfptoa((fpv)->l_ui, (fpv)->l_uf, (ndec)) macro
/freebsd/contrib/ntp/
H A DCommitLog[all...]