Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimex.h144 long ppsfreq; /* PPS frequency (scaled PPM) (ro) */ member
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h275 long ppsfreq; /* pps frequency (scaled ppm) (ro) */ member
/freebsd/contrib/ntp/util/
H A Dntptime.c357 ftemp = (double)ntx.ppsfreq / SCALE_FREQ; in main()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h483 int32_t ppsfreq; member
H A Dfreebsd32_misc.c4028 CP(*src, *dst, ppsfreq); in timex_to_32()
4050 CP(*src, *dst, ppsfreq); in timex_from_32()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std418 offsetof(ppsfreq) = 32
H A Dntpdc_ops.c3044 fptoa((s_fp)ntohl(ik->ppsfreq), 3)); in kerninfo()
/freebsd/contrib/ntp/include/
H A Dntp_request.h902 int32 ppsfreq; member
/freebsd/sys/kern/
H A Dkern_ntptime.c456 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16); in kern_ntp_adjtime()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c826 (int) offsetof(struct info_kernel, ppsfreq));
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2476 ik->ppsfreq = htonl((u_int32)ntx.ppsfreq); in get_kernel_info()
H A Dntp_control.c2383 (sys_var[varid].text, ntx.ppsfreq) in ctl_putsys()