Searched defs:outfd (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/firmware/ |
H A D | ihex2fw.c | 74 int infd, outfd; in main() local 270 static int output_records(int outfd) in output_records()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 618 static int copyfd_io_poll(int infd, int peerfd, int outfd, in copyfd_io_poll() 745 static int do_recvfile(int infd, int outfd) in do_recvfile() 779 static int do_mmap(int infd, int outfd, unsigned int size, in do_mmap() 839 static int do_sendfile(int infd, int outfd, unsigned int count, in do_sendfile() 864 static int copyfd_io_mmap(int infd, int peerfd, int outfd, in copyfd_io_mmap() 890 static int copyfd_io_sendfile(int infd, int peerfd, int outfd, in copyfd_io_sendfile() 915 static int copyfd_io(int infd, int peerfd, int outfd, bool close_peerfd, struct wstate *winfo) in copyfd_io()
|
/openbmc/linux/arch/arm/vdso/ |
H A D | vdsomunge.c | 126 int outfd; in main() local
|
/openbmc/u-boot/tools/ |
H A D | mxsboot.c | 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
|
H A D | imx8mimage.c | 593 int imx8mimage_copy_image(int outfd, struct image_tool_params *mparams) in imx8mimage_copy_image()
|
H A D | imx8image.c | 953 int imx8image_copy_image(int outfd, struct image_tool_params *mparams) in imx8image_copy_image()
|
H A D | zynqmpbif.c | 828 int zynqmpbif_copy_image(int outfd, struct image_tool_params *mparams) in zynqmpbif_copy_image()
|
/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 outfd[2] = { -1, -1 }; in ga_run_command() local
|