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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c8496 vm_region_submap_short_info_64_t short_info; local
8513 short_info = (vm_region_submap_short_info_64_t) submap_info;
8519 short_info = NULL;
8703 short_info->user_tag = curr_entry->alias;
8704 short_info->offset = curr_entry->offset;
8705 short_info->protection = curr_entry->protection;
8706 short_info->inheritance = curr_entry->inheritance;
8707 short_info->max_protection = curr_entry->max_protection;
8708 short_info->behavior = curr_entry->behavior;
8709 short_info
[all...]

Completed in 88 milliseconds