Searched refs:do_pipe (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | net.c | 403 do_pipe(struct tcb *tcp, int flags_arg) in do_pipe() function 422 return do_pipe(tcp, -1); in SYS_FUNC() 428 return do_pipe(tcp, 1); in SYS_FUNC()
|
D | ChangeLog-CVS | 409 * net.c (do_pipe, [LINUX] sys_pipe2): New functions. 410 (sys_pipe): Use do_pipe.
|
D | ChangeLog | 32516 * net.c (do_pipe) [HAVE_GETRVAL2]: Remove. 32518 (SYS_FUNC(pipe)) [HAVE_GETRVAL2]: Call printpair_fd instead of do_pipe. 37018 (do_pipe, sys_socketpair): Use them. 37675 sys_recv, sys_recvfrom, sys_recvmsg, do_pipe, print_linger, print_ucred, 38123 * net.c (do_pipe, sys_socketpair): Likewise. 38837 * net.c (do_pipe): Check HAVE_GETRVAL2 instead of architecture macros. 52085 sh: Fix compilation warning in do_pipe due to missing prototype. 52086 * defs.h [SH]: Make getrval2 prototype visible to do_pipe 52088 .../net.c: In function 'do_pipe':
|
/external/blktrace/ |
D | blkparse.c | 2614 static void do_pipe(int fd) in do_pipe() function 2655 do_pipe(fd); in do_fifo()
|