Searched refs:upEntry (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
| H A D | dump_manager_system.cpp | 38 openpower::dump::system::Entry* upEntry = nullptr; in notify() local 63 upEntry = sysEntry; in notify() 82 (upEntry == nullptr)) in notify() 84 upEntry = sysEntry; in notify() 88 if (upEntry != nullptr) in notify() 93 "ID", upEntry->getDumpId(), "SOURCE_ID", dumpId, "SIZE", size); in notify() 94 upEntry->update(timeStamp, size, dumpId); in notify()
|
| H A D | dump_manager_resource.cpp | 36 openpower::dump::resource::Entry* upEntry = NULL; in notify() local 59 (upEntry == NULL)) in notify() 61 upEntry = resEntry; in notify() 64 if (upEntry != NULL) in notify() 68 "DUMP_ID", upEntry->getDumpId(), "SOURCE_ID", dumpId, "SIZE", in notify() 70 upEntry->update(timeStamp, size, dumpId); in notify()
|