Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A Dbyacc-open.patch21 - fd = open(name, O_CREAT | O_EXCL | O_RDWR);
22 + fd = open(name, O_CREAT | O_EXCL | O_RDWR, 0666);
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h113 #ifndef O_EXCL
114 #define O_EXCL 0200 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/openbmc/linux/include/uapi/linux/
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
/openbmc/linux/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/openbmc/linux/fs/smb/client/
H A Ddir.c288 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
509 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
560 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;
/openbmc/linux/include/trace/misc/
H A Dfs.h29 { O_EXCL, "O_EXCL" }, \
/openbmc/qemu/backends/
H A Dhostmem-shm.c49 oflag = O_RDWR | O_CREAT | O_EXCL; in shm_backend_memory_alloc()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch11 with O_CREAT | O_EXCL to avoid following symlinks in that case as well.
69 + while ((fd = safe_open (bakname, O_CREAT | O_EXCL | O_WRONLY | O_TRUNC, 0666)) < 0)
H A D0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch24 int exclusive = *outname_needs_removal ? 0 : O_EXCL;
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch63 - int exclusive = *outname_needs_removal ? 0 : O_EXCL;
118 + int exclusive = *outname_needs_removal ? 0 : O_EXCL;
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c132 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in mce_chrdev_open()
138 if (file->f_flags & O_EXCL) in mce_chrdev_open()
/openbmc/linux/drivers/xen/
H A Dmcelog.c79 (xen_mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in xen_mce_chrdev_open()
85 if (file->f_flags & O_EXCL) in xen_mce_chrdev_open()
/openbmc/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c39 int fd = open("/tmp/aa", O_RDWR | O_CREAT | O_EXCL, 0600); in main()
/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c202 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue()
224 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue_fail()
/openbmc/linux/drivers/char/
H A Dnvram.c355 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) || in nvram_misc_open()
370 if (file->f_flags & O_EXCL) in nvram_misc_open()
/openbmc/linux/fs/coda/
H A Dfile.c232 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open()
265 unsigned short flags = (coda_file->f_flags) & (~O_EXCL); in coda_release()
/openbmc/linux/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c160 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0); in main()
/openbmc/linux/arch/um/os-Linux/
H A Dmem.c133 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
/openbmc/qemu/util/
H A Dosdep.c158 ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))) { in qemu_dup_flags()

1234