Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Danalyzer_main.cpp100 uint32_t o_plid = 0; // default, zero indicates PEL was not created in analyzeHardware() local
105 return o_plid; in analyzeHardware()
198 o_plid = commitPel(servData); in analyzeHardware()
200 if (0 == o_plid) in analyzeHardware()
206 trace::inf("PEL created: PLID=0x%0" PRIx32, o_plid); in analyzeHardware()
232 return o_plid; in analyzeHardware()
H A Dcreate_pel.cpp385 uint32_t o_plid = 0; // default, zero indicates PEL was not created in commitPel() local
433 o_plid = util::dbus::createPel(message, severity, logData, userData); in commitPel()
435 if (0 == o_plid) in commitPel()
441 return o_plid; in commitPel()