Home
last modified time | relevance | path

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

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