Lines Matching refs:handle_value
116 static zx_status_t channel_read(zx_handle_t handle_value, uint32_t options, in channel_read() argument
122 handle_value, bytes.get(), actual_bytes.get(), handles.get(), actual_handles.get()); in channel_read()
127 zx_status_t result = up->GetDispatcherWithRights(handle_value, ZX_RIGHT_READ, &channel); in channel_read()
174 zx_status_t sys_channel_read(zx_handle_t handle_value, uint32_t options, in sys_channel_read() argument
180 return channel_read(handle_value, options, in sys_channel_read()
185 zx_status_t sys_channel_read_etc(zx_handle_t handle_value, uint32_t options, in sys_channel_read_etc() argument
191 return channel_read(handle_value, options, in sys_channel_read_etc()
281 zx_status_t sys_channel_write(zx_handle_t handle_value, uint32_t options, in sys_channel_write() argument
285 handle_value, user_bytes.get(), num_bytes, user_handles.get(), num_handles, options); in sys_channel_write()
296 zx_status_t status = up->GetDispatcherWithRights(handle_value, ZX_RIGHT_WRITE, &channel); in sys_channel_write()
327 zx_status_t sys_channel_call_noretry(zx_handle_t handle_value, uint32_t options, in sys_channel_call_noretry() argument
353 status = up->GetDispatcherWithRights(handle_value, ZX_RIGHT_WRITE | ZX_RIGHT_READ, &channel); in sys_channel_call_noretry()