HomeSort by: relevance | last modified time | path
    Searched refs:stabil (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/compat/freebsd/
freebsd_timex.h 273 long stabil; /* pps stability (scaled ppm) (ro) */ member in struct:freebsd_timex
  /src/sys/sys/
timex.h 233 long stabil; /* PPS stability (scaled PPM) (ro) */ member in struct:timex
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 280 long stabil; /* pps stability (scaled ppm) (ro) */ member in struct:timex
  /src/sys/compat/netbsd32/
netbsd32_conv.h 449 tx32p->stabil = (netbsd32_long)txp->stabil;
473 txp->stabil = (long)tx32p->stabil;
netbsd32.h 986 netbsd32_long stabil; /* pps stability (scaled ppm) (ro) */ member in struct:netbsd32_timex
  /src/external/bsd/ntp/dist/util/
ntptime.c 360 gtemp = (double)ntx.stabil / SCALE_FREQ;
  /src/sys/kern/
kern_ntptime.c 404 ntv->stabil = pps_stabil;
  /src/external/bsd/ntp/dist/include/
ntp_request.h 906 int32 stabil; member in struct:info_kernel
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 2550 ik->stabil = htonl((u_int32)ntx.stabil);
ntp_control.c 2402 (sys_var[varid].text, ntx.stabil)
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 3048 fptoa((s_fp)ntohl(ik->stabil), 3));

Completed in 43 milliseconds