Searched refs:numLines (Results 1 – 9 of 9) sorted by relevance
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | services.cpp | 104 unsigned int numLines = chip.num_lines(); in getGPIOValues() local 107 "NAME", chip.name(), "LABEL", chipLabel, "NUM_LINES", numLines); in getGPIOValues() 112 for (unsigned int offset = 0; offset < numLines; ++offset) in getGPIOValues()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan_error.cpp | 202 nlohmann::json FanError::getJournalEntries(int numLines) const in getJournalEntries() 227 entries.reserve(2 * numLines); in getJournalEntries() 261 if (count++ >= numLines) in getJournalEntries()
|
| H A D | fan_error.hpp | 145 nlohmann::json getJournalEntries(int numLines) const;
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_ffdc.cpp | 292 nlohmann::json FFDC::getJournalEntries(int numLines, std::string executable) in getJournalEntries() argument 327 entries.reserve(numLines); in getJournalEntries() 344 if (count++ >= numLines) in getJournalEntries()
|
| H A D | occ_ffdc.hpp | 181 static nlohmann::json getJournalEntries(int numLines,
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | pel.cpp | 641 const auto& numLines = std::get<size_t>(jc); in addJournalSections() local 644 auto messages = journal.getMessages("", numLines); in addJournalSections() 659 for (const auto& [syslogID, numLines] : sections) in addJournalSections() 663 auto messages = journal.getMessages(syslogID, numLines); in addJournalSections()
|
| H A D | registry.hpp | 124 size_t numLines; member
|
| H A D | registry.cpp | 678 ac.numLines = capture.at("NumLines").get<size_t>(); in getJournalCapture()
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | registry_test.cpp | 1187 EXPECT_EQ(acl[0].numLines, 5); in TEST_F() 1190 EXPECT_EQ(acl[1].numLines, 6); in TEST_F()
|