Searched refs:O_WRONLY (Results 1 - 17 of 17) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h102 #ifndef O_WRONLY
103 #define O_WRONLY 01 macro
H A Dyaffsfs.c784 int rwflags = oflag & (O_RDWR | O_RDONLY | O_WRONLY);
819 writeRequested = (rwflags == O_RDWR || rwflags == O_WRONLY) ? 1 : 0;
/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c53 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM);
/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c51 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM);
/u-boot/tools/
H A Dsfspl.c111 fd = open(params->outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
H A Dmkexynosspl.c111 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM);
H A Dmksunxiboot.c123 fd_out = open(argv[2], O_WRONLY | O_CREAT, 0666);
H A Dfit_common.c144 fd_dst = open(dst, O_WRONLY | O_CREAT | O_TRUNC, 0666);
H A Difdtool.c461 O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR |
498 new_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR |
1008 bios_fd = open(filename, O_WRONLY | O_CREAT, 0666);
H A Dmxsboot.c657 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY,
/u-boot/tools/env/
H A Dfw_env_main.c253 lockfd = open(lockname, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/u-boot/scripts/dtc/
H A Dutil.c306 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/u-boot/scripts/kconfig/
H A Dconfdata.c986 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
999 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/u-boot/arch/sandbox/cpu/
H A Dos.c94 flags = O_WRONLY;
749 fd = open(fname, O_CREAT | O_WRONLY, 0777);
/u-boot/common/
H A Dcli_hush.c149 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
150 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
H A Dcli_hush_upstream.c615 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
616 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
8501 * open("FILE", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 4
/u-boot/tools/buildman/
H A Dkconfiglib.py6390 sym_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o644))

Completed in 168 milliseconds