Searched refs:fdin (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/lib/subcmd/ |
H A D | run-command.c | 32 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Add-prototype-to-function-definitions.patch | 39 @@ -760,7 +761,7 @@ expCreateChannel(interp,fdin,fdout,pid)
|
/openbmc/linux/fs/ |
H A D | splice.c | 1939 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument 1951 in = fdget(fdin); in SYSCALL_DEFINE4()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 491 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 11479 long fdin - tbl_unsupp # 44: fdmove 12021 # fdin(): emulates the fdmove instruction #
|