Searched refs:O_RDONLY (Results 1 - 25 of 33) sorted by relevance

12

/u-boot/fs/yaffs2/
H A Dyportenv.h98 #ifndef O_RDONLY
99 #define O_RDONLY 00 macro
/u-boot/tools/
H A Dfit_common.c67 fd = open(fname, (read_only ? O_RDONLY : O_RDWR) | O_BINARY);
138 fd_src = open(src, O_RDONLY);
H A Dmkexynosspl.c104 ifd = open(argv[if_index], O_RDONLY);
H A Dmksunxiboot.c107 fd_in = open(argv[1], O_RDONLY);
H A Ddumpimage.c147 ifd = open(params.imagefile, O_RDONLY|O_BINARY);
H A Dmkenvimage.c162 txt_fd = open(argv[optind], O_RDONLY);
H A Dimagetool.c158 fd = open(fname, O_RDONLY | O_BINARY);
H A Dimx8mimage.c257 dfd = open(datafile, O_RDONLY | O_BINARY);
503 hdmi_fd = open(signed_hdmi, O_RDONLY | O_BINARY);
541 ap_fd = open(ap_img, O_RDONLY | O_BINARY);
591 sld_fd = open(sld_img, O_RDONLY | O_BINARY);
H A Daisimage.c184 dfd = open(datafile, O_RDONLY|O_BINARY);
227 dfd = open(datafile, O_RDONLY|O_BINARY);
H A Dimx8image.c288 int tmp_fd = open(filename, O_RDONLY | O_BINARY);
322 dfd = open(datafile, O_RDONLY | O_BINARY);
382 dfd = open(datafile, O_RDONLY | O_BINARY);
454 dfd = open(filename, O_RDONLY | O_BINARY);
H A Dmkimage.c415 ifd = open(params.imagefile, O_RDONLY | O_BINARY);
526 ifd = open (params.imagefile, O_RDONLY|O_BINARY);
609 dfd = open(params.datafile, O_RDONLY | O_BINARY);
844 if ((dfd = open(datafile, O_RDONLY|O_BINARY)) < 0) {
H A Dzynqmpbif.c212 fd = open(filename, O_RDONLY);
777 int fd = open(entry->filename, O_RDONLY);
H A Difdtool.c602 int fd = open(fname, O_RDONLY);
1010 bios_fd = open(filename, outfile ? O_RDONLY : O_RDWR);
H A Drkcommon.c626 dfd = open(file, O_RDONLY | O_BINARY);
H A Dmkeficapsule.c829 if ((fd = open(capsule_file, O_RDONLY)) < 0) {
H A Dmxsboot.c650 infd = open(argv[offset + 1], O_RDONLY);
H A Dfdtgrep.c742 fd = open(filename, O_RDONLY);
/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c46 ifd = open(argv[1], O_RDONLY);
/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c44 ifd = open(argv[1], O_RDONLY);
/u-boot/tools/gdb/
H A Dgdbsend.c79 if ((ifd = open(ifn, O_RDONLY)) < 0)
/u-boot/arch/sandbox/cpu/
H A Dos.c90 flags = O_RDONLY;
771 fd = open(fname, O_RDONLY);
953 fd = os_open(fname, O_RDONLY);
975 fd = os_open(fname, O_RDONLY);
1067 fd = open("/proc/self/maps", O_RDONLY);
/u-boot/scripts/basic/
H A Dfixdep.c289 fd = open(filename, O_RDONLY);
/u-boot/scripts/dtc/
H A Dutil.c239 fd = open(filename, O_RDONLY);
/u-boot/tools/env/
H A Dfw_env.c1350 dir_fd = open(dname, O_DIRECTORY | O_RDONLY);
1439 if (flash_io(O_RDONLY, buf0, CUR_ENVSIZE)) {
1481 if (flash_io(O_RDONLY, buf1, CUR_ENVSIZE)) {
1617 fd = open(DEVNAME(dev), O_RDONLY);
/u-boot/drivers/xen/
H A Dpvblock.c36 #define O_RDONLY 00 macro
229 dev->info.mode = O_RDONLY;

Completed in 239 milliseconds

12