Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp502 uint64_t endChunkSeqNum = 0; in handleManagersJournalLogEntryCollectionGet() local
505 if (sd_journal_get_seqnum(journal.get(), &endChunkSeqNum, nullptr) < in handleManagersJournalLogEntryCollectionGet()
541 BMCWEB_LOG_DEBUG("start={} end={}", startChunkSeqNum, endChunkSeqNum); in handleManagersJournalLogEntryCollectionGet()
542 index = endChunkSeqNum - startChunkSeqNum; in handleManagersJournalLogEntryCollectionGet()
543 if (index > endChunkSeqNum) in handleManagersJournalLogEntryCollectionGet()