Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.cpp104 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 Dfan_error.cpp202 nlohmann::json FanError::getJournalEntries(int numLines) const in getJournalEntries()
227 entries.reserve(2 * numLines); in getJournalEntries()
261 if (count++ >= numLines) in getJournalEntries()
H A Dfan_error.hpp145 nlohmann::json getJournalEntries(int numLines) const;
/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp292 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 Docc_ffdc.hpp181 static nlohmann::json getJournalEntries(int numLines,
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp641 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 Dregistry.hpp124 size_t numLines; member
H A Dregistry.cpp678 ac.numLines = capture.at("NumLines").get<size_t>(); in getJournalCapture()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp1187 EXPECT_EQ(acl[0].numLines, 5); in TEST_F()
1190 EXPECT_EQ(acl[1].numLines, 6); in TEST_F()