O_CREAT 140 compat/aout/compat_aout.c if (SCARG(uap, flags) & O_CREAT) O_CREAT 309 compat/common/vfs_syscalls_43.c SCARG(&nuap, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_CREAT 166 compat/freebsd/freebsd_file.c if (SCARG(uap, flags) & O_CREAT) O_CREAT 111 compat/hpux/hpux_file.c SCARG(&oa, flags) = O_CREAT | O_TRUNC | O_WRONLY; O_CREAT 159 compat/hpux/hpux_file.c nflags |= O_CREAT; O_CREAT 171 compat/hpux/hpux_file.c if (SCARG(&oa, flags) & O_CREAT) O_CREAT 360 compat/hpux/hpux_file.c *retval &= ~(O_CREAT|O_TRUNC|O_EXCL); O_CREAT 368 compat/hpux/hpux_file.c if (mode & O_CREAT) O_CREAT 71 compat/ibcs2/ibcs2_fcntl.c if (flags & IBCS2_O_CREAT) r |= O_CREAT; O_CREAT 136 compat/ibcs2/ibcs2_fcntl.c if (flags & IBCS2_O_CREAT) r |= O_CREAT; O_CREAT 157 compat/ibcs2/ibcs2_fcntl.c if (flags & O_CREAT) r |= IBCS2_O_CREAT; O_CREAT 180 compat/ibcs2/ibcs2_fcntl.c if (SCARG(uap, flags) & O_CREAT) O_CREAT 216 compat/ibcs2/ibcs2_fcntl.c SCARG(&cup, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_CREAT 88 compat/linux/linux_file.c res |= cvtto_bsd_mask(lflags, LINUX_O_CREAT, O_CREAT); O_CREAT 109 compat/linux/linux_file.c res |= cvtto_linux_mask(bflags, O_CREAT, LINUX_O_CREAT); O_CREAT 144 compat/linux/linux_file.c SCARG(&oa, flags) = O_CREAT | O_TRUNC | O_WRONLY; O_CREAT 175 compat/linux/linux_file.c if (fl & O_CREAT) O_CREAT 188 compat/osf1/osf1_cvt.c { O_CREAT, O_CREAT, OSF1_O_CREAT }, O_CREAT 211 compat/osf1/osf1_cvt.c { OSF1_O_CREAT, OSF1_O_CREAT, O_CREAT }, O_CREAT 218 compat/osf1/osf1_file.c if (SCARG(&a, flags) & O_CREAT) O_CREAT 133 compat/sunos/sunos_misc.c SCARG(&ouap, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_CREAT 109 compat/svr4/svr4_fcntl.c r |= (l & SVR4_O_CREAT) ? O_CREAT : 0; O_CREAT 136 compat/svr4/svr4_fcntl.c r |= (l & O_CREAT) ? SVR4_O_CREAT : 0; O_CREAT 329 compat/svr4/svr4_fcntl.c if (SCARG(&cup, flags) & O_CREAT) O_CREAT 380 compat/svr4/svr4_fcntl.c SCARG(&cup, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_CREAT 91 compat/ultrix/ultrix_pathname.c SCARG(&ouap, flags) = O_WRONLY | O_CREAT | O_TRUNC; O_CREAT 138 dev/microcode/aic7xxx/aicasm_symbol.c O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH, O_CREAT 40 dev/microcode/atmel/build.c fd = open(name, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 153 dev/microcode/bnx/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 34 dev/microcode/cirruslogic/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 49 dev/microcode/fxp/build.c fd = open(name, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 59 dev/microcode/kue/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 41 dev/microcode/myx/build.c fd = open(file, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 37 dev/microcode/neomagic/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 37 dev/microcode/ral/build.c fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_CREAT 37 dev/microcode/rum/build.c fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_CREAT 37 dev/microcode/tht/build.c fd = open(THT_FW_NAME, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_CREAT 79 dev/microcode/tigon/build.c fd = open(name, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 46 dev/microcode/typhoon/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 35 dev/microcode/uyap/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 75 dev/microcode/yds/build.c fd = open(FILENAME, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_CREAT 37 dev/microcode/zydas/build.c fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_CREAT 1395 kern/kern_sig.c error = vn_open(&nd, O_CREAT | FWRITE | O_NOFOLLOW, S_IRUSR | S_IWUSR); O_CREAT 991 kern/vfs_syscalls.c if ((flags & O_CREAT)) O_CREAT 86 kern/vfs_vnops.c if (fmode & O_CREAT) { O_CREAT 116 kern/vfs_vnops.c fmode &= ~O_CREAT; O_CREAT 134 kern/vfs_vnops.c if ((fmode & O_CREAT) == 0) {