Searched defs:infd (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 354 int infd, struct wstate *winfo) in sock_connect_mptcp() 616 static int copyfd_io_poll(int infd, int peerfd, int outfd, in copyfd_io_poll() 743 static int do_recvfile(int infd, int outfd) in do_recvfile() 777 static int do_mmap(int infd, int outfd, unsigned int size, in do_mmap() 837 static int do_sendfile(int infd, int outfd, unsigned int count, in do_sendfile() 862 static int copyfd_io_mmap(int infd, int peerfd, int outfd, in copyfd_io_mmap() 888 static int copyfd_io_sendfile(int infd, int peerfd, int outfd, in copyfd_io_sendfile() 913 static int copyfd_io(int infd, int peerfd, int outfd, bool close_peerfd, struct wstate *winfo) in copyfd_io()
|
/openbmc/u-boot/tools/ |
H A D | mxsboot.c | 419 static int mx28_nand_write_firmware(struct mx28_nand_fcb *fcb, int infd, in mx28_nand_write_firmware() 464 static int mx28_create_nand_image(int infd, int outfd) in mx28_create_nand_image() 531 static int mx28_create_sd_image(int infd, int outfd) in mx28_create_sd_image() 639 int infd, outfd; in main() local
|
/openbmc/linux/arch/arm/vdso/ |
H A D | vdsomunge.c | 127 int infd; in main() local
|
/openbmc/linux/tools/firmware/ |
H A D | ihex2fw.c | 74 int infd, outfd; in main() local
|
/openbmc/u-boot/tools/patman/ |
H A D | patchstream.py | 348 def ProcessStream(self, infd, outfd): argument
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 107 int infd[2] = { -1, -1 }; in ga_run_command() local
|