Searched refs:reftime (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 297 struct l_fixedpt reftime; member 366 struct l_fixedpt reftime; /* receive */ member 401 struct l_fixedpt reftime; /* clock update */ member 437 struct l_fixedpt reftime; member
|
H A D | snoop_ntp.c | 178 (char *)(uintptr_t)ntp->reftime.int_part - dlc_header, in interpret_ntp() 180 ntohl(ntp->reftime.int_part), in interpret_ntp() 181 ntohl(ntp->reftime.fraction), in interpret_ntp() 182 show_time(ntp->reftime)); in interpret_ntp()
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | main.c | 949 time_t reftime; /* old crossref modification time */ in build() local 987 reftime = statstruct.st_mtime; in build() 1068 statstruct.st_mtime > reftime) { in build() 1100 reftime = 0; in build() 1160 statstruct.st_mtime > reftime) { in build()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 893 mod_ctab(char *name, time_t reftime) in mod_ctab() argument 951 readcron(u, reftime); in mod_ctab() 974 readcron(u, reftime); in mod_ctab() 983 readcron(u, reftime); in mod_ctab() 988 mod_atjob(char *name, time_t reftime __unused) in mod_atjob() 1118 readcron(struct usr *u, time_t reftime) in readcron() argument 1290 e->time = next_time(e, reftime); in readcron() 2744 time_t reftime; in msg_wait() local 2788 reftime = time(NULL); in msg_wait() 2789 if (next_event != NULL && reftime >= next_event->time) { in msg_wait() [all …]
|