Searched refs:O_WRONLY (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yportenv.h | 101 #ifndef O_WRONLY 102 #define O_WRONLY 01 macro
|
| H A D | yaffsfs.c | 783 int rwflags = oflag & (O_RDWR | O_RDONLY | O_WRONLY); in yaffs_open_sharing() 818 writeRequested = (rwflags == O_RDWR || rwflags == O_WRONLY) ? 1 : 0; in yaffs_open_sharing()
|
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 52 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
|
| /rk3399_rockchip-uboot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mkexynosspl.c | 112 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
|
| H A D | mksunxiboot.c | 126 fd_out = open(argv[2], O_WRONLY | O_CREAT, 0666); in main()
|
| H A D | ifdtool.c | 462 O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_regions() 499 new_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_image() 1009 bios_fd = open(filename, O_WRONLY | O_CREAT, 0666); in main()
|
| H A D | mxsboot.c | 658 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY, in main()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env_main.c | 267 lockfd = open(lockname, O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 77 flags = O_WRONLY; in os_open() 421 fd = open(fname, O_CREAT | O_WRONLY, 0777); in os_write_ram_buf()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.c | 306 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | confdata.c | 917 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config() 937 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 152 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" }, 153 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
|