Searched refs:fdout (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
H A D | run-command.c | 22 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 D | compat_wrapper.c | 154 COMPAT_SYSCALL_WRAP4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags);
|
/linux-4.4.14/fs/ |
H A D | splice.c | 2022 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 D | syscalls.h | 791 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|
Completed in 80 milliseconds