Searched refs:smc (Results 1 – 5 of 5) sorted by relevance
193 const pbus_smc_t& smc = resources_.smc(index); in PDevGetSmc() local198 return zx::resource::create(*bus_->GetResource(), options, smc.service_call_num_base, smc.count, in PDevGetSmc()
44 inline const pbus_smc_t& smc(size_t i) const { return smcs_[i]; } in smc() function
158 const pbus_smc_t& smc = dr->smc(index); in RpcGetSmc() local163 smc.service_call_num_base, smc.count, rsrc_name, in RpcGetSmc()
52 GetSmc(uint32 index) -> (zx.status s, handle<resource> smc);
81 vector<PbusSmc> smc;
Completed in 10 milliseconds