Home
last modified time | relevance | path

Searched refs:slotIt (Results 1 – 1 of 1) sorted by relevance

/openbmc/smbios-mdr/src/
H A Dpcieslot.cpp97 auto slotIt = PCIeTypeByLength.find(slotLength); in pcieType() local
98 if (slotIt != PCIeTypeByLength.end()) in pcieType()
100 pcieSlotType = slotIt->second; in pcieType()