Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/netbsd-src/tests/lib/libc/sys/
H A Dt_mmap.c97 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 Dt_mprotect.c109 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 Dt_mincore.c142 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 Dt_msync.c125 (void)munmap(map, page); in msync_sync()
172 (void)munmap(map, page); in ATF_TC_BODY()
H A Dt_clone.c75 ATF_REQUIRE_ERRNO(errno, munmap(stack, STACKSIZE) != -1); in clone_func()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dhost-darwin.cc75 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 Dhost-linux.cc126 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 Dhost-hpux.cc60 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 Dhost-solaris.cc50 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 Dhost-linux.c124 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 Dhost-hpux.c60 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 Dhost-solaris.c50 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 Dmman.d258 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 Dregular.c87 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 Dloadmsgcat.c94 # 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 Dmmap_allocator.d45 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 Dcallcontext.c212 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 Dcatopen.c184 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 Dfincore.c102 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 Dtcs_aik.c135 munmap(file, file_size); in get_credential()
141 munmap(file, file_size); in get_credential()
/netbsd-src/tests/lib/libc/string/
H A Dt_memmem.c123 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 DsljitProtExecAllocator.c192 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 Dctf_lib.c210 (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 Dinp.c90 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 Dforward.c322 if (munmap(start, mmap_size)) { in rlines()
340 if (munmap(start, mmap_size)) { in rlines()

12345678910>>...16