Home
last modified time | relevance | path

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

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