Home
last modified time | relevance | path

Searched refs:outfd (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/
H A Dmxsboot.c464 static int mx28_create_nand_image(int infd, int outfd) in mx28_create_nand_image() argument
513 wr_size = write(outfd, buf, size); in mx28_create_nand_image()
531 static int mx28_create_sd_image(int infd, int outfd) in mx28_create_sd_image() argument
568 wr_size = write(outfd, buf, size); in mx28_create_sd_image()
639 int infd, outfd; in main() local
657 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY, in main()
659 if (outfd < 0) { in main()
666 ret = mx28_create_sd_image(infd, outfd); in main()
668 ret = mx28_create_nand_image(infd, outfd); in main()
670 close(outfd); in main()
H A Dimx8mimage.c593 int imx8mimage_copy_image(int outfd, struct image_tool_params *mparams) in imx8mimage_copy_image() argument
602 build_image(outfd); in imx8mimage_copy_image()
H A Dzynqmpbif.c828 int zynqmpbif_copy_image(int outfd, struct image_tool_params *mparams) in zynqmpbif_copy_image() argument
974 if (lseek(outfd, 0, SEEK_SET) != 0) in zynqmpbif_copy_image()
982 r = write(outfd, bifp, len); in zynqmpbif_copy_image()
H A Dimx8image.c953 int imx8image_copy_image(int outfd, struct image_tool_params *mparams) in imx8image_copy_image() argument
974 img_sp, false, fuse_version, sw_version, outfd); in imx8image_copy_image()
/openbmc/u-boot/tools/patman/
H A Dpatchstream.py348 def ProcessStream(self, infd, outfd): argument
379 outfd.write('+\n' * self.blank_count)
380 outfd.write(line + '\n')
455 outfd = os.fdopen(handle, 'w')
459 ps.ProcessStream(infd, outfd)
461 outfd.close()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch214 close(outfd);