Searched refs:TimeValue (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c554 struct timeval TimeValue; /* System clock at startup */ local
1055 gettimeofday(&TimeValue, NULL); // Now always read the system time to keep "real time" of operation.
1056 NowRealTime = BaseRealTime = SecondsPartOfTime = TimeValue.tv_sec;
1084 delay(SECOND - TimeValue.tv_usec * 8 / 1000);
2053 gettimeofday(&TimeValue, NULL);
2054 NowRealTime = TimeValue.tv_sec;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c779 static struct timeval TimeValue = { 0 };
804 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {
777 static struct timeval TimeValue = { 0 }; local
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c851 static struct timeval TimeValue = { 0, 0 };
894 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {
849 static struct timeval TimeValue = { 0, 0 }; local

Completed in 125 milliseconds