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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c9900 vm_region_submap_short_info_64_t short_info; local
9921 short_info = (vm_region_submap_short_info_64_t) submap_info;
9926 short_info = NULL;
10157 short_info->user_tag = curr_entry->alias;
10158 short_info->offset = curr_entry->offset;
10159 short_info->protection = curr_entry->protection;
10160 short_info->inheritance = curr_entry->inheritance;
10161 short_info->max_protection = curr_entry->max_protection;
10162 short_info->behavior = curr_entry->behavior;
10163 short_info
[all...]

Completed in 38 milliseconds