OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MFD_CLOEXEC
(Results
1 - 4
of
4
) sorted by null
/external/ltp/include/lapi/
memfd.h
20
#ifndef
MFD_CLOEXEC
21
# define
MFD_CLOEXEC
0x0001U
/bionic/libc/kernel/uapi/linux/
memfd.h
22
#define
MFD_CLOEXEC
0x0001U
/external/kernel-headers/original/uapi/linux/
memfd.h
8
#define
MFD_CLOEXEC
0x0001U
/external/honggfuzz/libhfcommon/
files.c
401
#if !defined(
MFD_CLOEXEC
) /* sys/memfd.h is not always present */
402
#define
MFD_CLOEXEC
0x0001U
403
#endif /* !defined(
MFD_CLOEXEC
) */
412
*fd = syscall(__NR_memfd_create, name, (uintptr_t)
MFD_CLOEXEC
);
Completed in 570 milliseconds