/netbsd-src/tests/lib/libc/sys/ |
H A D | t_mmap.c | 97 ATF_REQUIRE(munmap(map, page) == 0); in map_check() 208 ATF_REQUIRE(munmap(map, 4096) == 0); in ATF_TC_BODY() 269 ATF_REQUIRE(munmap(vp, BUFSIZE) == 0); in ATF_TC_BODY() 282 ATF_REQUIRE(munmap(vp, BUFSIZE) == 0); in ATF_TC_BODY() 283 ATF_REQUIRE(munmap(vp2, BUFSIZE) == 0); in ATF_TC_BODY() 359 ATF_REQUIRE(munmap(map, page) == 0); in ATF_TC_BODY() 409 ATF_REQUIRE(munmap(map, 3) == 0); in ATF_TC_BODY() 438 r = munmap(p, mmap_reprotect_race_npages * page); in mmap_reprotect_race_thread() 469 r = munmap(q, mmap_reprotect_race_npages * page); in ATF_TC_BODY() 513 (void)munmap(map, page); in ATF_TC_BODY() [all …]
|
H A D | t_mprotect.c | 109 ATF_REQUIRE(munmap(map, page) == 0); in ATF_TC_BODY() 199 ATF_REQUIRE(munmap(map, page) == 0); in ATF_TC_BODY() 265 (void)munmap(map, page); in ATF_TC_BODY() 313 ATF_REQUIRE(munmap(map, page) == 0); in ATF_TC_BODY() 383 ATF_REQUIRE(munmap(map, page) == 0); in ATF_TC_BODY() 384 ATF_REQUIRE(munmap(map2, page) == 0); in ATF_TC_BODY() 437 ATF_REQUIRE(munmap(map, page) == 0); in ATF_TC_BODY() 438 ATF_REQUIRE(munmap(map2, page) == 0); in ATF_TC_BODY()
|
H A D | t_mincore.c | 142 ATF_REQUIRE(munmap(map, page) == 0); in ATF_TC_BODY() 200 ATF_REQUIRE(munmap(addr, st.st_size) == 0); in ATF_TC_BODY() 212 ATF_REQUIRE(munmap(addr, npgs * page) == 0); in ATF_TC_BODY() 263 (void)munmap(addr, npgs * page); in ATF_TC_BODY() 264 (void)munmap(addr2, npgs * page); in ATF_TC_BODY() 265 (void)munmap(addr3, npgs * page); in ATF_TC_BODY()
|
H A D | t_msync.c | 125 (void)munmap(map, page); in msync_sync() 172 (void)munmap(map, page); in ATF_TC_BODY()
|
H A D | t_clone.c | 75 ATF_REQUIRE_ERRNO(errno, munmap(stack, STACKSIZE) != -1); in clone_func()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | host-darwin.cc | 75 munmap (addr, sz); in darwin_gt_pch_get_address() 91 munmap (addr, sz); in darwin_gt_pch_get_address() 103 munmap (buffer, buffer_size); in darwin_gt_pch_get_address() 113 munmap (addr, sz); in darwin_gt_pch_get_address() 146 munmap (mapped_addr, sz); in darwin_gt_pch_use_address()
|
H A D | host-linux.cc | 126 munmap (addr, size); in linux_gt_pch_get_address() 162 munmap (buffer, buffer_size); in linux_gt_pch_get_address() 165 munmap (addr, size); in linux_gt_pch_get_address() 203 munmap (addr, size); in linux_gt_pch_use_address()
|
H A D | host-hpux.cc | 60 munmap (addr, size); in hpux_gt_pch_get_address() 98 munmap (addr, size); in hpux_gt_pch_use_address() 107 munmap (addr, size); in hpux_gt_pch_use_address()
|
H A D | host-solaris.cc | 50 munmap ((caddr_t) base, len); in mmap_fixed() 99 munmap ((caddr_t) addr, size); in sol_gt_pch_get_address()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | host-linux.c | 124 munmap (addr, size); in linux_gt_pch_get_address() 160 munmap (buffer, buffer_size); in linux_gt_pch_get_address() 163 munmap (addr, size); in linux_gt_pch_get_address() 201 munmap (addr, size); in linux_gt_pch_use_address() 210 munmap (addr, size); in linux_gt_pch_use_address()
|
H A D | host-hpux.c | 60 munmap (addr, size); in hpux_gt_pch_get_address() 98 munmap (addr, size); in hpux_gt_pch_use_address() 107 munmap (addr, size); in hpux_gt_pch_use_address()
|
H A D | host-solaris.c | 50 munmap ((caddr_t) base, len); in mmap_fixed() 99 munmap ((caddr_t) addr, size); in sol_gt_pch_get_address()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | mman.d | 258 int munmap(void*, size_t); 263 int munmap(void*, size_t); 268 int munmap(void*, size_t); 273 int munmap(void*, size_t); 278 int munmap(void*, size_t); 283 int munmap(void*, size_t); 288 int munmap(void*, size_t); 293 int munmap(void*, size_t); 302 int munmap(void*, size_t); 311 int munmap(void*, size_t);
|
/netbsd-src/usr.bin/cmp/ |
H A D | regular.c | 87 munmap(p1, blk_sz); in c_regular() 97 * except advance the pointers for munmap() in c_regular() 117 munmap(p1 - blk_sz, blk_sz); in c_regular() 118 munmap(p2 - blk_sz, blk_sz); in c_regular()
|
/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | loadmsgcat.c | 94 # define munmap __munmap macro 374 munmap ((caddr_t) data, size); 408 munmap ((caddr_t) data, size); 440 munmap ((caddr_t) domain->data, domain->mmap_size);
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
H A D | mmap_allocator.d | 45 import core.sys.posix.sys.mman : munmap; in version() 46 if (b.ptr) munmap(b.ptr, b.length) == 0 || assert(0); in version()
|
/netbsd-src/lib/libpuffs/ |
H A D | callcontext.c | 212 munmap(pcc, stacksize); in slowccalloc() 216 munmap(pcc, stacksize); in slowccalloc() 300 munmap(pcc, stacksize); in cc_free()
|
/netbsd-src/lib/libc/nls/ |
H A D | catopen.c | 184 munmap(data, (size_t)st.st_size); in load_msgcat() 189 munmap(data, (size_t)st.st_size); in load_msgcat()
|
/netbsd-src/usr.bin/fincore/ |
H A D | fincore.c | 102 munmap(vp, chunk_size); in fincore() 105 if (munmap(vp, chunk_size)) { in fincore()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcs_aik.c | 135 munmap(file, file_size); in get_credential() 141 munmap(file, file_size); in get_credential()
|
/netbsd-src/tests/lib/libc/string/ |
H A D | t_memmem.c | 123 munmap(guard, pg); in ATF_TC_BODY() 124 munmap(src, pg); in ATF_TC_BODY()
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitProtExecAllocator.c | 192 munmap(retval, size); in alloc_chunk() 206 munmap(header->executable, size); in free_chunk() 207 munmap(header, size); in free_chunk()
|
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
H A D | ctf_lib.c | 210 (void) munmap((void *)(addr - pageoff), sp->cts_size + pageoff); in ctf_sect_munmap() 432 (void) munmap(strs_map, strs_mapsz); in ctf_fdopen() 441 (void) munmap(strs_map, strs_mapsz); in ctf_fdopen() 463 (void) munmap(strs_map, strs_mapsz); in ctf_fdopen()
|
/netbsd-src/usr.bin/patch/ |
H A D | inp.c | 90 munmap(i_womp, i_size); in re_input() 127 munmap(i_womp, i_size); in reallocate_lines() 342 munmap(i_womp, i_size); in plan_a()
|
/netbsd-src/usr.bin/tail/ |
H A D | forward.c | 322 if (munmap(start, mmap_size)) { in rlines() 340 if (munmap(start, mmap_size)) { in rlines()
|