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 | 97 long int numRecords = 0; in main() local 100 numRecords = std::stol(records); in main() 101 if (numRecords < 0) in main() 108 if (numRecords != 0) in main() 129 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 | 715 const std::string& objectPath, size_t numRecords, in enableHistory() argument 722 recordManager = std::make_unique<history::RecordManager>(numRecords); in enableHistory()
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru.hpp | 106 uint16_t numRecords() const in numRecords() function in pldm::responder::FruImpl
|
H A D | fru.cpp | 464 impl.size(), impl.numRSI(), impl.numRecords(), impl.checkSum(), in getFRURecordTableMetadata()
|
/openbmc/phosphor-host-ipmid/ |
H A D | dcmihandler.cpp | 1169 uint8_t numRecords = sensors.size(); in getSensorInfo() local 1171 return ipmi::responseSuccess(totalInstances, numRecords, sensors); in getSensorInfo()
|