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

/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c269 zx_handle_t* handle_target = NULL; local
278 handle_target = &info->extra.file.e;
281 handle_target = &info->extra.device.e;
284 want_handle = *handle_target == FIDL_HANDLE_PRESENT;
288 handle_target = &info->extra.pipe.s;
291 handle_target = &info->extra.vmofile.v;
294 want_handle = *handle_target == FIDL_HANDLE_PRESENT;
308 *handle_target = extra_handle;

Completed in 20 milliseconds