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.cpp778 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 Dmain.cpp95 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 Dpower_supply.hpp94 void enableHistory(const std::string& objectPath, size_t numRecords,
H A Dpower_supply.cpp714 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 Dfru.hpp112 uint16_t numRecords() const in numRecords() function in pldm::responder::FruImpl
H A Dfru.cpp779 impl.size(), impl.numRSI(), impl.numRecords(), impl.checkSum(), in getFRURecordTableMetadata()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp1497 uint8_t numRecords = sensors.size(); in getSensorInfo() local
1499 return ipmi::responseSuccess(totalInstances, numRecords, sensors); in getSensorInfo()