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

/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp2015 static struct zx_bind_inst root_device_binding = variable in typeref:struct:zx_bind_inst
2019 return (drv->binding_size == sizeof(root_device_binding)) &&
2020 (memcmp(&root_device_binding, drv->binding, sizeof(root_device_binding)) == 0);

Completed in 17 milliseconds