OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MFD_CLOEXEC
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
memfd.h
21
#define
MFD_CLOEXEC
0x0001U
/external/kernel-headers/original/uapi/linux/
memfd.h
5
#define
MFD_CLOEXEC
0x0001U
/external/strace/xlat/
memfd_create_flags.h
2
#if !(defined(
MFD_CLOEXEC
) || (defined(HAVE_DECL_MFD_CLOEXEC) && HAVE_DECL_MFD_CLOEXEC))
3
# define
MFD_CLOEXEC
1
17
XLAT(
MFD_CLOEXEC
),
Completed in 176 milliseconds