OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf64
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c
291
struct vki_stat64
buf64
;
local
292
res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&
buf64
);
294
*dev = (ULong)
buf64
.st_dev;
295
*ino = (ULong)
buf64
.st_ino;
296
*mode = (UInt)
buf64
.st_mode;
/external/valgrind/main/coregrind/
m_libcfile.c
282
{ struct vki_stat64
buf64
;
local
283
res = VG_(do_syscall2)(__NR_stat64, (UWord)file_name, (UWord)&
buf64
);
287
TRANSLATE_TO_vg_stat(vgbuf, &
buf64
);
313
{ struct vki_stat64
buf64
;
local
314
res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&
buf64
);
318
TRANSLATE_TO_vg_stat(vgbuf, &
buf64
);
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
1822
UChar*
buf64
= (UChar*)arg[2];
local
[
all
...]
Completed in 2934 milliseconds