| /src/sys/sys/ |
| H A D | clock.h | 72 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 D | subr_clock.c | 70 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 D | subr_rtc.c | 179 clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) in clock_dbgprint_ct()
|
| /src/sys/dev/dialog/da9063/ |
| H A D | da9063_rtc.c | 63 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 D | ds1553_core.c | 90 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 D | as3722_rtc.c | 44 struct clocktime ct; in as3722_rtc_gettime() 71 struct clocktime ct; in as3722_rtc_settime()
|
| /src/sys/powerpc/pseries/ |
| H A D | rtas_dev.c | 104 struct clocktime ct; in rtas_gettime() 133 struct clocktime ct; in rtas_settime()
|
| /src/sys/dev/efidev/ |
| H A D | efirtc.c | 131 struct clocktime ct; in efirtc_gettime() 154 struct clocktime ct; in efirtc_settime()
|
| /src/sys/arm/mv/ |
| H A D | rtc.c | 130 struct clocktime ct; in mv_rtc_gettime() 156 struct clocktime ct; in mv_rtc_settime()
|
| /src/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 | 103 extern int clocktime (int, int, int, int, int, u_int32, u_long *, u_int32 *);
|
| /src/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()
|
| /src/contrib/mtree/ |
| H A D | create.c | 98 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 D | testdcf.c | 54 struct clocktime /* clock time broken up from time code */ struct 68 typedef struct clocktime clocktime_t; argument
|
| /src/sys/powerpc/powernv/ |
| H A D | opal_dev.c | 271 struct clocktime ct; in opal_gettime() 304 struct clocktime ct; in opal_settime()
|
| /src/sys/dev/iicbus/rtc/ |
| H A D | rv3032.c | 377 struct clocktime ct; in rv3032_gettime() 406 struct clocktime ct; in rv3032_settime()
|
| /src/sys/arm64/nvidia/tegra210/ |
| H A D | max77620_rtc.c | 235 struct clocktime ct; in max77620_rtc_gettime() 271 struct clocktime ct; in max77620_rtc_settime()
|
| /src/sys/arm/allwinner/ |
| H A D | aw_rtc.c | 298 struct clocktime ct; in aw_rtc_gettime() 324 struct clocktime ct; in aw_rtc_settime()
|
| /src/contrib/ntp/libntp/ |
| H A D | clocktime.c | 52 clocktime( in clocktime() function
|
| H A D | Makefile.in | 171 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 D | smartpqi_misc.c | 36 struct clocktime ct = {0}; in os_get_time()
|
| /src/usr.sbin/ntp/libntp/ |
| H A D | Makefile | 14 caljulian.c caltontp.c calyearstart.c clocktime.c \
|
| /src/sys/arm/ti/am335x/ |
| H A D | am335x_rtc.c | 151 struct clocktime ct; in am335x_rtc_pmic_pwr_toggle()
|
| /src/sys/amd64/vmm/io/ |
| H A D | vrtc.c | 183 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()
|