Searched refs:clocktime (Results 1 – 19 of 19) sorted by relevance
| /openbsd-src/sys/arch/alpha/alpha/ |
| H A D | clockvar.h | 41 struct clocktime { struct 59 void (*cf_get)(struct device *, time_t, struct clocktime *); argument 60 void (*cf_set)(struct device *, struct clocktime *);
|
| H A D | mcclock.c | 45 void mcclock_get(struct device *, time_t, struct clocktime *); 46 void mcclock_set(struct device *, struct clocktime *); 91 struct clocktime *ct; 116 struct clocktime *ct;
|
| H A D | clock.c | 83 struct clocktime ct; in rtc_gettime() 107 struct clocktime ct; in rtc_settime() 152 struct clocktime ct; in cpu_initclocks()
|
| /openbsd-src/sys/dev/dec/ |
| H A D | clockvar.h | 41 struct clocktime { struct 59 void (*cf_get)(struct device *, time_t, struct clocktime *); argument 60 void (*cf_set)(struct device *, struct clocktime *);
|
| /openbsd-src/libexec/talkd/ |
| H A D | announce.c | 89 time_t clocktime; in print_mesg() local 99 time(&clocktime); in print_mesg() 100 localclock = localtime(&clocktime); in print_mesg()
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | nfs_start.c | 142 if (do_mapc_reload < clocktime()) { in do_select() 144 do_mapc_reload = clocktime() + ONE_HOUR; in do_select() 193 next_softclock = clocktime(); in run_rpc() 238 now = clocktime(); in run_rpc()
|
| H A D | xutil.c | 148 time_t t = clocktime(); in show_time_host_and_name() 375 #ifndef clocktime 377 clocktime(void) in clocktime() function
|
| H A D | clock.c | 110 time_t t = clocktime() + secs; in timeout() 192 now = clocktime(); in softclock()
|
| H A D | map.c | 263 mp->am_ttl = clocktime(); in new_ttl() 318 mp->am_fattr.atime.seconds = clocktime(); in init_map() 410 orig_ap->am_fattr.mtime.seconds = clocktime(); in fh_to_mp3() 630 mp->am_ttl = clocktime(); in map_flush_srvr() 982 time_t now = clocktime(); in timeout_mp()
|
| H A D | util.c | 309 mp->am_ttl = clocktime(); in forcibly_timeout_mp() 391 mp->am_fattr.mtime.seconds = mp->am_stats.s_mtime = clocktime(); in am_mounted() 447 mp->am_parent->am_fattr.mtime.seconds = clocktime(); in am_unmounted()
|
| H A D | srvr_nfs.c | 321 np->np_ttl = clocktime() + in nfs_pinged() 380 if (np->np_ttl < clocktime()) { in nfs_timed_out() 681 np->np_ttl = clocktime() + MAX_ALLOWED_PINGS * FAST_NFS_PING - 1; in find_nfs_srvr()
|
| H A D | info_ndbm.c | 99 *tp = clocktime(); in ndbm_init()
|
| H A D | afs_ops.c | 650 if ((cp->start + ALLOWED_MOUNT_TIME) < clocktime()) { in afs_retry() 968 if (i > 0 && clocktime() < (cp->start + i)) { in afs_bgmount() 970 dlog("Mount of %s delayed by %ds", mf->mf_mount, i - clocktime() + cp->start); in afs_bgmount() 1051 cp->mp->am_ttl = clocktime() + RETRY_INTERVAL; in afs_bgmount() 1478 cp->start = clocktime(); in afs_lookuppn()
|
| H A D | amd.c | 318 do_mapc_reload = clocktime() + ONE_HOUR; in main()
|
| H A D | info_file.c | 196 *tp = clocktime(); in file_open()
|
| H A D | rpc_fwd.c | 89 time_t now = clocktime(); in fwd_alloc()
|
| H A D | mntfs.c | 106 mf->mf_fattr.atime.seconds = clocktime(); in init_mntfs()
|
| H A D | mapc.c | 710 *tp = clocktime(); in root_init()
|
| /openbsd-src/usr.sbin/amd/include/ |
| H A D | config.h | 46 #define clocktime() (clock_valid ? clock_valid : time(&clock_valid)) macro
|