Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Ddimm.cpp241 std::string slotString = in dimmDeviceLocator() local
246 if ((std::regex_match(slotString, std::regex("^[A-Za-z]+$"))) && in dimmDeviceLocator()
247 (slotString.length() == 1)) in dimmDeviceLocator()
249 slot(static_cast<uint8_t>(toupper(slotString[0]))); in dimmDeviceLocator()