Home
last modified time | relevance | path

Searched refs:dmaj (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_ppsdev.c218 unsigned long dmaj, dmin; in getPpsTuple() local
238 dmaj = strtoul((scan = bufp), &endp, 10); in getPpsTuple()
239 if ((endp == scan) || (*endp != ':') || (dmaj >= 256)) in getPpsTuple()
244 *pPps = makedev((unsigned int)dmaj, (unsigned int)dmin); in getPpsTuple()
H A Drefclock_bancomm.c587 time_t dmaj; in tvme_fill() local
590 dmaj = btm[1]; /* syntax sugar & expansion */ in tvme_fill()
593 gmtime_r(&dmaj, &maj); in tvme_fill()