Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c262 int memfd; in main() local
271 memfd = fileno(memfile); in main()
272 fcntl(memfd, F_SETFD, in main()
273 fcntl(memfd, F_GETFD, 0) | FD_CLOEXEC); in main()