Home
last modified time | relevance | path

Searched defs:outfd (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/firmware/
H A Dihex2fw.c74 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 Dmptcp_connect.c616 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/linux/arch/arm/vdso/
H A Dvdsomunge.c126 int outfd; in main() local
/openbmc/u-boot/tools/
H A Dmxsboot.c464 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 Dimx8mimage.c593 int imx8mimage_copy_image(int outfd, struct image_tool_params *mparams) in imx8mimage_copy_image()
H A Dimx8image.c953 int imx8image_copy_image(int outfd, struct image_tool_params *mparams) in imx8image_copy_image()
H A Dzynqmpbif.c828 int zynqmpbif_copy_image(int outfd, struct image_tool_params *mparams) in zynqmpbif_copy_image()
/openbmc/u-boot/tools/patman/
H A Dpatchstream.py348 def ProcessStream(self, infd, outfd): argument