/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | phal_service_actions.cpp | 62 * @param[in] plid - The PEL ID to be associated with the guard 65 void createGuardRecords(const nlohmann::json& jsonCallouts, uint32_t plid, in createGuardRecords() argument 125 dataIface.createGuardRecord(entityPath, eGuardType, plid); in createGuardRecords() 143 * update HWAS_STATE attribute to non functional with PLID information. 146 * @param[in] plid - PLID value 148 void createDeconfigRecords(const nlohmann::json& jsonCallouts, uint32_t plid) in createDeconfigRecords() argument 190 openpower::phal::pdbg::deconfigureTgt(physBinPath, plid); in createDeconfigRecords() 202 const DataInterfaceBase& dataIface, uint32_t plid) in createServiceActions() argument 205 createGuardRecords(jsonCallouts, plid, dataIface); in createServiceActions() 207 createDeconfigRecords(jsonCallouts, plid); in createServiceActions()
|
H A D | phal_service_actions.hpp | 20 * @param[in] plid - the PLID 23 const DataInterfaceBase& dataIface, uint32_t plid);
|
H A D | pel.hpp | 129 * @brief Convenience function to return the PLID field from the 132 * @return uint32_t - the PLID 134 uint32_t plid() const in plid() function in openpower::pels::PEL 136 return _ph->plid(); in plid()
|
H A D | repository.hpp | 37 uint32_t plid; member 47 TransmissionState hmcState, uint32_t plid, bool deconfig, in PELAttributes() 51 hmcState(hmcState), plid(plid), deconfig(deconfig), guard(guard), in PELAttributes()
|
H A D | data_interface.hpp | 462 * @param[in] plid: Pel ID 465 GardType eGardType, uint32_t plid) const = 0; 876 * @param[in] plid: pel id to be associated to the guard record 879 GardType eGardType, uint32_t plid) const override;
|
H A D | private_header.hpp | 203 uint32_t plid() const in plid() function in openpower::pels::PrivateHeader
|
H A D | repository.cpp | 126 pel.plid(), in restore() 189 pel->plid(), in add()
|
/openbmc/openpower-hw-diags/attn/pel/ |
H A D | private_header.cpp | 37 void PrivateHeader::setPlid(uint32_t plid) in setPlid() argument 39 _plid = plid; in setPlid()
|
H A D | pel_minimal.cpp | 112 void PelMinimal::setPlid(uint32_t plid) in setPlid() argument 114 _ph->setPlid(plid); in setPlid()
|
H A D | private_header.hpp | 108 * @brief Set the plid in this PEL 110 * @param[in] plid - platform log ID 112 void setPlid(uint32_t plid);
|
H A D | pel_minimal.hpp | 132 * @brief Update the PLID 134 void setPlid(uint32_t plid);
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_dbus.cpp | 92 // Create returns plid in createPel() 93 int plid = 0; in createPel() local 120 plid = std::get<1>(reply); // platform log id is tuple "second" in createPel() 129 return plid; // platform log id or 0 in createPel()
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | analyzer_main.hpp | 43 * @return The platform log ID (PLID) of the PEL generated during analysis. Will
|
H A D | analyzer_main.cpp | 206 trace::inf("PEL created: PLID=0x%0" PRIx32, o_plid); in analyzeHardware()
|
/openbmc/openpower-debug-collector/dump/ |
H A D | create_pel.cpp | 41 uint32_t plid = 0; in createSbeErrorPEL() local 91 plid = std::get<0>(reply); // dbus entry id is tuple "first" in createSbeErrorPEL() 108 return plid; in createSbeErrorPEL()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/ |
H A D | Entry.interface.yaml | 33 linked to the same event by using the same PLID value.
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | private_header_test.cpp | 73 EXPECT_EQ(ph.plid(), 0x50515253); in TEST_F() 192 EXPECT_EQ(ph.id(), ph.plid()); in TEST_F()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | create_pel.cpp | 139 uint32_t plid = 0; in createSbeErrorPEL() local 223 plid = std::get<1>(reply); // platform log id is tuple "second" in createSbeErrorPEL() 239 return plid; in createSbeErrorPEL()
|
/openbmc/openbmc-test-automation/openpower/pel/ |
H A D | test_bmc_pel.robot | 54 # [PLID]: 0x50000012 69 Valid Value pel_records['${id}']['PLID'] ['${id}'] 126 # [PLID]: 0x50000012 136 # [PLID]: 0x50000013 405 # [PLID]: 0x500053D9 449 # "PLID": "0x500006A0", 476 # "PLID": "0x5000069E", 503 # "PLID": "0x50000CC5",
|
/openbmc/openpower-hw-diags/util/ |
H A D | dbus.cpp | 347 // CreatePELWithFFDCFiles returns plid in createPel() 348 int plid = 0; in createPel() local 382 plid = std::get<1>(reply); // platform log id is tuple "second" in createPel() 391 return plid; // platform log id or 0 in createPel()
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_logging.cpp | 139 auto plid = analyzer::analyzeHardware( in createPelCustom() local 141 if (0 != plid) in createPelCustom() 143 // Link the PLID if an attention was found and a PEL was generated. in createPelCustom() 144 tiPel->setPlid(plid); in createPelCustom()
|
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.cpp | 39 uint32_t plid = 0; in createPEL() local 88 plid = std::get<1>(reply); in createPEL() 95 return plid; in createPEL()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/ |
H A D | PEL.interface.yaml | 116 Note that the PEL's platform log ID (PLID) field is always equal
|
/openbmc/openpower-debug-collector/dump/tools/common/include/ |
H A D | gendumpheader | 366 #PLID 4 Comes from errorlog 376 #PLID
|
/openbmc/openbmc-test-automation/lib/ |
H A D | pel_utils.py | 45 [PLID]: 0x50000031
|