Searched refs:do_pipe (Results 1 – 5 of 5) sorted by relevance
1832 do_pipe(struct tcb *tcp, int flags_arg) in do_pipe() function1862 return do_pipe(tcp, -1); in sys_pipe()1869 return do_pipe(tcp, 1); in sys_pipe2()
476 sh: Fix compilation warning in do_pipe due to missing prototype477 * defs.h [SH]: Make getrval2 prototype visible to do_pipe479 .../net.c: In function 'do_pipe':
409 * net.c (do_pipe, [LINUX] sys_pipe2): New functions.410 (sys_pipe): Use do_pipe.
2538 static void do_pipe(int fd) in do_pipe() function2579 do_pipe(fd); in do_fifo()
1566 extern int do_pipe(int *);