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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dnorma_protos.h72 boolean_t anywhere,
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_kern.h130 boolean_t anywhere,
H A Dvm_user.c117 boolean_t anywhere; local
130 anywhere = ((VM_FLAGS_ANYWHERE & flags) != 0);
131 if (anywhere) {
184 boolean_t anywhere; local
197 anywhere = ((VM_FLAGS_ANYWHERE & flags) != 0);
198 if (anywhere) {
943 boolean_t anywhere,
963 anywhere,
991 boolean_t anywhere,
1011 anywhere,
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.h672 boolean_t anywhere,
H A Dvm_map.c255 boolean_t anywhere,
1526 boolean_t anywhere = ((flags & VM_FLAGS_ANYWHERE) != 0); local
1622 if (!anywhere && overwrite) {
1642 if (anywhere) {
2006 (!anywhere) &&
2536 boolean_t anywhere = ((VM_FLAGS_ANYWHERE & flags) != 0); local
2545 if (anywhere)
10338 boolean_t anywhere,
10387 mask, anywhere, &insp_entry);
10438 boolean_t anywhere,
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...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLib.cpp70 boolean_t anywhere,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c1237 * won't go anywhere anyway.
1289 * won't go anywhere anyway.
2759 int anywhere = VM_MAKE_TAG(VM_MEMORY_MACH_MSG)| local
2764 anywhere)) != KERN_SUCCESS) {

Completed in 163 milliseconds