Home
last modified time | relevance | path

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

/kernel/syscalls/
A Dpriv.h51 return out.copy_to_user(current_process->MapHandleToValue(h_)); in begin_copyout()
A Dchannel.cpp80 static void MapHandleToValue( in MapHandleToValue() function
82 *out = up->MapHandleToValue(handle); in MapHandleToValue()
85 static void MapHandleToValue( in MapHandleToValue() function
87 out->handle = up->MapHandleToValue(handle); in MapHandleToValue()
101 MapHandleToValue(up, handle_list[i], &hvs[i]); in msg_get_handles()
A Dtask.cpp441 auto arg_nhv = process->MapHandleToValue(arg_handle); in sys_process_start()
/kernel/object/include/object/
A Dprocess_dispatcher.h83 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()
/kernel/object/
A Dprocess_dispatcher.cpp440 zx_handle_t ProcessDispatcher::MapHandleToValue(const Handle* handle) const { in MapHandleToValue() function in ProcessDispatcher
444 zx_handle_t ProcessDispatcher::MapHandleToValue(const HandleOwner& handle) const { in MapHandleToValue() function in ProcessDispatcher
/kernel/lib/userboot/
A Duserboot.cpp167 zx_handle_t hv = process->MapHandleToValue(user_channel_handle); in make_bootstrap_channel()

Completed in 27 milliseconds