Searched refs:O_EXCL (Results 1 – 11 of 11) sorted by relevance
/tools/include/uapi/asm-generic/ |
D | fcntl.h | 25 #ifndef O_EXCL 26 #define O_EXCL 00000200 /* not fcntl */ macro
|
/tools/testing/selftests/mqueue/ |
D | mq_open_tests.c | 202 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue() 224 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue_fail()
|
D | mq_perf_tests.c | 294 int flags = O_RDWR | O_EXCL | O_CREAT | O_NONBLOCK; in open_queue()
|
/tools/include/nolibc/ |
D | nolibc.h | 451 #define O_EXCL 0x80 macro 639 #define O_EXCL 0x80 macro 823 #define O_EXCL 0x80 macro 1019 #define O_EXCL 0x80 macro 1228 #define O_EXCL 0x0400 macro 1421 #define O_EXCL 0x200 macro
|
/tools/testing/selftests/openat2/ |
D | openat2_test.c | 182 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
|
/tools/testing/selftests/capabilities/ |
D | test_execve.c | 160 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700); in copy_fromat_to()
|
/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
|
/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 644 sem_open(semaphore_name, O_EXCL | O_CREAT, 0755, in acpi_os_create_semaphore()
|
/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 456 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
|
/tools/testing/selftests/vm/ |
D | hmm-tests.c | 167 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
|
/tools/perf/util/ |
D | symbol-elf.c | 1482 kcore->fd = open(filename, O_WRONLY | O_CREAT | O_EXCL, 0400); in kcore__init()
|