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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm32_user.c431 vm_region_submap_info_data_64_t info64; local
447 depth, &info64, infoCnt);
449 info->protection = info64.protection;
450 info->max_protection = info64.max_protection;
451 info->inheritance = info64.inheritance;
452 info->offset = (uint32_t)info64.offset; /* trouble-maker */
453 info->user_tag = info64.user_tag;
454 info->pages_resident = info64.pages_resident;
455 info->pages_shared_now_private = info64.pages_shared_now_private;
456 info->pages_swapped_out = info64
[all...]
H A Dvm_user.c1608 vm_region_submap_info_data_64_t info64; local
1624 depth, &info64, infoCnt);
1626 info->protection = info64.protection;
1627 info->max_protection = info64.max_protection;
1628 info->inheritance = info64.inheritance;
1629 info->offset = (uint32_t)info64.offset; /* trouble-maker */
1630 info->user_tag = info64.user_tag;
1631 info->pages_resident = info64.pages_resident;
1632 info->pages_shared_now_private = info64.pages_shared_now_private;
1633 info->pages_swapped_out = info64
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dtz2icu.cpp559 ZoneInfo info64; local
560 readzoneinfo(file, info64, true);
594 ZONEINFO[id] = info64;

Completed in 74 milliseconds