Searched refs:do_pipe (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | net.c | 343 do_pipe(struct tcb *tcp, int flags_arg) in do_pipe() function 362 return do_pipe(tcp, -1); in SYS_FUNC() 368 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 | 24954 * net.c (do_pipe) [HAVE_GETRVAL2]: Remove. 24956 (SYS_FUNC(pipe)) [HAVE_GETRVAL2]: Call printpair_fd instead of do_pipe. 29456 (do_pipe, sys_socketpair): Use them. 30113 sys_recv, sys_recvfrom, sys_recvmsg, do_pipe, print_linger, print_ucred, 30561 * net.c (do_pipe, sys_socketpair): Likewise. 31275 * net.c (do_pipe): Check HAVE_GETRVAL2 instead of architecture macros. 44523 sh: Fix compilation warning in do_pipe due to missing prototype. 44524 * defs.h [SH]: Make getrval2 prototype visible to do_pipe 44526 .../net.c: In function 'do_pipe':
|
/external/blktrace/ |
D | blkparse.c | 2538 static void do_pipe(int fd) in do_pipe() function 2579 do_pipe(fd); in do_fifo()
|