Searched refs:clocktime (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-11-stable/sys/sys/
H A Dclock.h78 struct clocktime { struct
89 int clock_ct_to_ts(const struct clocktime *, struct timespec *);
90 void clock_ts_to_ct(const struct timespec *, struct clocktime *);
184 * Print a [bcd_]clocktime or timespec, optionally with fractional seconds. The
189 void clock_print_ct(const struct clocktime *ct, int nsdig);
193 * Debugging helpers for RTC clock drivers. Print a [bcd_]clocktime or
200 void clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct);
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722_rtc.c47 struct clocktime ct;
74 struct clocktime ct;
/freebsd-11-stable/sys/kern/
H A Dsubr_clock.c75 SYSCTL_INT(_debug, OID_AUTO, clocktime, CTLFLAG_RWTUN,
76 &ct_debug, 0, "Enable printing of clocktime debugging");
141 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts)
203 struct clocktime ct;
250 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct)
299 struct clocktime ct;
343 clock_print_ct(const struct clocktime *ct, int nsdigits)
363 struct clocktime ct;
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_ds1337.c73 static int validate_ct_struct(struct clocktime *ct)
101 struct clocktime ct;
156 struct clocktime ct;
/freebsd-11-stable/contrib/amd/amd/
H A Dclock.c118 * (*fn)(fn_arg) will be called at clocktime(NULL) + secs
124 time_t t = clocktime(NULL) + secs;
207 now = clocktime(NULL);
H A Dnfs_start.c146 if (do_mapc_reload < clocktime(NULL)) {
148 do_mapc_reload = clocktime(NULL) + gopt.map_reload_interval;
189 next_softclock = clocktime(NULL);
222 now = clocktime(NULL);
H A Dinfo_exec.c77 start = clocktime(NULL);
98 now = clocktime(NULL) - start;
416 *tp = clocktime(NULL);
H A Dautil.c179 mp->am_ttl = clocktime(NULL);
185 clocktime(&mp->am_parent->am_fattr.na_mtime);
309 mp->am_stats.s_mtime = clocktime(&mp->am_fattr.na_mtime);
715 clocktime(&mp->am_parent->am_fattr.na_mtime);
H A Dinfo_ndbm.c126 *tp = clocktime(NULL);
H A Dmap.c366 mp->am_ttl = clocktime(&mp->am_fattr.na_atime);
422 clocktime(&mp->am_fattr.na_atime);
593 mp->am_ttl = clocktime(NULL);
920 * so we must update the nt_seconds field every time if clocktime(NULL)
925 clocktime(&mp->am_parent->am_attr.ns_u.ns_attr_u.na_mtime);
975 time_t now = clocktime(NULL);
H A Dinfo_file.c201 *tp = clocktime(NULL);
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dstubs.c133 clocktime(&rootfattr.na_mtime);
152 clocktime(&slinkfattr.na_mtime);
236 clocktime(&rootfattr.na_mtime);
258 clocktime(&slinkfattr.na_mtime);
315 clocktime(&slinkfattr.na_atime);
487 clocktime(&rootfattr.na_atime);
/freebsd-11-stable/sys/arm/mv/
H A Drtc.c131 struct clocktime ct;
157 struct clocktime ct;
/freebsd-11-stable/sys/powerpc/pseries/
H A Drtas_dev.c106 struct clocktime ct;
135 struct clocktime ct;
/freebsd-11-stable/sys/mips/atheros/
H A Dpcf2123_rtc.c103 struct clocktime ct;
143 struct clocktime ct;
/freebsd-11-stable/sys/dev/efidev/
H A Defirtc.c134 struct clocktime ct;
157 struct clocktime ct;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dclocktime.c2 * clocktime - compute the NTP date from a day of year, hour, minute
52 clocktime( function
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_misc.c37 struct clocktime ct;
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dds1553_core.c91 struct clocktime ct;
134 struct clocktime ct;
139 bzero(&ct, sizeof(struct clocktime));
/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtc.c258 struct clocktime ct;
301 struct clocktime ct;
/freebsd-11-stable/sys/pc98/cbus/
H A Dpcrtc.c175 struct clocktime ct;
198 struct clocktime ct;
/freebsd-11-stable/sys/dev/mc146818/
H A Dmc146818.c108 struct clocktime ct;
194 struct clocktime ct;
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rtc.c219 struct clocktime ct;
245 struct clocktime ct;
/freebsd-11-stable/contrib/ntp/include/
H A Dparse.h302 struct clocktime /* clock time broken up from time code */ struct
316 typedef struct clocktime clocktime_t;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c423 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
441 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
458 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,

Completed in 711 milliseconds

123