Home
last modified time | relevance | path

Searched refs:fdpps (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_ppsdev.c312 int fdpps, ldisc = N_PPS; in findMatchingPpsDev() local
355 if (-1 == (fdpps = open(dpath, OModeF))) { in findMatchingPpsDev()
359 if (-1 == fchmod(fdpps, sb.st_mode)) { in findMatchingPpsDev()
362 if (-1 == fchown(fdpps, sb.st_uid, sb.st_gid)) { in findMatchingPpsDev()
365 close(fdpps); in findMatchingPpsDev()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.03474 * ntpd/refclock_atom.c: fdpps is only there for PPS or PPSAPI.
H A DChangeLog1958 * [Bug 1872] Remove legacy ppsclock fdpps, #ifdef PPS.
H A DCommitLog[all...]