Home
last modified time | relevance | path

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

/netbsd/sys/compat/freebsd/
H A Dfreebsd_timex.h274 long jitcnt; /* jitter limit exceeded (ro) */ member
/netbsd/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h281 long jitcnt; /* jitter limit exceeded (ro) */ member
/netbsd/sys/sys/
H A Dtimex.h234 long jitcnt; /* jitter limit exceeded (ro) */ member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h449 tx32p->jitcnt = (netbsd32_long)txp->jitcnt; in netbsd32_from_timex()
473 txp->jitcnt = (long)tx32p->jitcnt; in netbsd32_to_timex()
H A Dnetbsd32.h978 netbsd32_long jitcnt; /* jitter limit exceeded (ro) */ member
/netbsd/external/bsd/ntp/dist/util/
H A Dntptime.c365 (u_long)ntx.calcnt, (u_long)ntx.jitcnt, in main()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std421 offsetof(jitcnt) = 44
H A Dntpdc_ops.c3056 (u_long)ntohl(ik->jitcnt)); in kerninfo()
/netbsd/sys/kern/
H A Dkern_ntptime.c407 ntv->jitcnt = pps_jitcnt; in ntp_adjtime1()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_request.h907 int32 jitcnt; member
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c2473 ik->jitcnt = htonl((u_int32)ntx.jitcnt); in get_kernel_info()
H A Dntp_control.c2438 (sys_var[varid].text, ntx.jitcnt) in ctl_putsys()