Searched refs:fdin (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/lib/subcmd/ |
| H A D | run-command.c | 33 int fdin[2], fdout[2], fderr[2]; in start_command() local 43 if (pipe(fdin) < 0) { in start_command() 48 cmd->in = fdin[1]; in start_command() 57 close_pair(fdin); in start_command() 69 close_pair(fdin); in start_command() 87 dup2(fdin[0], 0); in start_command() 88 close_pair(fdin); in start_command() 139 close_pair(fdin); in start_command() 154 close(fdin[0]); in start_command()
|
| /linux-6.15/fs/ |
| H A D | splice.c | 1976 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument 1984 CLASS(fd, in)(fdin); in SYSCALL_DEFINE4()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 512 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|
| /linux-6.15/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 11479 long fdin - tbl_unsupp # 44: fdmove 12021 # fdin(): emulates the fdmove instruction #
|