Searched refs:fdout (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Drun-command.c22 int fdin[2], fdout[2], fderr[2]; start_command() local
44 if (pipe(fdout) < 0) { start_command()
51 cmd->out = fdout[0]; start_command()
62 close_pair(fdout); start_command()
95 dup2(fdout[1], 1); start_command()
96 close_pair(fdout); start_command()
130 close_pair(fdout); start_command()
146 close(fdout[1]); start_command()
/linux-4.4.14/arch/s390/kernel/
H A Dcompat_wrapper.c154 COMPAT_SYSCALL_WRAP4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags);
/linux-4.4.14/fs/
H A Dsplice.c2022 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) SYSCALL_DEFINE4()
2034 struct fd out = fdget(fdout); SYSCALL_DEFINE4()
/linux-4.4.14/include/linux/
H A Dsyscalls.h791 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);

Completed in 80 milliseconds