OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btv
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_lock.c
246
struct timeval
btv
;
local
290
getmicroboottime(&
btv
);
291
timevaladd(&p->p_nlminfo->pid_start, &
btv
);
/src/sys/miscfs/procfs/
procfs_linux.c
330
struct timeval
btv
;
local
331
getmicroboottime(&
btv
);
344
btv
.tv_sec);
/src/sys/nfs/
nfs_serv.c
1009
struct timeval
btv
;
local
1010
getmicroboottime(&
btv
);
1011
*tl++ = txdr_unsigned(
btv
.tv_sec);
1012
*tl = txdr_unsigned(
btv
.tv_usec);
1312
struct timeval
btv
;
local
1313
getmicroboottime(&
btv
);
1314
*tl++ = txdr_unsigned(
btv
.tv_sec);
1315
*tl = txdr_unsigned(
btv
.tv_usec);
3306
struct timeval
btv
;
local
3307
getmicroboottime(&
btv
);
[
all
...]
/src/sys/dev/ic/
hd64570.c
2006
struct timeval
btv
, ctv, dtv;
local
2023
microtime(&
btv
);
2030
timersub(&ctv, &
btv
, &dtv);
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026