Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp160 pdrRecType = ""; in GetPDR()
169 pdrOptionGroup->add_option("-t, --type", pdrRecType, in GetPDR()
228 if (allPDRs || !pdrRecType.empty()) in exec()
230 if (!pdrRecType.empty()) in exec()
232 std::transform(pdrRecType.begin(), pdrRecType.end(), in exec()
233 pdrRecType.begin(), tolower); in exec()
1577 if (!pdrRecType.empty()) in printPDRMsg()
1581 if (!strToPdrType.contains(pdrRecType)) in printPDRMsg()
1583 std::cerr << "PDR type '" << pdrRecType in printPDRMsg()
1593 if (pdr->type != strToPdrType.at(pdrRecType)) in printPDRMsg()
[all …]