Searched refs:pcies (Results 1 – 2 of 2) sorted by relevance
600 if (*num < pcies.size()) in systemInfoUpdate()602 pcies.resize(*num); in systemInfoUpdate()609 if (index + 1 > pcies.size()) in systemInfoUpdate()611 pcies.emplace_back(std::make_unique<phosphor::smbios::Pcie>( in systemInfoUpdate()617 pcies[index]->pcieInfoUpdate( in systemInfoUpdate()
193 std::vector<std::unique_ptr<Pcie>> pcies; member in phosphor::smbios::MDRV2