Searched refs:ppsfreq (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/ntp/kernel/sys/
H A Dtimex.h275 long ppsfreq; /* pps frequency (scaled ppm) (ro) */ member in struct:timex
/freebsd-12-stable/sys/sys/
H A Dtimex.h146 long ppsfreq; /* PPS frequency (scaled PPM) (ro) */ member in struct:timex
/freebsd-12-stable/contrib/ntp/util/
H A Dntptime.c357 ftemp = (double)ntx.ppsfreq / SCALE_FREQ;
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32.h422 int32_t ppsfreq; member in struct:timex32
H A Dfreebsd32_misc.c3560 CP(*src, *dst, ppsfreq);
3582 CP(*src, *dst, ppsfreq);
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_request.h902 int32 ppsfreq; member in struct:info_kernel
/freebsd-12-stable/sys/kern/
H A Dkern_ntptime.c452 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16);
/freebsd-12-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c826 printf("offsetof(ppsfreq) = %d\n",
827 (int) offsetof(struct info_kernel, ppsfreq));
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_request.c2467 ik->ppsfreq = htonl((u_int32)ntx.ppsfreq);
H A Dntp_control.c2389 (sys_var[varid].text, ntx.ppsfreq)
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2981 if (status & STA_PPSFREQ) (void)fprintf(fp, " ppsfreq");
3044 fptoa((s_fp)ntohl(ik->ppsfreq), 3));

Completed in 208 milliseconds