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

1234567

/freebsd-11-stable/bin/cp/
H A Dutils.c190 if (munmap(p, fs->st_size) < 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c206 (void) munmap((void *)(addr - pageoff), sp->cts_size + pageoff);
425 (void) munmap(strs_map, strs_mapsz);
434 (void) munmap(strs_map, strs_mapsz);
456 (void) munmap(strs_map, strs_mapsz);
H A Dctf_subr.c43 (void) munmap(buf, size);
/freebsd-11-stable/contrib/apr/mmap/unix/
H A Dmmap.c64 rv = munmap(mm->mm, mm->size);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdwin.c89 munmap (i->data, i->size);
175 munmap (i->data, i->size);
/freebsd-11-stable/contrib/bmake/
H A Dparse.c419 munmap(lf->buf, lf->maplen);
548 munmap(lf->buf, lf->maplen);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_open.c232 (void) munmap(m, fsize);
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_copyfile.c104 if (buf_mmapped && munmap(buf, file_size) < 0)
/freebsd-11-stable/contrib/gcc/config/
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-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-solaris.c59 munmap (addr, size);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dhost-cygwin.c73 munmap (base, sz);
/freebsd-11-stable/contrib/gcc/
H A Dggc-common.c646 munmap (ret, size);
H A Dggc-page.c998 munmap (start, len);
H A Dggc-zone.c961 munmap (start, len);
1553 munmap (p, G.pagesize);
H A Dsys-protos.h746 extern int munmap(/* ??? */);
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c122 munmap (buf + pagesize, pagesize);
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure4841 for ac_func in inet_ntoa mmap munmap
H A Dmf-hooks1.c305 /* We can only wrap mmap if the target supports it. Likewise for munmap.
341 as a single segment? That's so that a later munmap() call
372 #undef munmap macro
373 WRAPPER(int , munmap, void *start, size_t length)
375 DECLARE(int, munmap, void *, size_t);
377 BEGIN_PROTECT (munmap, start, length);
379 result = CALL_REAL (munmap, start, length);
382 VERBOSE_TRACE ("munmap (%08lx, %08lx, ...) => %08lx\n",
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dmap.c55 return munmap((void *)p, len);
/freebsd-11-stable/contrib/jemalloc/src/
H A Dpages.c71 if (munmap(addr, size) == -1)
81 "munmap"
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h123 int munmap(caddr_t, int);
/freebsd-11-stable/contrib/libreadline/
H A Dhistfile.c295 munmap (buffer, file_size);
512 if (msync (buffer, buffer_size, 0) != 0 || munmap (buffer, buffer_size) != 0)
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c149 #define ucl_munmap munmap

Completed in 302 milliseconds

1234567