HomeSort by: relevance | last modified time | path
    Searched defs:hardpps (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_ntptime.c 677 * hardpps() - discipline CPU clock oscillator to external PPS signal
700 hardpps(struct timespec *tsp, /* time at PPS */ function
  /src/external/bsd/ntp/dist/ntpd/
refclock_jupiter.c 119 u_int hardpps; /* enable kernel mode */ member in struct:instance
219 up->hardpps = 0;
222 * the assert edge and do not enable the kernel hardpps.
400 if (up->hardpps) {
418 up->pps_params.mode, up->hardpps);
refclock_oncore.c 356 u_char hardpps; member in struct:instance
905 /* If HARDPPS is on, we tell kernel */
907 if (instance->hardpps) {
910 oncore_log(instance, LOG_INFO, "HARDPPS Set.");
922 oncore_log(instance, LOG_ERR, "HARDPPS failed, abort...");
1128 * MODE, LAT, LON, (HT, HTGPS, HTMSL), DELAY, OFFSET, ASSERT, CLEAR, HARDPPS,
1173 * There is an optional line, with HARDPPS on it. Including this line causes
1175 * HARDPPS can also be set with FLAG3 of the ntp.conf input.
1370 } else if (!strncmp(cc, "HARDPPS", (size_t) 7)) {
1371 instance->hardpps = 1
    [all...]

Completed in 64 milliseconds