Searched defs:anywhere (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c2759 int anywhere = VM_MAKE_TAG(VM_MEMORY_MACH_MSG)| local
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c117 boolean_t anywhere; local
184 boolean_t anywhere; local
938 mach_vm_remap( vm_map_t target_map, mach_vm_offset_t *address, mach_vm_size_t size, mach_vm_offset_t mask, boolean_t anywhere, vm_map_t src_map, mach_vm_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
986 vm_remap( vm_map_t target_map, vm_offset_t *address, vm_size_t size, vm_offset_t mask, boolean_t anywhere, vm_map_t src_map, vm_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
[all...]
H A Dvm_map.c1526 boolean_t anywhere = ((flags & VM_FLAGS_ANYWHERE) != 0); local
2536 boolean_t anywhere = ((VM_FLAGS_ANYWHERE & flags) != 0); local
10333 vm_map_remap( vm_map_t target_map, vm_map_address_t *address, vm_map_size_t size, vm_map_offset_t mask, boolean_t anywhere, vm_map_t src_map, vm_map_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
10433 vm_map_remap_range_allocate( vm_map_t map, vm_map_address_t *address, vm_map_size_t size, vm_map_offset_t mask, boolean_t anywhere, vm_map_entry_t *map_entry) argument
[all...]

Completed in 52 milliseconds