Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h101 #ifndef O_WRONLY
102 #define O_WRONLY 01 macro
H A Dyaffsfs.c783 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 Dmksmdkv310spl.c52 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/rk3399_rockchip-uboot/board/samsung/origen/tools/
H A Dmkorigenspl.c54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/rk3399_rockchip-uboot/tools/
H A Dmkexynosspl.c112 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
H A Dmksunxiboot.c126 fd_out = open(argv[2], O_WRONLY | O_CREAT, 0666); in main()
H A Difdtool.c462 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 Dmxsboot.c658 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY, in main()
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env_main.c267 lockfd = open(lockname, O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c77 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 Dutil.c306 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconfdata.c917 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 Dcli_hush.c152 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
153 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },