| /freebsd-13.1/sys/sys/ |
| H A D | clock.h | 74 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 D | subr_clock.c | 74 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 D | subr_rtc.c | 182 clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) in clock_dbgprint_ct()
|
| /freebsd-13.1/sys/mips/cavium/ |
| H A D | octeon_ds1337.c | 70 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 D | ds1553_core.c | 93 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 D | as3722_rtc.c | 47 struct clocktime ct; in as3722_rtc_gettime() 74 struct clocktime ct; in as3722_rtc_settime()
|
| /freebsd-13.1/sys/powerpc/pseries/ |
| H A D | rtas_dev.c | 109 struct clocktime ct; in rtas_gettime() 138 struct clocktime ct; in rtas_settime()
|
| /freebsd-13.1/sys/arm/mv/ |
| H A D | rtc.c | 133 struct clocktime ct; in mv_rtc_gettime() 159 struct clocktime ct; in mv_rtc_settime()
|
| /freebsd-13.1/sys/dev/efidev/ |
| H A D | efirtc.c | 134 struct clocktime ct; in efirtc_gettime() 157 struct clocktime ct; in efirtc_settime()
|
| /freebsd-13.1/sys/mips/atheros/ |
| H A D | pcf2123_rtc.c | 105 struct clocktime ct; in pcf2123_rtc_gettime() 145 struct clocktime ct; in pcf2123_rtc_settime()
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | parse.h | 302 struct clocktime /* clock time broken up from time code */ struct 316 typedef struct clocktime clocktime_t; argument
|
| H A D | ntp_stdlib.h | 93 extern int clocktime (int, int, int, int, int, u_int32, u_long *, u_int32 *);
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_leitch.c | 423 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 D | refclock_datum.c | 621 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 D | testdcf.c | 54 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 D | clocktime.c | 52 clocktime( in clocktime() function
|
| H A D | Makefile.am | 61 clocktime.c \
|
| /freebsd-13.1/contrib/mtree/ |
| H A D | create.c | 105 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 D | aw_rtc.c | 289 struct clocktime ct; in aw_rtc_gettime() 315 struct clocktime ct; in aw_rtc_settime()
|
| /freebsd-13.1/sys/arm64/nvidia/tegra210/ |
| H A D | max77620_rtc.c | 233 struct clocktime ct; in max77620_rtc_gettime() 269 struct clocktime ct; in max77620_rtc_settime()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | opal_dev.c | 276 struct clocktime ct; in opal_gettime() 309 struct clocktime ct; in opal_settime()
|
| /freebsd-13.1/sys/dev/smartpqi/ |
| H A D | smartpqi_misc.c | 37 struct clocktime ct; in os_get_time()
|
| /freebsd-13.1/sys/arm/ti/am335x/ |
| H A D | am335x_rtc.c | 154 struct clocktime ct; in am335x_rtc_pmic_pwr_toggle()
|
| /freebsd-13.1/usr.sbin/ntp/libntp/ |
| H A D | Makefile | 15 caljulian.c caltontp.c calyearstart.c clocktime.c \
|
| /freebsd-13.1/sys/amd64/vmm/io/ |
| H A D | vrtc.c | 184 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()
|