Lines Matching refs:user_handle

2629 	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()
3322 if (user_handle != IP_NULL) { in mach_make_memory_entry_internal()
3328 mach_memory_entry_port_release(user_handle); in mach_make_memory_entry_internal()
3426 ipc_port_t user_handle; in mach_memory_entry_allocate() local
3444 user_handle = ipc_kobject_alloc_port((ipc_kobject_t)user_entry, in mach_memory_entry_allocate()
3449 *user_handle_p = user_handle; in mach_memory_entry_allocate()
3453 user_entry->named_entry_port = user_handle; in mach_memory_entry_allocate()
3492 ipc_port_t user_handle; in mach_memory_object_memory_entry_64() local
3515 if (mach_memory_entry_allocate(&user_entry, &user_handle) in mach_memory_object_memory_entry_64()
3537 *entry_handle = user_handle; in mach_memory_object_memory_entry_64()
4316 ipc_port_t user_handle; in vm_region_object_create() local
4320 if (mach_memory_entry_allocate(&user_entry, &user_handle) in vm_region_object_create()
4341 *object_handle = user_handle; in vm_region_object_create()