Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Deventfd.h24 #define EFD_CLOEXEC O_CLOEXEC
27 #define EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
Duserfaultfd_k.h25 #define UFFD_CLOEXEC O_CLOEXEC
28 #define UFFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
Dfcntl.h12 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
Dnet.h75 #define SOCK_CLOEXEC O_CLOEXEC
/include/uapi/linux/
Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC
Dsignalfd.h17 #define SFD_CLOEXEC O_CLOEXEC
Dinotify.h72 #define IN_CLOEXEC O_CLOEXEC
Dmount.h62 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */
Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC
/include/uapi/asm-generic/
Dfcntl.h62 #ifndef O_CLOEXEC
63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/include/uapi/drm/
Ddrm.h708 #define DRM_CLOEXEC O_CLOEXEC