Searched refs:clock_ct_to_ts (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dclock.h76 int clock_ct_to_ts(struct clocktime *, struct timespec *);
/freebsd-10-stable/sys/arm/mv/
H A Drtc.c151 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/arm/samsung/s3c2xx0/
H A Ds3c24x0_rtc.c115 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/kern/
H A Dsubr_clock.c134 clock_ct_to_ts(struct clocktime *ct, struct timespec *ts) function
/freebsd-10-stable/sys/mips/atheros/
H A Dpcf2123_rtc.c137 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/mips/cavium/
H A Docteon_ds1337.c143 if (clock_ct_to_ts(&ct, &ts) != 0) {
/freebsd-10-stable/sys/powerpc/pseries/
H A Drtas_dev.c129 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/arm/at91/
H A Dat91_rtc.c290 return clock_ct_to_ts(&ct, ts);
/freebsd-10-stable/sys/arm/ti/am335x/
H A Dam335x_rtc.c178 clock_ct_to_ts(&ct, &ts);
/freebsd-10-stable/sys/dev/iicbus/
H A Dpcf8563.c148 return (clock_ct_to_ts(&ct, ts));
H A Ds35390a.c284 return (clock_ct_to_ts(&ct, ts));
H A Dds133x.c310 error = clock_ct_to_ts(&ct, ts);
/freebsd-10-stable/sys/dev/mc146818/
H A Dmc146818.c151 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/pc98/cbus/
H A Dpcrtc.c220 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/powerpc/mpc85xx/
H A Dds1553_core.c124 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/dev/mk48txx/
H A Dmk48txx.c210 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/x86/isa/
H A Datrtc.c362 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/ia64/ia64/
H A Dnexus.c510 return (clock_ct_to_ts(&ct, ts));
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvrtc.c345 * clock_ct_to_ts() does not depend on 'ct.dow' anyways so ignore it.
376 error = clock_ct_to_ts(&ct, &ts);
/freebsd-10-stable/sys/powerpc/powermac/
H A Dsmu.c1355 return (clock_ct_to_ts(&ct, ts));

Completed in 207 milliseconds