Searched refs:MapHandleToValue (Results 1 – 6 of 6) sorted by relevance
51 return out.copy_to_user(current_process->MapHandleToValue(h_)); in begin_copyout()
80 static void MapHandleToValue( in MapHandleToValue() function82 *out = up->MapHandleToValue(handle); in MapHandleToValue()85 static void MapHandleToValue( in MapHandleToValue() function87 out->handle = up->MapHandleToValue(handle); in MapHandleToValue()101 MapHandleToValue(up, handle_list[i], &hvs[i]); in msg_get_handles()
441 auto arg_nhv = process->MapHandleToValue(arg_handle); in sys_process_start()
83 zx_handle_t MapHandleToValue(const Handle* handle) const;84 zx_handle_t MapHandleToValue(const HandleOwner& handle) const;174 zx_status_t s = func(MapHandleToValue(&handle), handle.rights(), in ForEachHandle()
440 zx_handle_t ProcessDispatcher::MapHandleToValue(const Handle* handle) const { in MapHandleToValue() function in ProcessDispatcher444 zx_handle_t ProcessDispatcher::MapHandleToValue(const HandleOwner& handle) const { in MapHandleToValue() function in ProcessDispatcher
167 zx_handle_t hv = process->MapHandleToValue(user_channel_handle); in make_bootstrap_channel()
Completed in 27 milliseconds