OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NR_pread_nocancel
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/include/vki/
vki-scnums-darwin.h
640
#define
__NR_pread_nocancel
VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(414)
[
all
...]
/external/valgrind/main/coregrind/
m_libcfile.c
591
res = VG_(do_syscall4)(
__NR_pread_nocancel
, fd, (UWord)buf, count, offset);
595
res = VG_(do_syscall5)(
__NR_pread_nocancel
, fd, (UWord)buf, count,
/external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c
[
all
...]
Completed in 19 milliseconds