O_WRONLY 309 compat/common/vfs_syscalls_43.c SCARG(&nuap, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_WRONLY 111 compat/hpux/hpux_file.c SCARG(&oa, flags) = O_CREAT | O_TRUNC | O_WRONLY; O_WRONLY 66 compat/ibcs2/ibcs2_fcntl.c if (flags & IBCS2_O_WRONLY) r |= O_WRONLY; O_WRONLY 130 compat/ibcs2/ibcs2_fcntl.c if (flags & IBCS2_O_WRONLY) r |= O_WRONLY; O_WRONLY 151 compat/ibcs2/ibcs2_fcntl.c if (flags & O_WRONLY) r |= IBCS2_O_WRONLY; O_WRONLY 216 compat/ibcs2/ibcs2_fcntl.c SCARG(&cup, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_WRONLY 85 compat/linux/linux_file.c res |= cvtto_bsd_mask(lflags, LINUX_O_WRONLY, O_WRONLY); O_WRONLY 106 compat/linux/linux_file.c res |= cvtto_linux_mask(bflags, O_WRONLY, LINUX_O_WRONLY); O_WRONLY 144 compat/linux/linux_file.c SCARG(&oa, flags) = O_CREAT | O_TRUNC | O_WRONLY; O_WRONLY 181 compat/osf1/osf1_cvt.c { O_ACCMODE, O_WRONLY, OSF1_O_WRONLY }, O_WRONLY 204 compat/osf1/osf1_cvt.c { OSF1_O_ACCMODE, OSF1_O_WRONLY, O_WRONLY }, O_WRONLY 133 compat/sunos/sunos_misc.c SCARG(&ouap, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_WRONLY 96 compat/svr4/svr4_fcntl.c r |= (l & SVR4_O_WRONLY) ? O_WRONLY : 0; O_WRONLY 123 compat/svr4/svr4_fcntl.c r |= (l & O_WRONLY) ? SVR4_O_WRONLY : 0; O_WRONLY 380 compat/svr4/svr4_fcntl.c SCARG(&cup, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_WRONLY 91 compat/ultrix/ultrix_pathname.c SCARG(&ouap, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_WRONLY 40 dev/microcode/atmel/build.c fd = open(name, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 153 dev/microcode/bnx/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 34 dev/microcode/cirruslogic/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 49 dev/microcode/fxp/build.c fd = open(name, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 59 dev/microcode/kue/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 41 dev/microcode/myx/build.c fd = open(file, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 37 dev/microcode/neomagic/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 37 dev/microcode/ral/build.c fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_WRONLY 37 dev/microcode/rum/build.c fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_WRONLY 37 dev/microcode/tht/build.c fd = open(THT_FW_NAME, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_WRONLY 79 dev/microcode/tigon/build.c fd = open(name, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 46 dev/microcode/typhoon/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 35 dev/microcode/uyap/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 75 dev/microcode/yds/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_WRONLY 37 dev/microcode/zydas/build.c fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_WRONLY 1126 dev/pci/maestro.c if ((OFLAGS(flags) & O_ACCMODE) != O_WRONLY)