Searched refs:sys_pipe (Results 1 – 19 of 19) sorted by relevance
/external/strace/linux/ |
D | dummy.h | 176 #define sys_pipe printargs macro
|
D | syscall.h | 45 int sys_dup(), sys_pipe(), sys_times(), sys_prof(), sys_brk();
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-linux.h | 229 DECL_TEMPLATE(linux, sys_pipe);
|
D | syswrap-aix5.c | 1918 PRE(sys_pipe) in PRE() argument 1924 POST(sys_pipe) in POST() argument
|
D | syswrap-ppc64-linux.c | 1149 LINXY(__NR_pipe, sys_pipe), // 42
|
D | syswrap-ppc32-linux.c | 1502 LINXY(__NR_pipe, sys_pipe), // 42
|
D | syswrap-amd64-linux.c | 1082 LINXY(__NR_pipe, sys_pipe), // 22
|
D | syswrap-s390x-linux.c | 1158 LINXY(__NR_pipe, sys_pipe), // 42
|
D | syswrap-arm-linux.c | 1425 LINXY(__NR_pipe, sys_pipe), // 42
|
D | syswrap-x86-linux.c | 1865 LINXY(__NR_pipe, sys_pipe), // 42
|
D | syswrap-linux.c | 2511 PRE(sys_pipe) in PRE() argument 2517 POST(sys_pipe) in POST() argument
|
/external/strace/linux/i386/ |
D | syscallent.h | 73 { 1, TD, sys_pipe, "pipe" }, /* 42 */
|
/external/strace/linux/sh/ |
D | syscallent.h | 75 { 1, TD, sys_pipe, "pipe" }, /* 42 */
|
/external/strace/linux/arm/ |
D | syscallent.h | 73 { 1, 0, sys_pipe, "pipe" }, /* 42 */
|
/external/valgrind/main/docs/internals/ |
D | 3_0_BUGSTATUS.txt | 308 113230 Valgrind sys_pipe on x86-64 wrongly thinks file descriptors
|
/external/strace/ |
D | net.c | 1860 sys_pipe(struct tcb *tcp) in sys_pipe() function
|
D | ChangeLog-CVS | 410 (sys_pipe): Use do_pipe. 2782 * net.c (sys_pipe): Handle LINUX && SPARC64. 2980 * net.c (sys_pipe) [LINUX && IA64]: For IA64 use the two return values. 3404 * net.c (sys_pipe), syscall.c (getrval2): pipe() results returned
|
/external/strace/linux/mips/ |
D | syscallent.h | 4047 { 1, TD, sys_pipe, "pipe" }, /* 4042 */ 5372 { 1, 0, sys_pipe, "pipe" }, /* 5021 */ 6678 { 1, 0, sys_pipe, "pipe" }, /* 6021 */
|
/external/valgrind/main/ |
D | NEWS | 2329 113230 Valgrind sys_pipe on x86-64 wrongly thinks file descriptors
|