Searched refs:PROT_WRITE (Results 101 - 125 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp189 uptr page = internal_mmap(0, GetPageSizeCached(), PROT_READ | PROT_WRITE,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp312 MmapNamed((void *)fixed_addr, size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c291 write_buffer = mmap(0, file_size, PROT_READ | PROT_WRITE,
H A DInstrProfilingFile.c564 (void *)CountersBegin, PageAlignedCountersLength, PROT_READ | PROT_WRITE,
/freebsd-11-stable/contrib/gcc/
H A Dggc-common.c642 ret = mmap (NULL, size, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
670 addr = mmap (base, size, PROT_READ | PROT_WRITE, MAP_PRIVATE,
H A Dggc-page.c675 char *page = mmap (pref, size, PROT_READ | PROT_WRITE,
679 char *page = mmap (pref, size, PROT_READ | PROT_WRITE,
H A Dggc-zone.c771 char *page = (char *) mmap (pref, size, PROT_READ | PROT_WRITE,
775 char *page = (char *) mmap (pref, size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c60 * mmap(2) PROT_WRITE O_WRONLY or O_RDWR yes
61 * mmap(2) PROT_WRITE + MAP_PRIV O_RDONLY or O_RDWR yes
958 addr = mmap(NULL, getpagesize(), PROT_WRITE, MAP_SHARED, fd,
1040 addr = mmap(NULL, getpagesize(), PROT_READ | PROT_WRITE,
/freebsd-11-stable/tools/regression/fsx/
H A Dfsx.c712 if ((p = (char *)mmap(0, map_size, PROT_READ | PROT_WRITE,
824 if ((p = (char *)mmap(0, file_size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c568 if (uap->prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC))
596 if (uap->prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC))
839 *retval = PROT_READ|PROT_WRITE|PROT_EXEC;
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c610 stream.ibuf = mmap(NULL, *size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c216 PROT_READ | PROT_WRITE,
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dconfigfile.c420 text_mmap(fname, PROT_READ|PROT_WRITE, MAP_PRIVATE, &cfgfile);
/freebsd-11-stable/tools/bus_space/
H A Dbusdma.c425 addr = (uintptr_t)mmap(NULL, tag->u.tag.maxsz, PROT_READ | PROT_WRITE,
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c639 stream.ibuf = mmap(NULL, *size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptotest.c453 PROT_READ|PROT_WRITE, MAP_ANON|MAP_SHARED, -1, 0);
/freebsd-11-stable/usr.bin/mkimg/
H A Dimage.c318 prot = PROT_READ | ((fd == image_swap_fd) ? PROT_WRITE : 0);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c876 ATF_REQUIRE_MSG((shm_buf = mmap(NULL, pgsize, PROT_READ | PROT_WRITE,
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c67 #define PROT_RW (PROT_READ | PROT_WRITE)
68 #define PROT_ALL (PROT_READ | PROT_WRITE | PROT_EXEC)
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c74 #ifndef PROT_WRITE
75 #define PROT_WRITE 2 macro
105 case PROT_WRITE:
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c1977 pb->zbuf1 = mmap(NULL, pb->zbufsize, PROT_READ | PROT_WRITE,
1979 pb->zbuf2 = mmap(NULL, pb->zbufsize, PROT_READ | PROT_WRITE,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc780 int prot = (Mode == readonly) ? PROT_READ : (PROT_READ | PROT_WRITE);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_tag.c1048 (map = mmap(NULL, sb.st_size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.c402 if (!sc->mmap_allow_write && (nprot & PROT_WRITE))
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c861 context->uar[i] = mmap(NULL, page_size, PROT_WRITE, MAP_SHARED,

Completed in 575 milliseconds

123456