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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c275 * must be set to zero. vm_map_entry_copy_full() creates a new
290 #define vm_map_entry_copy_full(NEW,OLD) (*(NEW) = *(OLD)) macro
2857 vm_map_entry_copy_full(new_entry, entry);
2946 vm_map_entry_copy_full(new_entry, entry);
6671 vm_map_entry_copy_full(new, entry);

Completed in 80 milliseconds