Home
last modified time | relevance | path

Searched refs:clocktime (Results 1 – 25 of 39) sorted by relevance

12

/src/sys/sys/
H A Dclock.h72 struct clocktime { struct
83 int clock_ct_to_ts(const struct clocktime *, struct timespec *); argument
84 void clock_ts_to_ct(const struct timespec *, struct clocktime *);
183 void clock_print_ct(const struct clocktime *ct, int nsdig);
194 void clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct);
/src/sys/kern/
H A Dsubr_clock.c70 SYSCTL_INT(_debug, OID_AUTO, clocktime, CTLFLAG_RWTUN,
135 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts) in clock_ct_to_ts()
197 struct clocktime ct; in clock_bcd_to_ts()
244 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct) in clock_ts_to_ct()
307 struct clocktime ct; in clock_ts_to_bcd()
351 clock_print_ct(const struct clocktime *ct, int nsdigits) in clock_print_ct()
371 struct clocktime ct; in clock_print_ts()
H A Dsubr_rtc.c179 clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) in clock_dbgprint_ct()
/src/sys/dev/dialog/da9063/
H A Dda9063_rtc.c63 da9063_rtc_read_ct(struct da9063_rtc_softc *sc, struct clocktime *ct) in da9063_rtc_read_ct()
110 da9063_rtc_write_ct(struct da9063_rtc_softc *sc, struct clocktime *ct) in da9063_rtc_write_ct()
149 struct clocktime ct, oldct; in da9063_rtc_gettime()
191 struct clocktime ct; in da9063_rtc_settime()
/src/sys/powerpc/mpc85xx/
H A Dds1553_core.c90 struct clocktime ct; in ds1553_gettime()
133 struct clocktime ct; in ds1553_settime()
138 bzero(&ct, sizeof(struct clocktime)); in ds1553_settime()
/src/sys/arm/nvidia/
H A Das3722_rtc.c44 struct clocktime ct; in as3722_rtc_gettime()
71 struct clocktime ct; in as3722_rtc_settime()
/src/sys/powerpc/pseries/
H A Drtas_dev.c104 struct clocktime ct; in rtas_gettime()
133 struct clocktime ct; in rtas_settime()
/src/sys/dev/efidev/
H A Defirtc.c131 struct clocktime ct; in efirtc_gettime()
154 struct clocktime ct; in efirtc_settime()
/src/sys/arm/mv/
H A Drtc.c130 struct clocktime ct; in mv_rtc_gettime()
156 struct clocktime ct; in mv_rtc_settime()
/src/contrib/ntp/include/
H A Dparse.h302 struct clocktime /* clock time broken up from time code */ struct
316 typedef struct clocktime clocktime_t; argument
H A Dntp_stdlib.h103 extern int clocktime (int, int, int, int, int, u_int32, u_long *, u_int32 *);
/src/contrib/ntp/ntpd/
H A Drefclock_leitch.c423 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute, in leitch_receive()
441 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute, in leitch_receive()
458 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute, in leitch_receive()
H A Drefclock_datum.c621 if (clocktime( datum_pts->day, in datum_pts_receive()
662 if (!clocktime( datum_pts->day, in datum_pts_receive()
/src/contrib/mtree/
H A Dcreate.c98 time_t clocktime; in cwalk() local
108 time(&clocktime); in cwalk()
121 user, host, fullpath, ctime(&clocktime)); in cwalk()
/src/contrib/ntp/parseutil/
H A Dtestdcf.c54 struct clocktime /* clock time broken up from time code */ struct
68 typedef struct clocktime clocktime_t; argument
/src/sys/powerpc/powernv/
H A Dopal_dev.c271 struct clocktime ct; in opal_gettime()
304 struct clocktime ct; in opal_settime()
/src/sys/dev/iicbus/rtc/
H A Drv3032.c377 struct clocktime ct; in rv3032_gettime()
406 struct clocktime ct; in rv3032_settime()
/src/sys/arm64/nvidia/tegra210/
H A Dmax77620_rtc.c235 struct clocktime ct; in max77620_rtc_gettime()
271 struct clocktime ct; in max77620_rtc_settime()
/src/sys/arm/allwinner/
H A Daw_rtc.c298 struct clocktime ct; in aw_rtc_gettime()
324 struct clocktime ct; in aw_rtc_settime()
/src/contrib/ntp/libntp/
H A Dclocktime.c52 clocktime( in clocktime() function
H A DMakefile.in171 calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
228 calyearstart.$(OBJEXT) clocktime.$(OBJEXT) \
257 calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
308 ./$(DEPDIR)/clocktime.Po ./$(DEPDIR)/clocktypes.Po \
792 clocktime.c \
1062 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clocktime.Po@am__quote@ # am--include-marker
1348 -rm -f ./$(DEPDIR)/clocktime.Po
1502 -rm -f ./$(DEPDIR)/clocktime.Po
/src/sys/dev/smartpqi/
H A Dsmartpqi_misc.c36 struct clocktime ct = {0}; in os_get_time()
/src/usr.sbin/ntp/libntp/
H A DMakefile14 caljulian.c caltontp.c calyearstart.c clocktime.c \
/src/sys/arm/ti/am335x/
H A Dam335x_rtc.c151 struct clocktime ct; in am335x_rtc_pmic_pwr_toggle()
/src/sys/amd64/vmm/io/
H A Dvrtc.c183 struct clocktime ct; in secs_to_rtc()
284 struct clocktime ct; in rtc_to_secs()
296 bzero(&ct, sizeof(struct clocktime)); in rtc_to_secs()

12