Home
last modified time | relevance | path

Searched refs:reftime (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h299 struct l_fixedpt reftime; member
368 struct l_fixedpt reftime; /* receive */ member
403 struct l_fixedpt reftime; /* clock update */ member
439 struct l_fixedpt reftime; member
H A Dsnoop_ntp.c180 (char *)(uintptr_t)ntp->reftime.int_part - dlc_header, in interpret_ntp()
182 ntohl(ntp->reftime.int_part), in interpret_ntp()
183 ntohl(ntp->reftime.fraction), in interpret_ntp()
184 show_time(ntp->reftime)); in interpret_ntp()
/titanic_41/usr/src/tools/cscope-fast/
H A Dmain.c951 time_t reftime; /* old crossref modification time */ in build() local
989 reftime = statstruct.st_mtime; in build()
1070 statstruct.st_mtime > reftime) { in build()
1102 reftime = 0; in build()
1162 statstruct.st_mtime > reftime) { in build()
/titanic_41/usr/src/cmd/cron/
H A Dcron.c895 mod_ctab(char *name, time_t reftime) in mod_ctab() argument
953 readcron(u, reftime); in mod_ctab()
976 readcron(u, reftime); in mod_ctab()
984 readcron(u, reftime); in mod_ctab()
990 mod_atjob(char *name, time_t reftime) in mod_atjob() argument
1120 readcron(struct usr *u, time_t reftime) in readcron() argument
1264 e->time = next_time(e, reftime); in readcron()
2775 time_t reftime; in msg_wait() local
2819 reftime = time(NULL); in msg_wait()
2820 if (next_event != NULL && reftime >= next_event->time) { in msg_wait()
[all …]