Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp1082 auto compEffCount = pdr->composite_effecter_count; in printStateEffecterPDR() local
1084 while (compEffCount--) in printStateEffecterPDR()
1089 output.emplace(("stateSetID[" + std::to_string(compEffCount) + "]"), in printStateEffecterPDR()
1092 ("possibleStatesSize[" + std::to_string(compEffCount) + "]"), in printStateEffecterPDR()
1095 ("possibleStates[" + std::to_string(compEffCount) + "]"), in printStateEffecterPDR()
1101 if (compEffCount) in printStateEffecterPDR()