OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf64
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c
299
struct vki_stat64
buf64
;
local
300
res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&
buf64
);
302
*dev = (ULong)
buf64
.st_dev;
303
*ino = (ULong)
buf64
.st_ino;
304
*mode = (UInt)
buf64
.st_mode;
/external/valgrind/main/coregrind/
m_libcfile.c
254
{ struct vki_stat64
buf64
;
local
255
res = VG_(do_syscall2)(__NR_stat64, (UWord)file_name, (UWord)&
buf64
);
259
TRANSLATE_TO_vg_stat(vgbuf, &
buf64
);
304
{ struct vki_stat64
buf64
;
local
305
res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&
buf64
);
309
TRANSLATE_TO_vg_stat(vgbuf, &
buf64
);
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
1562
UChar*
buf64
= (UChar*)arg[2];
local
[
all
...]
/external/valgrind/main/include/
valgrind.h
[
all
...]
Completed in 1030 milliseconds