OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_tv
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/systat/
ifstat.c
268
struct timeval tv,
new_tv
, old_tv;
local in function:fetchifstat
284
(void)gettimeofday(&
new_tv
, NULL);
304
timersub(&
new_tv
, &old_tv, &tv);
335
ifp->tv.tv_sec =
new_tv
.tv_sec;
336
ifp->tv.tv_usec =
new_tv
.tv_usec;
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025