Home
last modified time | relevance | path

Searched refs:parent_handle (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_memory_entry.c64 ipc_port_t parent_handle) in mach_make_memory_entry_64() argument
78 parent_handle); in mach_make_memory_entry_64()
617 ipc_port_t parent_handle, in mach_make_memory_entry_share() argument
831 parent_handle = ipc_port_copy_send_any(parent_handle); in mach_make_memory_entry_share()
835 *object_handle = parent_handle; in mach_make_memory_entry_share()
1141 ipc_port_t parent_handle) in mach_make_memory_entry_internal() argument
1161 parent_entry = mach_memory_entry_from_port(parent_handle); in mach_make_memory_entry_internal()
1186 permission, object_handle, parent_handle, parent_entry); in mach_make_memory_entry_internal()
H A Dvm_iokit.h121 ipc_port_t parent_handle);
H A Dvm32_user.c571 ipc_port_t parent_handle) in vm32_make_memory_entry_64() argument
574 return _mach_make_memory_entry(target_map, size, offset, permission, object_handle, parent_handle); in vm32_make_memory_entry_64()
/xnu-11215.1.10/osfmk/mach/
H A Dmach_vm.defs478 parent_handle :mem_entry_name_port_t);
/xnu-11215.1.10/osfmk/tests/
H A Dvm_parameter_validation_kern.c1004 ipc_port_t parent_handle) in IMPL()
1010 …ry_entry_internal(target_map, size, offset, permission, vmne_kflags, object_handle, parent_handle); in IMPL()