Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c528 struct timeval tvgoal, tvnow; in pctx_run() local
596 (void) gettimeofday(&tvnow, 0); in pctx_run()
597 if ((mswait = msdiff(&tvgoal, &tvnow)) == 0) { in pctx_run()
/illumos-gate/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()