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

/linux-master/tools/perf/util/
H A Dutil.h76 #define O_CLOEXEC 0x400000 macro
78 #define O_CLOEXEC 010000000 macro
80 #define O_CLOEXEC 02000000 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h21 #define O_CLOEXEC 0x400000 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux-master/tools/perf/
H A Dbuiltin-trace.c93 # define O_CLOEXEC 02000000 macro

Completed in 559 milliseconds