Home
last modified time | relevance | path

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

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