Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/subcmd/
Drun-command.c32 int fdin[2], fdout[2], fderr[2]; in start_command() local
42 if (pipe(fdin) < 0) { in start_command()
47 cmd->in = fdin[1]; in start_command()
56 close_pair(fdin); in start_command()
68 close_pair(fdin); in start_command()
86 dup2(fdin[0], 0); in start_command()
87 close_pair(fdin); in start_command()
136 close_pair(fdin); in start_command()
151 close(fdin[0]); in start_command()
/Linux-v5.4/fs/
Dsplice.c1756 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument
1768 in = fdget(fdin); in SYSCALL_DEFINE4()
/Linux-v5.4/include/linux/
Dsyscalls.h508 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
/Linux-v5.4/arch/m68k/ifpsp060/src/
Dfpsp.S11479 long fdin - tbl_unsupp # 44: fdmove
12021 # fdin(): emulates the fdmove instruction #