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

  /src/external/bsd/ntp/dist/ntpd/
refclock_mx4200.c 146 pps_handle_t pps_h; member in struct:mx4200unit
319 if (time_pps_create(pp->io.fd, &up->pps_h) < 0) {
325 if (time_pps_getcap(up->pps_h, &mode) < 0) {
331 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) {
344 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) {
351 if (time_pps_kcbind(up->pps_h, PPS_KC_HARDPPS, PPS_CAPTUREASSERT,
1514 if (time_pps_fetch(up->pps_h, PPS_TSFMT_TSPEC, &(up->pps_i),
refclock_oncore.c 278 pps_handle_t pps_h; member in struct:instance
716 if (time_pps_create(fd2, &instance->pps_h) < 0) {
793 time_pps_destroy (instance->pps_h);
857 if (time_pps_getcap(instance->pps_h, &cap) < 0) {
862 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) {
900 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) {
919 if (time_pps_kcbind(instance->pps_h, PPS_KC_HARDPPS, i,
1645 if (time_pps_fetch(instance->pps_h, PPS_TSFMT_TSPEC, &pps_i,
1764 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1771 if (time_pps_getparams(instance->pps_h, &current_params) < 0)
    [all...]

Completed in 28 milliseconds