Home
last modified time | relevance | path

Searched refs:region_info_count (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/tests/
H A Dvm_test_mach_map.c1874 mach_msg_type_number_t region_info_count; variable
1880 region_info_count = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64;
1886 &region_info_count);
1891 T_ASSERT_EQ(region_info_count,
1894 vmaddr, region_info_count,
1920 region_info_count = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64;
1926 &region_info_count);
1928 T_ASSERT_EQ(region_info_count,
1931 region_info_count, VM_REGION_SUBMAP_SHORT_INFO_COUNT_64);
/xnu-11215.61.5/osfmk/vm/
H A Dvm_tests.c1895 mach_msg_type_number_t region_info_count; in vm_map_copy_entry_subrange_test() local
1929 region_info_count = VM_REGION_BASIC_INFO_COUNT_64; in vm_map_copy_entry_subrange_test()
1931 (vm_region_info_t) &region_info, &region_info_count, NULL); in vm_map_copy_entry_subrange_test()