Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_user.c2629 ipc_port_t user_handle; in mach_make_memory_entry_internal() local
2674 user_handle = IP_NULL; in mach_make_memory_entry_internal()
2742 kr = mach_memory_entry_allocate(&user_entry, &user_handle); in mach_make_memory_entry_internal()
2893 *object_handle = user_handle; in mach_make_memory_entry_internal()
2933 kr = mach_memory_entry_allocate(&user_entry, &user_handle); in mach_make_memory_entry_internal()
2951 *object_handle = user_handle; in mach_make_memory_entry_internal()
3159 kr = mach_memory_entry_allocate(&user_entry, &user_handle); in mach_make_memory_entry_internal()
3189 *object_handle = user_handle; in mach_make_memory_entry_internal()
3254 if (mach_memory_entry_allocate(&user_entry, &user_handle) in mach_make_memory_entry_internal()
3317 *object_handle = user_handle; in mach_make_memory_entry_internal()
[all …]