HomeSort by relevance Sort by last modified time
    Searched full:do_pipe (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/syscalls/pipe2/
pipe2_01.c 37 /* changing all callers of do_pipe because some of the callers are written in */
39 /* breaking code do_pipe is now a small wrapper around do_pipe_flags. Once */
40 /* all callers are changed over to do_pipe_flags the old do_pipe function can */
  /external/strace/
net.c 388 do_pipe(struct tcb *tcp, int flags_arg) function
407 return do_pipe(tcp, -1);
413 return do_pipe(tcp, 1);
ChangeLog-CVS 409 * net.c (do_pipe, [LINUX] sys_pipe2): New functions.
410 (sys_pipe): Use do_pipe.
    [all...]
  /external/blktrace/
blkparse.c 2538 static void do_pipe(int fd) function
    [all...]

Completed in 504 milliseconds