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

  /src/external/bsd/ntp/dist/include/
refclock_atom.h 1 /* $NetBSD: refclock_atom.h,v 1.7 2020/05/25 20:47:20 christos Exp $ */
11 struct refclock_atom { struct
17 extern int refclock_ppsapi(int, struct refclock_atom *);
18 extern int refclock_params(int, struct refclock_atom *);
19 extern int refclock_pps(struct peer *, struct refclock_atom *, int);
  /src/external/bsd/ntp/dist/ntpd/
refclock_atom.c 1 /* $NetBSD: refclock_atom.c,v 1.6 2024/08/18 20:47:18 christos Exp $ */
4 * refclock_atom - clock driver for 1-pps signals
24 #include "refclock_atom.h"
90 struct refclock_atom atom; /* atom structure pointer */
105 struct refclock refclock_atom = { variable in typeref:struct:refclock
149 "refclock_atom: %s: %m", device);
refclock_conf.c 138 extern struct refclock refclock_atom;
140 #define refclock_atom refclock_none macro
297 &refclock_atom, /* 22 REFCLK_ATOM_PPS */

Completed in 18 milliseconds