Searched refs:tvnow (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c1402 struct timeval tv, tvnow; local
1448 (void) gettimeofday(&tvnow, NULL);
1449 tv = tvnow;
1460 tvstart = tvnow;
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c526 struct timeval tvgoal, tvnow; local
594 (void) gettimeofday(&tvnow, 0);
595 if ((mswait = msdiff(&tvgoal, &tvnow)) == 0) {

Completed in 63 milliseconds