Lines Matching refs:pp

88  * instance->pp->leap indicator but only run this test in December and June for
269 struct refclockproc *pp;
596 struct refclockproc *pp;
610 pp = peer->procptr;
611 instance->pp = pp;
633 pp->clockdesc = "Motorola Oncore GPS Receiver";
634 memcpy((char *)&pp->refid, "GPS\0", (size_t) 4);
729 pp->io.clock_recv = oncore_receive;
730 pp->io.srcclock = peer;
731 pp->io.datalen = 0;
732 pp->io.fd = fd1;
733 if (!io_addclock(&pp->io)) {
736 pp->io.fd = -1;
740 pp->unitptr = instance;
780 struct refclockproc *pp;
782 pp = peer->procptr;
783 instance = pp->unitptr;
785 if (pp->io.fd != -1)
786 io_closeclock(&pp->io);
1787 instance->pp->lastrec = ts;
1825 instance->pp->year, instance->pp->day,
1826 instance->pp->hour, instance->pp->minute, instance->pp->second,
1858 instance->pp->year, instance->pp->day,
1859 instance->pp->hour, instance->pp->minute, instance->pp->second,
1875 if (!refclock_process(instance->pp)) {
1886 /* instance->pp->dispersion = instance->pp->skew = 0; */
1887 instance->pp->lastref = instance->pp->lastrec;
2393 instance->pp->year = buf[6]*256+buf[7];
2394 instance->pp->day = ymd2yd(buf[6]*256+buf[7], buf[4], buf[5]);
2395 instance->pp->hour = buf[8];
2396 instance->pp->minute = buf[9];
2397 instance->pp->second = buf[10];
2482 instance->pp->leap = LEAP_ADDSECOND;
2483 cp = "Set pp.leap to LEAP_ADDSECOND";
2486 instance->pp->leap = LEAP_DELSECOND;
2487 cp = "Set pp.leap to LEAP_DELSECOND";
2491 instance->pp->leap = LEAP_NOWARNING;
2492 cp = "Set pp.leap to LEAP_NOWARNING";
3242 instance->pp->leap = LEAP_NOWARNING;
3243 cp = "Set pp.leap to LEAP_NOWARNING";
3249 instance->pp->leap = LEAP_DELSECOND;
3250 cp = "Set pp.leap to LEAP_DELSECOND";
3252 instance->pp->leap = LEAP_ADDSECOND;
3253 cp = "Set pp.leap to LEAP_ADDSECOND";
3886 if (instance->pp->second%15 == 3) { /* start the sequence */ /* by changing mode */