Home
last modified time | relevance | path

Searched refs:PROT_WRITE (Results 251 – 275 of 351) sorted by relevance

1...<<1112131415

/freebsd/tools/test/stress2/misc/
H A Dtruncate8.sh193 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE,
H A Dmmap43.sh111 if ((lp = mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0)) == MAP_FAILED)
H A Dcallout_reset_on2.sh272 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE,
H A Dtcp3.sh267 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE,
H A Dnullfs22.sh196 if ((share = mmap(NULL, mlen, PROT_READ | PROT_WRITE,
H A Dtvnlru.sh226 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE,
H A Dmmap44.sh182 cp = mmap(NULL, st.st_size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
H A Dsendfile10.sh273 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE,
/freebsd/usr.sbin/rpc.statd/
H A Dfile.c191 mmap(NULL, 0x10000000, PROT_READ | PROT_WRITE, MAP_SHARED, status_fd, 0); in init_file()
/freebsd/tools/bus_space/
H A Dbus.c124 r->ptr = mmap(NULL, r->size, PROT_READ | PROT_WRITE, in bs_map()
/freebsd/libexec/rtld-elf/
H A Drtld_malloc.c306 addr = mmap(0, n * pagesz, PROT_READ | PROT_WRITE, in morepages()
/freebsd/usr.sbin/bhyve/
H A Dbootrom.c290 var.mmap = mmap(NULL, var_size, PROT_READ | PROT_WRITE, in bootrom_loadrom()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c155 PROT_READ | PROT_WRITE, MAP_FIXED | MAP_SHARED, in mmapForContinuousMode()
180 mmap((void *)BitmapBegin, PageAlignedBitmapLength, PROT_READ | PROT_WRITE, in mmapForContinuousMode()
244 char *Profile = (char *)mmap(NULL, FileSize, PROT_READ | PROT_WRITE, in mmapForContinuousMode()
/freebsd/tools/tools/netrate/httpd/
H A Dhttpd.c223 pagebuffer = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_ANON, -1, 0); in main()
/freebsd/lib/libc/gmon/
H A Dgmon.c87 PROT_READ | PROT_WRITE, MAP_ANON, -1, 0); in monstartup()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c176 iwvctx->db = mmap(NULL, IRDMA_HW_PAGE_SIZE, PROT_WRITE | PROT_READ, in irdma_init_context()
/freebsd/crypto/openssl/crypto/
H A Dmem_sec.c502 PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE|MAP_CONCEAL, -1, 0); in sh_init()
510 PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0); in sh_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc66 // Library functions that need to modify the zone will set PROT_WRITE on it.
79 mprotect(zone, allocated_size, PROT_READ | PROT_WRITE);
/freebsd/tools/tools/netrate/http/
H A Dhttp.c279 pagebuffer = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_ANON, -1, 0); in main()
/freebsd/usr.sbin/bhyve/amd64/
H A Dinout.c142 prot = in ? PROT_WRITE : PROT_READ; in emulate_inout()
/freebsd/tests/sys/file/
H A Dclosefrom_test.c208 info = mmap(NULL, getpagesize(), PROT_READ | PROT_WRITE, MAP_ANON | in main()
/freebsd/sbin/ldconfig/
H A Delfhints.c216 mapbase = mmap(NULL, s.st_size, PROT_READ|PROT_WRITE, in read_elf_hints()
/freebsd/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c280 uint8_t *base = mmap(0, POOLSIZE, PROT_READ|PROT_WRITE, in main()
/freebsd/sys/compat/linux/
H A Dlinux_mmap.c232 if ((prot & ~(LINUX_PROT_GROWSDOWN | PROT_READ | PROT_WRITE | in linux_mprotect_common()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mlock.c280 buf = mmap(NULL, page, PROT_READ | PROT_WRITE, flags, -1, 0);

1...<<1112131415