Searched refs:o_plid (Results 1 – 2 of 2) sorted by relevance
100 uint32_t o_plid = 0; // default, zero indicates PEL was not created in analyzeHardware() local105 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()
385 uint32_t o_plid = 0; // default, zero indicates PEL was not created in commitPel() local433 o_plid = util::dbus::createPel(message, severity, logData, userData); in commitPel()435 if (0 == o_plid) in commitPel()441 return o_plid; in commitPel()