Home
last modified time | relevance | path

Searched refs:MFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/ !
Dmissing_mman.h10 #ifndef MFD_CLOEXEC
11 #define MFD_CLOEXEC 0x0001U macro
Dmemfd-util.c52 return RET_NERRNO(memfd_create(name, MFD_ALLOW_SEALING | MFD_CLOEXEC)); in memfd_new()
/systemd-251/src/shared/ !
Dserialize.c200 fd = memfd_create(ident, MFD_CLOEXEC); in open_serialization_fd()
/systemd-251/src/home/ !
Dhomed-home.c1178 stdout_fd = memfd_create("homework-stdout", MFD_CLOEXEC); in home_start_work()