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

/fuchsia/zircon/system/core/devmgr/
H A Ddevice-internal.h134 zx_status_t device_open_at(zx_device_t* dev, zx_device_t** out, const char* path, uint32_t flags);
H A Ddevhost-api.cpp193 zx_status_t device_open_at(zx_device_t* dev, zx_device_t** out, const char* path, uint32_t flags) { function
H A Ddevhost-rpc-server.cpp99 if ((r = device_open_at(dev, &dev, path, flags)) < 0) {

Completed in 25 milliseconds