Searched refs:fdin (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | run-command.c | 22 int fdin[2], fdout[2], fderr[2]; in start_command() local 32 if (pipe(fdin) < 0) { in start_command() 37 cmd->in = fdin[1]; in start_command() 46 close_pair(fdin); in start_command() 58 close_pair(fdin); in start_command() 76 dup2(fdin[0], 0); in start_command() 77 close_pair(fdin); in start_command() 126 close_pair(fdin); in start_command() 141 close(fdin[0]); in start_command()
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 154 COMPAT_SYSCALL_WRAP4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags);
|
/linux-4.4.14/fs/ |
D | splice.c | 2022 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument 2031 in = fdget(fdin); in SYSCALL_DEFINE4()
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 791 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 11479 long fdin - tbl_unsupp # 44: fdmove 12021 # fdin(): emulates the fdmove instruction #
|