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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c158 vm_map_t zap_map);
5107 vm_map_t zap_map)
5439 * transferred to a "zap_map", which doesn't have a
5442 * map, but when we get to destroying the "zap_map",
5512 zap_map != VM_MAP_NULL) {
5516 * into the "zap_map". The caller will take care of
5521 /* ... and add it to the end of the "zap_map" */
5522 vm_map_store_entry_link(zap_map,
5523 vm_map_last_entry(zap_map),
5527 zap_map
5102 vm_map_delete( vm_map_t map, vm_map_offset_t start, vm_map_offset_t end, int flags, vm_map_t zap_map) argument
12449 vm_map_t zap_map; local
[all...]

Completed in 30 milliseconds