OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpst
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/linux/common/
linux_file64.c
190
struct stat
tmpst
;
local
193
error = do_sys_fstat(SCARG(uap, fd), &
tmpst
);
197
bsd_to_linux_stat64(&
tmpst
, &tmplst);
207
struct stat
tmpst
;
local
210
error = do_sys_stat(SCARG(uap, path), flags, &
tmpst
);
214
bsd_to_linux_stat64(&
tmpst
, &tmplst);
303
struct stat
tmpst
;
local
307
SCARG(uap, flag), &
tmpst
);
311
bsd_to_linux_stat64(&
tmpst
, &tmplst);
linux_file.c
526
struct stat
tmpst
;
local
529
error = do_sys_fstat(SCARG(uap, fd), &
tmpst
);
532
bsd_to_linux_stat(&
tmpst
, &tmplst);
542
struct stat
tmpst
;
local
545
error = do_sys_stat(SCARG(uap, path), flags, &
tmpst
);
549
bsd_to_linux_stat(&
tmpst
, &tmplst);
Completed in 35 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026