Home
last modified time | relevance | path

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

/netbsd/sys/compat/freebsd/
H A Dfreebsd_timex.h273 long stabil; /* pps stability (scaled ppm) (ro) */ member
/netbsd/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h280 long stabil; /* pps stability (scaled ppm) (ro) */ member
/netbsd/sys/sys/
H A Dtimex.h233 long stabil; /* PPS stability (scaled PPM) (ro) */ member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h448 tx32p->stabil = (netbsd32_long)txp->stabil; in netbsd32_from_timex()
472 txp->stabil = (long)tx32p->stabil; in netbsd32_to_timex()
H A Dnetbsd32.h977 netbsd32_long stabil; /* pps stability (scaled ppm) (ro) */ member
/netbsd/external/bsd/ntp/dist/util/
H A Dntptime.c360 gtemp = (double)ntx.stabil / SCALE_FREQ; in main()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std420 offsetof(stabil) = 40
H A Dntpdc_ops.c3048 fptoa((s_fp)ntohl(ik->stabil), 3)); in kerninfo()
/netbsd/sys/kern/
H A Dkern_ntptime.c404 ntv->stabil = pps_stabil; in ntp_adjtime1()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_request.h906 int32 stabil; member
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c2472 ik->stabil = htonl((u_int32)ntx.stabil); in get_kernel_info()
H A Dntp_control.c2402 (sys_var[varid].text, ntx.stabil) in ctl_putsys()