| /xnu-10002.41.9/bsd/sys/ |
| H A D | mman.h | 271 int munmap(void *, size_t) __DARWIN_ALIAS(munmap);
|
| /xnu-10002.41.9/libsyscall/wrappers/unix03/ |
| H A D | munmap.c | 40 munmap(void *addr, size_t len) in munmap() function
|
| /xnu-10002.41.9/libsyscall/wrappers/legacy/ |
| H A D | munmap.c | 44 munmap(void *addr, size_t len) in munmap() function
|
| /xnu-10002.41.9/tests/ |
| H A D | perf_vmfault.c | 242 T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[i].shared_region_addr, in unmap_mem_regions() 245 T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[i].region_addr, in unmap_mem_regions() 250 …T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[0].shared_region_addr, memsize),… in unmap_mem_regions() 252 …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 | 188 err = munmap(data, (size_t)sb.st_size); in disk_kernel_segments()
|
| H A D | proc_info.c | 337 munmap(tmp_map, PAGE_SIZE); 341 munmap(proc_config->cow_map, PAGE_SIZE); 394 munmap(proc_config->cow_map, PAGE_SIZE); in kill_child_processes() 1343 ret = munmap(map_tmp, (size_t)map_tmp_sz); 1430 ret = munmap(map_tmp, (size_t)map_tmp_sz); 1522 ret = munmap(map_tmp, (size_t)map_tmp_sz); 1546 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 | 401 T_ASSERT_EQ(munmap(map_addr, map_size),
|
| /xnu-10002.41.9/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-10002.41.9/tests/vm/ |
| H A D | vm_tainted_executable.c | 94 T_QUIET; T_ASSERT_POSIX_SUCCESS(munmap(mapaddr1, fsize), NULL);
|
| H A D | perf_madvise.c | 108 ret = munmap(buffer, args->ta_size); in madvise_free_test()
|
| H A D | perf_compressor.c | 162 munmap(buf, args->ta_buffer_size); in run_compress_benchmark()
|
| H A D | fault_throughput.c | 443 int res = munmap(buffer->fb_start, buffer->fb_size); in unmap_fault_buffers()
|
| /xnu-10002.41.9/bsd/man/man2/ |
| H A D | Makefile | 146 munmap.2 \
|
| /xnu-10002.41.9/tests/vm_memory_tests_src/ |
| H A D | common.c | 68 munmap(buffer, sb.st_size); in mach_server_data_cleanup()
|
| /xnu-10002.41.9/tools/tests/TLBcoherency/ |
| H A D | TLBcoherency.c | 222 if (munmap((void *)parray[i].taddr, mapping_size) != 0) { in tlbexerciser()
|
| /xnu-10002.41.9/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 92 …248BA08D121DB0E7008C073F /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08C121DB0… 178 …A59CB9581666A1A200B064B3 /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = A59CB9571666A1… 519 …08C121DB0E7008C073F /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 616 …9571666A1A200B064B3 /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 871 A59CB9571666A1A200B064B3 /* munmap.c */, 985 248BA08C121DB0E7008C073F /* munmap.c */, 1589 248BA08D121DB0E7008C073F /* munmap.c in Sources */, 1630 A59CB9581666A1A200B064B3 /* munmap.c in Sources */,
|
| /xnu-10002.41.9/tools/tests/superpages/ |
| H A D | testsp.c | 701 kr = munmap((void*)addr, size); in test_mmap()
|
| /xnu-10002.41.9/SETUP/kextsymboltool/ |
| H A D | kextsymboltool.c | 954 munmap((caddr_t)files[filenum].mapped, files[filenum].mapped_size); in main()
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_mman.c | 1063 munmap(__unused proc_t p, struct munmap_args *uap, __unused int32_t *retval) in munmap() function
|