| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yportenv.h | 97 #ifndef O_RDONLY 98 #define O_RDONLY 00 macro
|
| H A D | yaffsfs.c | 783 int rwflags = oflag & (O_RDWR | O_RDONLY | O_WRONLY); in yaffs_open_sharing() 817 readRequested = (rwflags == O_RDWR || rwflags == O_RDONLY) ? 1 : 0; in yaffs_open_sharing()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 73 flags = O_RDONLY; in os_open() 443 fd = open(fname, O_RDONLY); in os_read_ram_buf() 560 fd = os_open(fname, O_RDONLY); in os_find_u_boot() 571 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
|
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 45 ifd = open(argv[1], O_RDONLY); in main()
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | gdbsend.c | 80 if ((ifd = open(ifn, O_RDONLY)) < 0) in main()
|
| /rk3399_rockchip-uboot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 47 ifd = open(argv[1], O_RDONLY); in main()
|
| /rk3399_rockchip-uboot/scripts/basic/ |
| H A D | fixdep.c | 300 fd = open(filename, O_RDONLY); in do_config_file() 420 fd = open(depfile, O_RDONLY); in print_deps()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 101 fd = open(fname, O_RDONLY | O_BINARY); in imagetool_get_filesize()
|
| H A D | mkexynosspl.c | 105 ifd = open(argv[if_index], O_RDONLY); in main()
|
| H A D | dumpimage.c | 132 ifd = open(params.imagefile, O_RDONLY|O_BINARY); in main()
|
| H A D | mksunxiboot.c | 110 fd_in = open(argv[1], O_RDONLY); in main()
|
| H A D | aisimage.c | 186 dfd = open(datafile, O_RDONLY|O_BINARY); in ais_alloc_buffer() 228 dfd = open(datafile, O_RDONLY|O_BINARY); in ais_copy_image()
|
| H A D | mkimage.c | 375 ifd = open (params.imagefile, O_RDONLY|O_BINARY); in main() 431 dfd = open(params.datafile, O_RDONLY | O_BINARY); in main() 657 if ((dfd = open(datafile, O_RDONLY|O_BINARY)) < 0) { in copy_file()
|
| H A D | mkenvimage.c | 181 txt_fd = open(txt_filename, O_RDONLY); in main()
|
| H A D | ifdtool.c | 603 int fd = open(fname, O_RDONLY); in open_for_read() 1011 bios_fd = open(filename, outfile ? O_RDONLY : O_RDWR); in main()
|
| H A D | mxsboot.c | 651 infd = open(argv[offset + 1], O_RDONLY); in main()
|
| H A D | rkcommon.c | 633 dfd = open(file, O_RDONLY | O_BINARY); in copy_file()
|
| H A D | kwboot.c | 576 fd = open(path, O_RDONLY); in kwboot_mmap_image()
|
| H A D | imximage.c | 558 ifd = open(plugin_file, O_RDONLY|O_BINARY); in copy_plugin_code()
|
| H A D | fdtgrep.c | 706 fd = open(filename, O_RDONLY); in utilfdt_read_err_len()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 1178 if (flash_io(O_RDONLY)) { in fw_env_open() 1218 if (flash_io(O_RDONLY)) { in fw_env_open() 1352 fd = open(DEVNAME(dev), O_RDONLY); in check_device_config()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.c | 239 fd = open(filename, O_RDONLY); in utilfdt_read_err_len()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 151 { O_RDONLY, 0, "<" }, 154 { O_RDONLY, -1, "<<" },
|