Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimex.h147 long stabil; /* PPS stability (scaled PPM) (ro) */ member
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h278 long stabil; /* pps stability (scaled ppm) (ro) */ member
/freebsd/contrib/ntp/util/
H A Dntptime.c358 gtemp = (double)ntx.stabil / SCALE_FREQ; in main()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h487 int32_t stabil;
486 int32_t stabil; global() member
H A Dfreebsd32_misc.c4037 CP(*src, *dst, stabil); in timex_to_32()
4059 CP(*src, *dst, stabil); in timex_from_32()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std420 offsetof(stabil) = 40
H A Dntpdc_ops.c3046 fptoa((s_fp)ntohl(ik->stabil), 3)); in kerninfo()
/freebsd/contrib/ntp/include/
H A Dntp_request.h904 int32 stabil; member
/freebsd/sys/kern/
H A Dkern_ntptime.c461 ntv->stabil = pps_stabil; in kern_ntp_adjtime()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c830 (int) offsetof(struct info_kernel, stabil));
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2479 ik->stabil = htonl((u_int32)ntx.stabil);
H A Dntp_control.c2390 (sys_var[varid].text, ntx.stabil) in ctl_putsys()