Home
last modified time | relevance | path

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

/freebsd-13.1/sys/mips/nlm/
H A Dtick.c230 clock_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in clock_start() function
361 sc->et.et_start = clock_start; in clock_attach()
/freebsd-13.1/sys/mips/mips/
H A Dtick.c229 clock_start(struct eventtimer *et, sbintime_t first, sbintime_t period) in clock_start() function
376 sc->et.et_start = clock_start; in clock_attach()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_refclock.h200 int (*clock_start) (int, struct peer *); member
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_refclock.c248 refclock_conf[clktype]->clock_start == noentry) { in refclock_newpeer()
292 if (!((refclock_conf[clktype]->clock_start)(unit, peer))) { in refclock_newpeer()