| /xnu-8020.140.41/bsd/sys/ |
| H A D | mman.h | 269 int munmap(void *, size_t) __DARWIN_ALIAS(munmap);
|
| /xnu-8020.140.41/libsyscall/wrappers/unix03/ |
| H A D | munmap.c | 40 munmap(void *addr, size_t len) in munmap() function
|
| /xnu-8020.140.41/tests/ |
| H A D | perf_vmfault.c | 241 T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[i].shared_region_addr, in unmap_mem_regions() 244 T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[i].region_addr, in unmap_mem_regions() 249 …T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[0].shared_region_addr, memsize),… in unmap_mem_regions() 251 …T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[0].region_addr, memsize), "munma… in unmap_mem_regions()
|
| H A D | fcntl.c | 18 T_ASSERT_POSIX_SUCCESS(munmap((char*)blob_space + (vm_page_size * 2), vm_page_size), NULL);
|
| H A D | memcmp_zero.c | 20 munmap(p - PAGE_SIZE, 3 * PAGE_SIZE); in free_guarded_page()
|
| H A D | macho_size_63133398.c | 3207 T_ASSERT_POSIX_SUCCESS(munmap(dst_buf, (dst_size + PAGE_SIZE - 1) & ~PAGE_MASK), NULL);
|
| H A D | correct_kernel_booted.c | 108 munmap(mapped, mapped_len); in get_macho_uuid()
|
| H A D | kas_info.c | 181 err = munmap(data, (size_t)sb.st_size); in disk_kernel_segments()
|
| H A D | proc_info.c | 335 munmap(tmp_map, PAGE_SIZE); 339 munmap(proc_config->cow_map, PAGE_SIZE); 392 munmap(proc_config->cow_map, PAGE_SIZE); in kill_child_processes() 1347 ret = munmap(map_tmp, (size_t)map_tmp_sz); 1434 ret = munmap(map_tmp, (size_t)map_tmp_sz); 1526 ret = munmap(map_tmp, (size_t)map_tmp_sz); 1550 ret = munmap(map_tmp, (size_t)map_tmp_sz);
|
| H A D | ldt.c | 700 (void) munmap(addr, FIXED_STACK_SIZE + PAGE_SIZE); in map_lowmem_stack()
|
| H A D | task_info.c | 748 munmap(tmp_map, PAGE_SIZE); in test_task_basic_info()
|
| H A D | vm_phys_footprint.c | 382 T_ASSERT_EQ(munmap(map_addr, map_size),
|
| H A D | kqueue_file_tests.c | 411 munmap(addr, 20); in execute_action()
|
| H A D | hvtest_x86.m | 1069 munmap(guest_pages_shadow, mem_size);
|
| /xnu-8020.140.41/libsyscall/wrappers/legacy/ |
| H A D | munmap.c | 44 munmap(void *addr, size_t len) in munmap() function
|
| /xnu-8020.140.41/tools/tests/perf_index/ |
| H A D | test_fault_helper.c | 86 retval = munmap(memblock + region_start, region_len) == 0; in test_fault_helper()
|
| /xnu-8020.140.41/bsd/man/man2/ |
| H A D | Makefile | 143 munmap.2 \
|
| /xnu-8020.140.41/tests/vm/ |
| H A D | perf_madvise.c | 91 ret = munmap(buffer, args->ta_size); in madvise_free_test()
|
| H A D | fault_throughput.c | 444 int res = munmap(buffer->fb_start, buffer->fb_size); in unmap_fault_buffers()
|
| /xnu-8020.140.41/tests/vm_memory_tests_src/ |
| H A D | common.c | 68 munmap(buffer, sb.st_size); in mach_server_data_cleanup()
|
| /xnu-8020.140.41/tools/tests/TLBcoherency/ |
| H A D | TLBcoherency.c | 222 if (munmap((void *)parray[i].taddr, mapping_size) != 0) { in tlbexerciser()
|
| /xnu-8020.140.41/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 92 …248BA08D121DB0E7008C073F /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08C121DB0… 175 …A59CB9581666A1A200B064B3 /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = A59CB9571666A1… 513 …08C121DB0E7008C073F /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 606 …9571666A1A200B064B3 /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 858 A59CB9571666A1A200B064B3 /* munmap.c */, 968 248BA08C121DB0E7008C073F /* munmap.c */, 1545 248BA08D121DB0E7008C073F /* munmap.c in Sources */, 1584 A59CB9581666A1A200B064B3 /* munmap.c in Sources */,
|
| /xnu-8020.140.41/tools/tests/superpages/ |
| H A D | testsp.c | 701 kr = munmap((void*)addr, size); in test_mmap()
|
| /xnu-8020.140.41/SETUP/kextsymboltool/ |
| H A D | kextsymboltool.c | 954 munmap((caddr_t)files[filenum].mapped, files[filenum].mapped_size); in main()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_mman.c | 945 munmap(__unused proc_t p, struct munmap_args *uap, __unused int32_t *retval) in munmap() function
|