Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dutil.h60 #define O_CLOEXEC 0x400000 macro
62 #define O_CLOEXEC 010000000 macro
64 #define O_CLOEXEC 02000000 macro
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dfcntl.h21 #define O_CLOEXEC 0x400000 macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h63 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux-5.19.10/tools/perf/
Dbuiltin-trace.c83 # define O_CLOEXEC 02000000 macro