Home
last modified time | relevance | path

Searched refs:tstop (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c247 struct timeval tstart, tstop, tremain, time2wait; in nanosleep() local
254 (void) gettimeofday (&tstop, NULL); in nanosleep()
257 (tstop.tv_sec - tstart.tv_sec); in nanosleep()
259 (tstop.tv_usec - tstart.tv_usec); in nanosleep()
/freebsd/libexec/tftpd/
H A Dtftp-transfer.c230 gettimeofday(&(ts->tstop), NULL); in tftp_send()
281 gettimeofday(&(ts->tstop), NULL); in tftp_receive()
427 gettimeofday(&(ts->tstop), NULL); in tftp_receive()
H A Dtftp-utils.c314 delta = ((ts->tstop.tv_sec*10.)+(ts->tstop.tv_usec/100000)) - in printstats()
H A Dtftp-utils.h125 struct timeval tstop; member
/freebsd/usr.bin/top/
H A Dtop.c59 static sigret_t tstop(int);
585 signal(SIGTSTP, tstop); in main()
750 signal(SIGTSTP, tstop); in main()
1216 tstop(int i __unused) /* SIGTSTP handler */ in tstop() function