Searched refs:hin (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/core/devmgr/
H A Ddevhost.cpp242 zx_handle_t hin[3]; local
247 if ((r = zx_channel_read(h, 0, &msg, hin, msize,
261 .handles = hin,
306 dev->rpc = hin[0];
310 newios->ph.handle = hin[0];
329 // hin: rpc, vmo, optional-rsrc
331 hin[2] = ZX_HANDLE_INVALID;
345 if ((r = dh_find_driver(name, hin[1], &drv)) < 0) {
359 .rpc = hin[0],
362 r = drv->ops->create(drv->ctx, &parent, "proxy", args, hin[
[all...]
H A Ddevmgr-coordinator.cpp1195 zx_handle_t hin[3]; local
1205 if ((r = zx_channel_read(dev->hrpc, 0, &msg, hin,
1215 zx_handle_close(hin[--hcount]);
1236 if ((r = dc_add_device(dev, hin[0], &msg, name, args, data,
1238 zx_handle_close(hin[0]);
1290 dmctl_socket = hin[0];
1303 zx_channel_write(virtcon_open, 0, nullptr, 0, hin, 1);
1311 dc_watch(hin[0]);
1320 dc_mexec(hin);
1447 zx_handle_close(hin[
[all...]

Completed in 20 milliseconds