Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dutil.h68 #define O_CLOEXEC 0x400000 macro
70 #define O_CLOEXEC 010000000 macro
72 #define O_CLOEXEC 02000000 macro
/linux-6.6.21/arch/parisc/include/uapi/asm/
Dfcntl.h15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-6.6.21/arch/sparc/include/uapi/asm/
Dfcntl.h21 #define O_CLOEXEC 0x400000 macro
/linux-6.6.21/arch/alpha/include/uapi/asm/
Dfcntl.h18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-6.6.21/include/uapi/asm-generic/
Dfcntl.h63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux-6.6.21/tools/include/uapi/asm-generic/
Dfcntl.h63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux-6.6.21/tools/perf/
Dbuiltin-trace.c92 # define O_CLOEXEC 02000000 macro