Searched refs:MFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
10 #ifndef MFD_CLOEXEC11 #define MFD_CLOEXEC 0x0001U macro
52 return RET_NERRNO(memfd_create(name, MFD_ALLOW_SEALING | MFD_CLOEXEC)); in memfd_new()
200 fd = memfd_create(ident, MFD_CLOEXEC); in open_serialization_fd()
1178 stdout_fd = memfd_create("homework-stdout", MFD_CLOEXEC); in home_start_work()