Searched refs:PROT_WRITE (Results 76 - 100 of 147) sorted by relevance

123456

/freebsd-11-stable/tools/tools/netrate/httpd/
H A Dhttpd.c225 pagebuffer = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_ANON, -1, 0);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmem1.c180 prot = PROT_READ | PROT_WRITE;
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dfile.c191 mmap(NULL, 0x10000000, PROT_READ | PROT_WRITE, MAP_SHARED, status_fd, 0);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_spec.c181 PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0);
/freebsd-11-stable/sbin/ldconfig/
H A Delfhints.c212 mapbase = mmap(NULL, s.st_size, PROT_READ|PROT_WRITE,
/freebsd-11-stable/usr.sbin/bhyve/
H A Dinout.c146 prot = in ? PROT_WRITE : PROT_READ;
H A Dpci_fbuf.c417 prot = PROT_READ | PROT_WRITE;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp53 val = (void *)internal_mmap(nullptr, size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp93 void *addr = Mmap(nullptr, size + guard, PROT_READ | PROT_WRITE,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-shmem.c495 vaddr = mmap(dscptr->vaddr, dscptr->size, PROT_READ|PROT_WRITE,
H A Dcvmx-app-hotplug.c550 if ((vaddr = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, offset))
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-common.c104 p = (unsigned char *)mmap(0, (*map)->size, PROT_READ | PROT_WRITE,
/freebsd-11-stable/libexec/rtld-elf/
H A Dmalloc.c481 PROT_READ|PROT_WRITE,
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mlock.c288 buf = mmap(NULL, page, PROT_READ | PROT_WRITE, flags, -1, 0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp124 PROT_READ | PROT_WRITE | PROT_EXEC);
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c345 PROT_READ|PROT_WRITE,
H A Dgetentropy_linux.c423 PROT_READ|PROT_WRITE,
H A Dgetentropy_osx.c323 PROT_READ|PROT_WRITE,
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c833 PROT_WRITE, VM_REG_GUEST_ES, VM_REG_GUEST_RDI, &dstaddr,
839 PROT_WRITE, copyinfo, nitems(copyinfo), &fault);
874 PROT_WRITE, &dstgpa, &fault);
1483 rsp, size, stackaddrsize, pushop ? PROT_WRITE : PROT_READ,
1500 pushop ? PROT_WRITE : PROT_READ, copyinfo, nitems(copyinfo),
1799 KASSERT((prot & ~(PROT_READ | PROT_WRITE)) == 0,
1841 if (prot & PROT_WRITE) {
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dbuf.c508 addr = mmap(NULL , size, PROT_WRITE | PROT_READ, MAP_SHARED,
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c268 offset = riomap(rs, buf, transfer_size, PROT_WRITE, 0, 0);
H A Drcopy.c318 file_addr = mmap(NULL, bytes, PROT_WRITE, MAP_SHARED, fd, 0);
/freebsd-11-stable/lib/libc/gen/
H A Dsem_new.c223 sem = mmap(NULL, sizeof(sem_t), PROT_READ | PROT_WRITE,
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c304 cache = mmap(NULL, bytes, PROT_READ|PROT_WRITE, MAP_ANON,
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c214 PROT_READ|PROT_WRITE, MAP_NOSYNC|MAP_SHARED, fd, 0);

Completed in 344 milliseconds

123456