Home
last modified time | relevance | path

Searched refs:do_pipe (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dnet.c1832 do_pipe(struct tcb *tcp, int flags_arg) in do_pipe() function
1862 return do_pipe(tcp, -1); in sys_pipe()
1869 return do_pipe(tcp, 1); in sys_pipe2()
DChangeLog476 sh: Fix compilation warning in do_pipe due to missing prototype
477 * defs.h [SH]: Make getrval2 prototype visible to do_pipe
479 .../net.c: In function 'do_pipe':
DChangeLog-CVS409 * net.c (do_pipe, [LINUX] sys_pipe2): New functions.
410 (sys_pipe): Use do_pipe.
/external/blktrace/
Dblkparse.c2538 static void do_pipe(int fd) in do_pipe() function
2579 do_pipe(fd); in do_fifo()
/external/kernel-headers/original/linux/
Dfs.h1566 extern int do_pipe(int *);