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

/fuchsia/zircon/system/ulib/fdio/include/lib/fdio/
H A Dutil.h67 fdio_t* fdio_remote_create(zx_handle_t h, zx_handle_t event);
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c505 io = fdio_remote_create(handle, 0);
514 io = fdio_remote_create(handle, 0);
517 io = fdio_remote_create(handle, info->file.e);
527 io = fdio_remote_create(handle, 0);
530 io = fdio_remote_create(handle, info->device.e);
584 io = fdio_remote_create(handles[0], 0);
587 io = fdio_remote_create(handles[0], handles[1]);
874 fdio_t* fdio_remote_create(zx_handle_t h, zx_handle_t event) { function
H A Dunistd.c590 fdio_fdtab[arg_fd] = fdio_remote_create(h, event);

Completed in 174 milliseconds