/Linux-v4.19/tools/perf/util/ |
D | util.h | 73 #ifndef O_CLOEXEC 75 #define O_CLOEXEC 0x400000 macro 77 #define O_CLOEXEC 010000000 macro 79 #define O_CLOEXEC 02000000 macro
|
D | data.c | 101 fd = open(data->file.path, O_CREAT|O_RDWR|O_TRUNC|O_CLOEXEC, in open_file_write()
|
/Linux-v4.19/include/linux/ |
D | eventfd.h | 24 #define EFD_CLOEXEC O_CLOEXEC 27 #define EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
|
D | userfaultfd_k.h | 25 #define UFFD_CLOEXEC O_CLOEXEC 28 #define UFFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
|
D | fcntl.h | 12 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
|
/Linux-v4.19/tools/include/uapi/asm-generic/ |
D | fcntl.h | 61 #ifndef O_CLOEXEC 62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | fcntl.h | 62 #ifndef O_CLOEXEC 63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
|
/Linux-v4.19/include/uapi/linux/ |
D | timerfd.h | 32 #define TFD_CLOEXEC O_CLOEXEC
|
D | signalfd.h | 17 #define SFD_CLOEXEC O_CLOEXEC
|
D | inotify.h | 72 #define IN_CLOEXEC O_CLOEXEC
|
D | eventpoll.h | 23 #define EPOLL_CLOEXEC O_CLOEXEC
|
/Linux-v4.19/arch/mips/include/asm/ |
D | socket.h | 45 #define SOCK_CLOEXEC O_CLOEXEC
|
/Linux-v4.19/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 17 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
|
/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 21 #define O_CLOEXEC 0x400000 macro
|
/Linux-v4.19/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer() 123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
|
/Linux-v4.19/tools/testing/selftests/exec/ |
D | execveat.c | 235 int dot_dfd_cloexec = open_or_die(".", O_DIRECTORY|O_RDONLY|O_CLOEXEC); in run_tests() 247 int fd_cloexec = open_or_die("execveat", O_RDONLY|O_CLOEXEC); in run_tests() 248 int fd_script_cloexec = open_or_die("script", O_RDONLY|O_CLOEXEC); in run_tests()
|
/Linux-v4.19/fs/ |
D | signalfd.c | 267 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in do_signalfd4() 288 O_RDWR | (flags & (O_CLOEXEC | O_NONBLOCK))); in do_signalfd4()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-expbuf.rst | 54 for open() for details. Currently only O_CLOEXEC, O_RDONLY, O_WRONLY, 146 - Flags for the newly created file, currently only ``O_CLOEXEC``,
|
/Linux-v4.19/arch/um/os-Linux/ |
D | mem.c | 110 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_dmabuf.c | 148 exp_info.flags = O_CLOEXEC; in mock_dmabuf()
|
/Linux-v4.19/tools/hv/ |
D | hv_fcopy_daemon.c | 84 O_RDWR | O_CREAT | O_TRUNC | O_CLOEXEC, 0744); in hv_start_fcopy()
|
/Linux-v4.19/tools/testing/selftests/memfd/ |
D | fuse_test.c | 261 fd = open(argv[1], O_RDONLY | O_CLOEXEC); in main()
|
/Linux-v4.19/Documentation/driver-api/ |
D | dma-buf.rst | 80 To avoid this problem, userspace must have a way to request O_CLOEXEC 83 userspace control setting of O_CLOEXEC flag passed in to dma_buf_fd().
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-expbuf.rst | 44 for open() for details. Currently only O_CLOEXEC, O_RDONLY, O_WRONLY,
|