Searched refs:fdin (Results 1 - 6 of 6) 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
32 if (pipe(fdin) < 0) { start_command()
37 cmd->in = fdin[1]; start_command()
46 close_pair(fdin); start_command()
58 close_pair(fdin); start_command()
76 dup2(fdin[0], 0); start_command()
77 close_pair(fdin); start_command()
126 close_pair(fdin); start_command()
141 close(fdin[0]); 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()
2031 in = fdget(fdin); 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);
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dpfpsp.S4148 long fdin - tbl_unsupp # 44: fdmove
8452 # fdin(): emulates the fdmove instruction #
8488 global fdin
8489 fdin: label
H A Dfpsp.S11479 long fdin - tbl_unsupp # 44: fdmove
12021 # fdin(): emulates the fdmove instruction #
12057 global fdin
12058 fdin: label

Completed in 307 milliseconds