Searched refs:numRecords (Results 1 – 9 of 9) sorted by relevance
| /openbmc/witherspoon-pfault-analysis/power-supply/ |
| H A D | main.cpp | 89 long int numRecords = 0; in main() local 93 numRecords = std::stol(records); in main() 94 if (numRecords < 0) in main() 101 if (numRecords != 0) in main() 127 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main()
|
| H A D | power_supply.hpp | 94 void enableHistory(const std::string& objectPath, size_t numRecords,
|
| H A D | power_supply.cpp | 778 const std::string& objectPath, size_t numRecords, in enableHistory() argument 785 recordManager = std::make_unique<history::RecordManager>(numRecords); in enableHistory()
|
| /openbmc/phosphor-power/power-supply/ |
| H A D | main.cpp | 95 long int numRecords = 0; in main() local 98 numRecords = std::stol(records); in main() 99 if (numRecords < 0) in main() 106 if (numRecords != 0) in main() 127 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main()
|
| H A D | power_supply.hpp | 94 void enableHistory(const std::string& objectPath, size_t numRecords,
|
| H A D | power_supply.cpp | 714 const std::string& objectPath, size_t numRecords, in enableHistory() argument 721 recordManager = std::make_unique<history::RecordManager>(numRecords); in enableHistory()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru.hpp | 112 uint16_t numRecords() const in numRecords() function in pldm::responder::FruImpl
|
| H A D | fru.cpp | 779 impl.size(), impl.numRSI(), impl.numRecords(), impl.checkSum(), in getFRURecordTableMetadata()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | dcmihandler.cpp | 1497 uint8_t numRecords = sensors.size(); in getSensorInfo() local 1499 return ipmi::responseSuccess(totalInstances, numRecords, sensors); in getSensorInfo()
|