Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
A 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/fs/
A Dsplice.c1698 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument
1710 in = fdget(fdin); in SYSCALL_DEFINE4()
/linux/include/linux/
A Dsyscalls.h548 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
/linux/arch/m68k/ifpsp060/src/
A Dfpsp.S11479 long fdin - tbl_unsupp # 44: fdmove
12021 # fdin(): emulates the fdmove instruction #

Completed in 37 milliseconds