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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dvm_inherit.h83 #define VM_INHERIT_NONE ((vm_inherit_t) 2) /* absent from child */ macro
87 #define VM_INHERIT_LAST_VALID VM_INHERIT_NONE
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.c112 if (vm_map(kernel_map,&kernel_addr,area_used,0,VM_FLAGS_ANYWHERE,NULL,0,FALSE,VM_PROT_ALL,VM_PROT_ALL,VM_INHERIT_NONE))
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c207 if (vm_map(kernel_map,&kernel_addr,_COMM_PAGE_AREA_USED,0,VM_FLAGS_ANYWHERE,NULL,0,FALSE,VM_PROT_ALL,VM_PROT_ALL,VM_INHERIT_NONE))
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c2561 VM_INHERIT_NONE);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2403 VM_INHERIT_NONE);
2421 err = vm_inherit( map, ref->mapped, ref->size, VM_INHERIT_NONE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c7792 case VM_INHERIT_NONE:
10026 assert(inheritance == VM_INHERIT_NONE ||
10356 case VM_INHERIT_NONE:
H A Dvm_pageout.c5465 VM_INHERIT_NONE);

Completed in 177 milliseconds