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.cpp1194 auto compEffCount = pdr->composite_effecter_count; in printStateEffecterPDR() local
1196 while (compEffCount--) in printStateEffecterPDR()
1201 output.emplace(("stateSetID[" + std::to_string(compEffCount) + "]"), in printStateEffecterPDR()
1204 ("possibleStatesSize[" + std::to_string(compEffCount) + "]"), in printStateEffecterPDR()
1207 ("possibleStates[" + std::to_string(compEffCount) + "]"), in printStateEffecterPDR()
1213 if (compEffCount) in printStateEffecterPDR()