Searched refs:infocnt (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c181 mach_msg_type_number_t infocnt; local
186 infocnt = VM_REGION_BASIC_INFO_COUNT;
188 (vm_region_info_t)basic, &infocnt, &objname);
193 if (VM_REGION_BASIC_INFO_COUNT != infocnt) {
214 infocnt = VM_REGION_BASIC_INFO_COUNT_64;
217 (vm_region_info_t)basic64, &infocnt, &objname);
222 if (VM_REGION_BASIC_INFO_COUNT_64 != infocnt) {
254 infocnt = VM_REGION_SUBMAP_INFO_COUNT;
257 &infocnt);
263 if (VM_REGION_SUBMAP_INFO_COUNT != infocnt) {
[all...]

Completed in 17 milliseconds