Home
last modified time | relevance | path

Searched full:plid (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dphal_service_actions.cpp62 * @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 Dphal_service_actions.hpp20 * @param[in] plid - the PLID
23 const DataInterfaceBase& dataIface, uint32_t plid);
H A Dpel.hpp129 * @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 Drepository.hpp37 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 Ddata_interface.hpp462 * @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 Dprivate_header.hpp203 uint32_t plid() const in plid() function in openpower::pels::PrivateHeader
H A Drepository.cpp126 pel.plid(), in restore()
189 pel->plid(), in add()
/openbmc/openpower-hw-diags/attn/pel/
H A Dprivate_header.cpp37 void PrivateHeader::setPlid(uint32_t plid) in setPlid() argument
39 _plid = plid; in setPlid()
H A Dpel_minimal.cpp112 void PelMinimal::setPlid(uint32_t plid) in setPlid() argument
114 _ph->setPlid(plid); in setPlid()
H A Dprivate_header.hpp108 * @brief Set the plid in this PEL
110 * @param[in] plid - platform log ID
112 void setPlid(uint32_t plid);
H A Dpel_minimal.hpp132 * @brief Update the PLID
134 void setPlid(uint32_t plid);
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.cpp92 // 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 Danalyzer_main.hpp43 * @return The platform log ID (PLID) of the PEL generated during analysis. Will
H A Danalyzer_main.cpp206 trace::inf("PEL created: PLID=0x%0" PRIx32, o_plid); in analyzeHardware()
/openbmc/openpower-debug-collector/dump/
H A Dcreate_pel.cpp41 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 DEntry.interface.yaml33 linked to the same event by using the same PLID value.
/openbmc/phosphor-logging/test/openpower-pels/
H A Dprivate_header_test.cpp73 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 Dcreate_pel.cpp139 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 Dtest_bmc_pel.robot54 # [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 Ddbus.cpp347 // 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 Dattn_logging.cpp139 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 Docc_ffdc.cpp39 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 DPEL.interface.yaml116 Note that the PEL's platform log ID (PLID) field is always equal
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader366 #PLID 4 Comes from errorlog
376 #PLID
/openbmc/openbmc-test-automation/lib/
H A Dpel_utils.py45 [PLID]: 0x50000031

12