Searched refs:memfd_create (Results 1 – 9 of 9) sorted by relevance
| /freebsd/tests/sys/posixshm/ |
| H A D | memfd_test.c | 46 ATF_REQUIRE((fd = memfd_create("...", 0)) != -1); in ATF_TC_BODY() 71 ATF_REQUIRE((fd_nocl = memfd_create("...", 0)) != -1); in ATF_TC_BODY() 72 ATF_REQUIRE((fd_cl = memfd_create("...", MFD_CLOEXEC)) != -1); in ATF_TC_BODY() 86 ATF_REQUIRE((fd = memfd_create("...", 0)) != -1); in ATF_TC_BODY() 102 ATF_REQUIRE((fd = memfd_create("...", MFD_ALLOW_SEALING)) != -1); in ATF_TC_BODY() 131 ATF_REQUIRE((fd = memfd_create("...", MFD_ALLOW_SEALING)) != -1); in ATF_TC_BODY() 180 ATF_REQUIRE((fd = memfd_create("...", MFD_ALLOW_SEALING)) != -1); in memfd_truncate_test() 215 ATF_REQUIRE((fd = memfd_create("...", MFD_ALLOW_SEALING)) != -1); in ATF_TC_BODY() 232 ATF_REQUIRE((fd = memfd_create("...", MFD_ALLOW_SEALING)) != -1); in ATF_TC_BODY() 260 ATF_REQUIRE((fd = memfd_create("...", MFD_ALLOW_SEALING)) != -1); in ATF_TC_BODY() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
| H A D | android.inc | 9 // of memfd_create function from Standard C library which was introduced in 11 int memfd_create(const char *, unsigned int) __attribute__((weak)); 12 if (!memfd_create)
|
| /freebsd/lib/libc/gen/ |
| H A D | memfd_create.c | 51 memfd_create(const char *name, unsigned int flags) in memfd_create() function
|
| H A D | Symbol.map | 433 memfd_create;
|
| H A D | Makefile.inc | 104 memfd_create.c \
|
| /freebsd/sys/sys/ |
| H A D | mman.h | 353 int memfd_create(const char *, unsigned int);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1080 INTERCEPTOR(int, memfd_create, const char *path, unsigned int flags) { argument 1082 return REAL(memfd_create)(path, flags); 1084 #define RTSAN_MAYBE_INTERCEPT_MEMFD_CREATE INTERCEPT_FUNCTION(memfd_create)
|
| /freebsd/lib/libsys/ |
| H A D | Makefile.sys | 539 MLINKS+=shm_open.2 memfd_create.3 \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 360 auto Func = []() { memfd_create("/rtsan_test_memfd_create", MFD_CLOEXEC); }; in TEST()
|