Searched refs:munmap (Results 1 - 25 of 173) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_flash.c177 munmap(mem, st.st_size);
183 munmap(mem, st.st_size);
192 munmap(mem, st.st_size);
199 munmap(mem, st.st_size);
211 munmap(mem, st.st_size);
221 munmap(mem, st.st_size);
231 munmap(mem, st.st_size);
237 munmap(mem, st.st_size);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dbuf.c53 munmap(buf->buf, buf->length);
62 munmap(buf->buf, buf->length);
/freebsd-11-stable/contrib/gcc/config/
H A Dhost-hpux.c67 munmap (addr, size);
105 munmap (addr, size);
114 munmap (addr, size);
H A Dhost-linux.c111 munmap (addr, size);
147 munmap (buffer, buffer_size);
150 munmap (addr, size);
188 munmap (addr, size);
197 munmap (addr, size);
H A Dhost-darwin.c42 /* Check ADDR and SZ for validity, and deallocate (using munmap) that part of
62 if (munmap (pch_address_space + sz, sizeof (pch_address_space) - sz) != 0)
H A Dhost-solaris.c59 munmap (addr, size);
/freebsd-11-stable/usr.bin/cmp/
H A Dregular.c98 munmap(m1, MMAP_CHUNK);
128 munmap(m2, MMAP_CHUNK);
136 munmap(m1, MMAP_CHUNK);
142 munmap(m1, MMAP_CHUNK);
143 munmap(m2, MMAP_CHUNK);
158 munmap(mem, MMAP_CHUNK);
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dmap.c55 return munmap((void *)p, len);
/freebsd-11-stable/tests/sys/vm/
H A Dmmap_test.c108 munmap(p, pagesize);
216 munmap(p1, pagesize);
217 munmap(p2, pagesize);
218 munmap(p3, pagesize);
256 munmap(p1, pagesize);
257 munmap(p2, pagesize);
258 munmap(p3, pagesize);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_subr.c43 (void) munmap(buf, size);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dhost-cygwin.c73 munmap (base, sz);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.h58 void munmap(void *addr, size_t length);
/freebsd-11-stable/lib/libc/tests/string/
H A Dstpncpy_test.c48 assert(munmap(buf + alloc_size - PAGE_SIZE, PAGE_SIZE) == 0);
51 assert(munmap(buf, PAGE_SIZE) == 0);
H A Dwcsnlen_test.c49 ATF_CHECK(munmap(buf + alloc_size - PAGE_SIZE, PAGE_SIZE) == 0);
52 ATF_CHECK(munmap(buf, PAGE_SIZE) == 0);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mincore.c137 ATF_REQUIRE(munmap(map, page) == 0);
195 ATF_REQUIRE(munmap(addr, st.st_size) == 0);
217 ATF_REQUIRE(munmap(addr, npgs * page) == 0);
271 (void)munmap(addr, npgs * page);
272 (void)munmap(addr2, npgs * page);
273 (void)munmap(addr3, npgs * page);
H A Dt_mmap.c99 ATF_REQUIRE(munmap(map, page) == 0);
205 ATF_REQUIRE(munmap(map, 4096) == 0);
267 ATF_REQUIRE(munmap(vp, BUFSIZE) == 0);
280 ATF_REQUIRE(munmap(vp, BUFSIZE) == 0);
281 ATF_REQUIRE(munmap(vp2, BUFSIZE) == 0);
357 ATF_REQUIRE(munmap(map, page) == 0);
407 ATF_REQUIRE(munmap(map, 3) == 0);
452 (void)munmap(map, page);
509 (void)munmap(map, page);
520 ATF_REQUIRE(munmap(ma
[all...]
H A Dt_mprotect.c137 ATF_REQUIRE(munmap(map, page) == 0);
233 ATF_REQUIRE(munmap(map, page) == 0);
300 (void)munmap(map, page);
351 ATF_REQUIRE(munmap(map, page) == 0);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pshared.c115 munmap(h->val, PAGE_SIZE);
167 munmap(*val, PAGE_SIZE);
207 munmap(val, PAGE_SIZE);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h106 DEFINE__REAL(int, munmap, void *a, size_t b);
107 return _REAL(munmap, addr, length);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dverbs.c232 munmap(MASKED(chp->cq.ugts), c4iw_page_size);
234 munmap(chp->cq.queue, chp->cq.memsize);
268 munmap(MASKED(chp->cq.ugts), c4iw_page_size);
269 munmap(chp->cq.queue, chp->cq.memsize);
391 munmap((void *)qhp->wq.rq.queue, qhp->wq.rq.memsize);
393 munmap(MASKED(qhp->wq.rq.udb), c4iw_page_size);
395 munmap((void *)qhp->wq.sq.queue, qhp->wq.sq.memsize);
397 munmap(MASKED(qhp->wq.sq.udb), c4iw_page_size);
542 munmap((void *)qhp->wq.rq.queue, qhp->wq.rq.memsize);
544 munmap(MASKE
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_copyfile.c104 if (buf_mmapped && munmap(buf, file_size) < 0)
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_mmap.c92 (void)munmap(_region_head(r), _region_size(r));
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dunixfilemap.c100 munmap((void *)p, nbytes);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_end.c83 (void) munmap(e->e_rawfile, (size_t) e->e_rawsize);
/freebsd-11-stable/libexec/rtld-elf/
H A Dmap_object.c324 munmap(note_map, note_map_len);
325 munmap(hdr, PAGE_SIZE);
329 munmap(mapbase, mapsize);
332 munmap(note_map, note_map_len);
334 munmap(phdr, hdr->e_phnum * sizeof(phdr[0]));
335 munmap(hdr, PAGE_SIZE);
409 munmap(hdr, PAGE_SIZE);

Completed in 149 milliseconds

1234567