Searched refs:fdin (Results 1 - 4 of 4) sorted by path

/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S11479 long fdin - tbl_unsupp # 44: fdmove
12021 # fdin(): emulates the fdmove instruction #
12057 global fdin
12058 fdin: label
/linux-master/fs/
H A Dsplice.c2006 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags)
2018 in = fdget(fdin);
/linux-master/include/linux/
H A Dsyscalls.h499 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
/linux-master/tools/lib/subcmd/
H A Drun-command.c32 int fdin[2], fdout[2], fderr[2]; local
42 if (pipe(fdin) < 0) {
47 cmd->in = fdin[1];
56 close_pair(fdin);
68 close_pair(fdin);
86 dup2(fdin[0], 0);
87 close_pair(fdin);
138 close_pair(fdin);
153 close(fdin[0]);

Completed in 227 milliseconds