Searched refs:do_pipe (Results 1 – 3 of 3) sorted by relevance
1098 do_pipe(struct tcb *tcp, int flags_arg) in do_pipe() function1121 return do_pipe(tcp, -1); in SYS_FUNC()1126 return do_pipe(tcp, 1); in SYS_FUNC()
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()