Home
last modified time | relevance | path

Searched refs:sys_read (Results 1 – 21 of 21) sorted by relevance

/external/strace/linux/
Ddummy.h189 #define sys_read printargs macro
Dsyscall.h36 int sys_setup(), sys_exit(), sys_fork(), sys_read(), sys_write();
/external/strace/
Dio.c50 sys_read(struct tcb *tcp) in sys_read() function
Dsyscall.c485 if (sysent[tcp->scno].sys_func == sys_read || in dumpio()
DChangeLog129 * io.c (sys_read, sys_write, sys_readv, sys_writev, sys_pread,
/external/strace/linux/arm/
Dsyscallent.h34 { 3, 0, sys_read, "read" }, /* 3 */
/external/strace/linux/sh/
Dsyscallent.h36 { 3, TD, sys_read, "read" }, /* 3 */
/external/strace/linux/i386/
Dsyscallent.h34 { 3, TD, sys_read, "read", SYS_read }, /* 3 */
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-generic.h92 DECL_TEMPLATE(generic, sys_read);
Dsyswrap-ppc64-linux.c1103 GENXY(__NR_read, sys_read), // 3
Dsyswrap-ppc32-linux.c1457 GENXY(__NR_read, sys_read), // 3
Dsyswrap-s390x-linux.c1120 GENXY(__NR_read, sys_read), // 3
Dsyswrap-amd64-linux.c1072 GENXY(__NR_read, sys_read), // 0
Dsyswrap-mips32-linux.c1417 GENXY (__NR_read, sys_read), // 3
Dsyswrap-arm-linux.c1451 GENXY(__NR_read, sys_read), // 3
Dsyswrap-generic.c3654 PRE(sys_read) in PRE() argument
3667 POST(sys_read) in POST() argument
Dsyswrap-x86-linux.c1820 GENXY(__NR_read, sys_read), // 3
Dsyswrap-darwin.c7923 GENXY(__NR_read, sys_read),
8351 GENXY(__NR_read_nocancel, sys_read),
/external/valgrind/main/docs/internals/
DDarwin-notes.txt41 Because the pipe-based semaphore intensively uses sys_read/sys_write,
/external/strace/linux/mips/
Dsyscallent.h4008 { 3, TD, sys_read, "read" }, /* 4003 */
5351 { 3, TF, sys_read, "read" }, /* 5000 */ /* start of Linux N64 */
6657 { 3, TF, sys_read, "read" }, /* 6000 */ /* start of Linux N32 */
/external/linux-tools-perf/Documentation/
Dperf-script-python.txt51 sys_read 923