/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | private.c | 274 (void) munmap((void *)callp, bufsize); in bslcvtfull() 290 (void) munmap((void *)callp, bufsize); in bslcvtfull() 360 (void) munmap((void *)callp, bufsize); in bslcvt() 368 (void) munmap((void *)callp, bufsize); in bslcvt() 453 (void) munmap((void *)callp, bufsize); in bclearcvtfull() 469 (void) munmap((void *)callp, bufsize); in bclearcvtfull() 541 (void) munmap((void *)callp, bufsize); in bclearcvt() 549 (void) munmap((void *)callp, bufsize); in bclearcvt() 586 (void) munmap((void *)callp, bufsize); in labelfields() 595 (void) munmap((void *)callp, bufsize); in labelfields() [all …]
|
H A D | misc.c | 291 (void) munmap((void *)callp, bufsize); in labelvers() 302 (void) munmap((void *)callp, bufsize); in labelvers() 309 (void) munmap((void *)callp, bufsize); in labelvers() 316 (void) munmap((void *)callp, bufsize); in labelvers() 358 (void) munmap((void *)callp, bufsize); in bltocolor_r() 366 (void) munmap((void *)callp, bufsize); in bltocolor_r()
|
/illumos-gate/usr/src/lib/libpicl/ |
H A D | picl.c | 142 (void) munmap(dargp->rbuf, dargp->rsize); in post_req() 166 (void) munmap(darg.rbuf, darg.rsize); in handshake() 291 (void) munmap(darg.rbuf, darg.rsize); in picl_shutdown() 319 (void) munmap(darg.rbuf, darg.rsize); in picl_wait() 345 (void) munmap(darg.rbuf, darg.rsize); in picl_get_root() 383 (void) munmap(darg.rbuf, darg.rsize); in picl_get_propval() 423 (void) munmap(darg.rbuf, darg.rsize); in picl_get_propval_by_name() 457 (void) munmap(darg.rbuf, darg.rsize); in picl_set_propval() 494 (void) munmap(darg.rbuf, darg.rsize); in picl_set_propval_by_name() 527 (void) munmap(darg.rbuf, darg.rsize); in picl_get_propinfo() [all …]
|
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | munmap.S | 39 ANSI_PRAGMA_WEAK(munmap,function) 43 SYSCALL_RVAL1(munmap) 45 SET_SIZE(munmap)
|
/illumos-gate/usr/src/test/libc-tests/tests/random/ |
H A D | inz_inval.c | 63 ret = munmap(buf, mapsz); in main() 78 ret = munmap(buf, mapsz); in main() 95 ret = munmap(buf, mapsz); in main() 104 ret = munmap(buf, mapsz); in main()
|
/illumos-gate/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 331 (void) munmap(darg.rbuf, darg.rsize); in handle_association_info() 337 (void) munmap(darg.rbuf, darg.rsize); in handle_association_info() 2596 (void) munmap(darg.rbuf, darg.rsize); in list_node_func() 2606 (void) munmap(darg.rbuf, darg.rsize); in list_node_func() 2645 (void) munmap(darg.rbuf, darg.rsize); in list_node_func() 2651 (void) munmap(darg.rbuf, darg.rsize); in list_node_func() 2716 (void) munmap(darg.rbuf, darg.rsize); in list_dd_func() 2726 (void) munmap(darg.rbuf, darg.rsize); in list_dd_func() 2755 (void) munmap(darg.rbuf, darg.rsize); in list_dd_func() 2761 (void) munmap(darg.rbuf, darg.rsize); in list_dd_func() [all …]
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | writefile.c | 140 (void) munmap(cp, munmapsize); in writefile() 164 (void) munmap(cp, munmapsize); in writefile() 184 (void) munmap(cp, munmapsize); in writefile() 194 (void) munmap(cp, munmapsize); in writefile()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | locale.c | 178 (void) munmap((caddr_t)msghdr, status.st_size); in open_mofile() 186 (void) munmap((caddr_t)msghdr, status.st_size); in open_mofile() 194 (void) munmap((caddr_t)msghdr, status.st_size); in open_mofile() 249 (void) munmap((caddr_t)_domain->dom_msghdr, in dgettext()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | mem_devmem.c | 136 res = munmap(guest_mem, WHOLE_SZ); in main() 141 res = munmap(direct_lowmem, SEG_SZ); in main() 146 res = munmap(direct_bootrom, SEG_SZ); in main()
|
H A D | mem_seg_map.c | 120 res = munmap(guest_mem, SEG_SZ); in main() 125 res = munmap(seg_obj, SEG_SZ); in main()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | copyf.c | 347 (void) munmap(cp, munmapsize); in copyFile() 370 (void) munmap(cp, munmapsize); in copyFile() 393 (void) munmap(cp, munmapsize); in copyFile() 400 (void) munmap(cp, munmapsize); in copyFile()
|
/illumos-gate/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 185 (void) munmap(bios, SMB_RANGE_LIMIT - SMB_RANGE_START + 1); in smb_biosopen() 205 (void) munmap(bios, SMB_RANGE_LIMIT - SMB_RANGE_START + 1); in smb_biosopen() 208 (void) munmap(bios, SMB_RANGE_LIMIT - SMB_RANGE_START + 1); in smb_biosopen() 221 (void) munmap(bios, smbe_stlen + pgoff); in smb_biosopen() 226 (void) munmap(bios, smbe_stlen + pgoff); in smb_biosopen()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 305 (void) munmap(addr, (size_t)statbuf.st_size); in file_open() 312 (void) munmap(addr, statbuf.st_size); in file_open() 328 (void) munmap(catd->__content, catd->__size); in catclose()
|
/illumos-gate/usr/src/common/tsol/ |
H A D | ltos.c | 219 (void) munmap((void *)callp, bufsize); in label_to_str() 273 (void) munmap((void *)callp, bufsize); in label_to_str() 321 (void) munmap((void *)callp, bufsize); in label_to_str()
|
/illumos-gate/usr/src/test/os-tests/tests/mac/ |
H A D | mac_cksum.c | 99 (void) munmap(map, map_sz); in pkt_cap_open() 106 (void) munmap(map, map_sz); in pkt_cap_open() 123 (void) munmap((void *)iter->pci_base, iter->pci_map_sz); in pkt_cap_close()
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | rune.c | 150 (void) munmap(fdata, sb.st_size); in _Read_RuneMagi() 222 (void) munmap(fdata, sb.st_size); in _Read_RuneMagi() 242 (void) munmap(fdata, sb.st_size); in _Read_RuneMagi()
|
H A D | collate.c | 116 (void) munmap(map, sbuf.st_size); in __lc_collate_load() 128 (void) munmap(map, sbuf.st_size); in __lc_collate_load() 140 (void) munmap(map, sbuf.st_size); in __lc_collate_load() 147 (void) munmap(map, sbuf.st_size); in __lc_collate_load()
|
/illumos-gate/usr/src/test/smbclient-tests/cmd/cp_mmap/ |
H A D | cp_mmap.c | 175 if (munmap(des_addr, len) == -1) { in main() 181 if (munmap(src_addr, len) == -1) { in main()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 177 munmap(repbuf, filesize); \ 180 munmap(c_repbuf, filesize); \ 183 munmap(t_repbuf, size); \ 350 munmap(repbuf, filesize); in update_fabric_wwn_list()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_test.c | 411 munmap(door_args.rbuf, door_args.rsize); in nfs_idmap_str_uid() 483 munmap(door_args.rbuf, door_args.rsize); in nfs_idmap_uid_str() 585 munmap(door_args.rbuf, door_args.rsize); in nfs_idmap_str_gid() 658 munmap(door_args.rbuf, door_args.rsize); in nfs_idmap_gid_str()
|
/illumos-gate/usr/src/cmd/cat/ |
H A D | cat.c | 406 (void) munmap(bufferp, in cat() 426 (void) munmap(bufferp, (size_t)munmapsize); in cat() 438 (void) munmap(bufferp, (size_t)munmapsize); in cat()
|
/illumos-gate/usr/src/cmd/srchtxt/ |
H A D | srchtxt.c | 173 (void) munmap((caddr_t)addr, size); in main() 194 (void) munmap((caddr_t)addr, size); in main()
|
/illumos-gate/usr/src/test/smbclient-tests/cmd/prot_mmap/ |
H A D | prot_mmap.c | 196 if (munmap(des_addr, blksize) == -1) { in main() 202 if (munmap(src_addr, blksize) == -1) { in main()
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | check_header.c | 312 (void) munmap(addr, fsize); in check_gnu() 324 (void) munmap(addr, fsize); in check_gnu()
|
/illumos-gate/usr/src/lib/varpd/libvarpd/common/ |
H A D | libvarpd_persist.c | 414 if (munmap(buf, st.st_size) != 0) in libvarpd_persist_restore_one() 420 if (munmap(buf, st.st_size) != 0) in libvarpd_persist_restore_one() 428 if (munmap(buf, st.st_size) != 0) in libvarpd_persist_restore_one() 434 if (munmap(buf, st.st_size) != 0) in libvarpd_persist_restore_one()
|