Home
last modified time | relevance | path

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

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