Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/sys/
H A Dclock.h74 struct clocktime { struct
85 int clock_ct_to_ts(const struct clocktime *, struct timespec *); argument
86 void clock_ts_to_ct(const struct timespec *, struct clocktime *);
185 void clock_print_ct(const struct clocktime *ct, int nsdig);
196 void clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct);
/freebsd-13.1/sys/kern/
H A Dsubr_clock.c74 SYSCTL_INT(_debug, OID_AUTO, clocktime, CTLFLAG_RWTUN,
139 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts) in clock_ct_to_ts()
201 struct clocktime ct; in clock_bcd_to_ts()
248 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct) in clock_ts_to_ct()
311 struct clocktime ct; in clock_ts_to_bcd()
355 clock_print_ct(const struct clocktime *ct, int nsdigits) in clock_print_ct()
375 struct clocktime ct; in clock_print_ts()
H A Dsubr_rtc.c182 clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) in clock_dbgprint_ct()
/freebsd-13.1/sys/mips/cavium/
H A Docteon_ds1337.c70 static int validate_ct_struct(struct clocktime *ct) in validate_ct_struct()
98 struct clocktime ct; in cvmx_rtc_ds1337_read()
152 struct clocktime ct; in cvmx_rtc_ds1337_write()
/freebsd-13.1/sys/powerpc/mpc85xx/
H A Dds1553_core.c93 struct clocktime ct; in ds1553_gettime()
136 struct clocktime ct; in ds1553_settime()
141 bzero(&ct, sizeof(struct clocktime)); in ds1553_settime()
/freebsd-13.1/sys/arm/nvidia/
H A Das3722_rtc.c47 struct clocktime ct; in as3722_rtc_gettime()
74 struct clocktime ct; in as3722_rtc_settime()
/freebsd-13.1/sys/powerpc/pseries/
H A Drtas_dev.c109 struct clocktime ct; in rtas_gettime()
138 struct clocktime ct; in rtas_settime()
/freebsd-13.1/sys/arm/mv/
H A Drtc.c133 struct clocktime ct; in mv_rtc_gettime()
159 struct clocktime ct; in mv_rtc_settime()
/freebsd-13.1/sys/dev/efidev/
H A Defirtc.c134 struct clocktime ct; in efirtc_gettime()
157 struct clocktime ct; in efirtc_settime()
/freebsd-13.1/sys/mips/atheros/
H A Dpcf2123_rtc.c105 struct clocktime ct; in pcf2123_rtc_gettime()
145 struct clocktime ct; in pcf2123_rtc_settime()
/freebsd-13.1/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.h93 extern int clocktime (int, int, int, int, int, u_int32, u_long *, u_int32 *);
/freebsd-13.1/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()
/freebsd-13.1/contrib/ntp/parseutil/
H A Dtestdcf.c54 struct clocktime /* clock time broken up from time code */ struct
68 typedef struct clocktime clocktime_t; argument
/freebsd-13.1/contrib/ntp/libntp/
H A Dclocktime.c52 clocktime( in clocktime() function
H A DMakefile.am61 clocktime.c \
/freebsd-13.1/contrib/mtree/
H A Dcreate.c105 time_t clocktime; in cwalk() local
115 time(&clocktime); in cwalk()
128 user, host, fullpath, ctime(&clocktime)); in cwalk()
/freebsd-13.1/sys/arm/allwinner/
H A Daw_rtc.c289 struct clocktime ct; in aw_rtc_gettime()
315 struct clocktime ct; in aw_rtc_settime()
/freebsd-13.1/sys/arm64/nvidia/tegra210/
H A Dmax77620_rtc.c233 struct clocktime ct; in max77620_rtc_gettime()
269 struct clocktime ct; in max77620_rtc_settime()
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_dev.c276 struct clocktime ct; in opal_gettime()
309 struct clocktime ct; in opal_settime()
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_misc.c37 struct clocktime ct; in os_get_time()
/freebsd-13.1/sys/arm/ti/am335x/
H A Dam335x_rtc.c154 struct clocktime ct; in am335x_rtc_pmic_pwr_toggle()
/freebsd-13.1/usr.sbin/ntp/libntp/
H A DMakefile15 caljulian.c caltontp.c calyearstart.c clocktime.c \
/freebsd-13.1/sys/amd64/vmm/io/
H A Dvrtc.c184 struct clocktime ct; in secs_to_rtc()
285 struct clocktime ct; in rtc_to_secs()
296 bzero(&ct, sizeof(struct clocktime)); in rtc_to_secs()

12