Home
last modified time | relevance | path

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

/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dmain.cpp89 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 Dpower_supply.hpp94 void enableHistory(const std::string& objectPath, size_t numRecords,
H A Dpower_supply.cpp779 size_t numRecords, in enableHistory() argument
787 recordManager = std::make_unique<history::RecordManager>(numRecords); in enableHistory()
/openbmc/phosphor-power/power-supply/
H A Dmain.cpp97 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 Dpower_supply.hpp94 void enableHistory(const std::string& objectPath, size_t numRecords,
H A Dpower_supply.cpp709 size_t numRecords, in enableHistory() argument
717 recordManager = std::make_unique<history::RecordManager>(numRecords); in enableHistory()
/openbmc/pldm/libpldmresponder/
H A Dfru.hpp106 uint16_t numRecords() const in numRecords() function in pldm::responder::FruImpl
H A Dfru.cpp465 impl.size(), impl.numRSI(), impl.numRecords(), impl.checkSum(), in getFRURecordTableMetadata()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp1169 uint8_t numRecords = sensors.size(); in getSensorInfo() local
1171 return ipmi::responseSuccess(totalInstances, numRecords, sensors); in getSensorInfo()