Searched full:sourcedumpid (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | system_dump_entry.cpp | 27 "ID", id, "URI", uri, "SOURCE_DUMP_ID", sourceDumpId()); in initiateOffload() 29 phosphor::dump::host::requestOffload(sourceDumpId()); in initiateOffload() 34 auto srcDumpID = sourceDumpId(); in delete_()
|
H A D | resource_dump_entry.cpp | 30 "ID", id, "URI", uri, "SOURCE_DUMP_ID", sourceDumpId()); in initiateOffload() 39 phosphor::dump::host::requestOffload(sourceDumpId()); in initiateOffload() 44 auto srcDumpID = sourceDumpId(); in delete_()
|
H A D | system_dump_entry.hpp | 64 sourceDumpId(sourceId); in Entry() 83 sourceDumpId(sourceId); in update()
|
H A D | resource_dump_entry.hpp | 71 sourceDumpId(sourceId); in Entry() 90 sourceDumpId(sourceId); in update()
|
H A D | dump_manager_system.cpp | 46 if ((sysEntry->sourceDumpId() == dumpId) && (sysEntry->size() == size)) in notify() 67 else if (sysEntry->sourceDumpId() == dumpId) in notify() 81 if ((sysEntry->sourceDumpId() == INVALID_SOURCE_ID) && in notify()
|
H A D | dump_manager_resource.cpp | 44 if ((resEntry->sourceDumpId() == dumpId) && in notify() 58 (resEntry->sourceDumpId() == INVALID_SOURCE_ID) && in notify()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/ |
H A D | NewDump.interface.yaml | 16 - name: SourceDumpId 23 dump the SourceDumpId will be used.
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/ |
H A D | Notify.interface.yaml | 22 - name: SourceDumpId 28 to the source of the dump, the SourceDumpId will be used.
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/ |
H A D | Resource.interface.yaml | 9 - name: SourceDumpId 15 id but when communicating to the source of the dump the SourceDumpId
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/ |
H A D | System.interface.yaml | 11 - name: SourceDumpId 17 when communicating to the source of the dump the SourceDumpId will be
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_dump.cpp | 87 if (propertyMap.first == "SourceDumpId") in findDumpObjPath() 102 "Invalid SourceDumpId in curResDumpEntryPath '{PATH}' but continuing with next entry for a match...", in findDumpObjPath() 264 DBusMapping dbusMapping{path.c_str(), dumpIntf, "SourceDumpId", in fileAck()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dump_utils.robot | 362 # "SourceDumpId": 117440513,
|