Home
last modified time | relevance | path

Searched defs:O_CLOEXEC (Results 1 – 7 of 7) sorted by relevance

/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux/rust/kernel/fs/
H A Dfile.rs28 pub const O_CLOEXEC: u32 = bindings::O_CLOEXEC; global() constant
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h21 #define O_CLOEXEC 0x400000 macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux/tools/perf/
H A Dbuiltin-trace.c95 # define O_CLOEXEC 02000000 macro