Home
last modified time | relevance | path

Searched refs:calloutData (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-debug-collector/watchdog/
H A Dffdc_file.cpp20 calloutData(calloutDataObject.dump()) in FFDCFile()
48 ssize_t rc = write(fd, calloutData.c_str(), calloutData.size()); in prepareFFDCFile()
59 else if (rc != static_cast<ssize_t>(calloutData.size())) in prepareFFDCFile()
64 calloutData.size()); in prepareFFDCFile()
H A Dffdc_file.hpp49 explicit FFDCFile(const json& calloutData);
94 std::string calloutData; member in watchdog::dump::FFDCFile
/openbmc/openpower-proc-control/extensions/phal/
H A Dcreate_pel.cpp81 void createErrorPEL(const std::string& event, const json& calloutData, in createErrorPEL() argument
94 FFDCFile ffdcFile(calloutData); in createErrorPEL()
288 calloutData(pHALCalloutData.dump()), in FFDCFile()
327 ssize_t rc = write(fileFD, calloutData.c_str(), calloutData.size()); in writeCalloutData()
337 else if (rc != static_cast<ssize_t>(calloutData.size())) in writeCalloutData()
342 calloutFile, rc, calloutData.size()) in writeCalloutData()
H A Dcreate_pel.hpp34 void createErrorPEL(const std::string& event, const json& calloutData = {},
98 std::string calloutData; member in openpower::pel::FFDCFile
/openbmc/openpower-debug-collector/dump/
H A Dcreate_pel.cpp161 calloutData(pHALCalloutData.dump()), in FFDCFile()
200 ssize_t rc = write(fileFD, calloutData.c_str(), calloutData.size()); in writeCalloutData()
210 else if (rc != static_cast<ssize_t>(calloutData.size())) in writeCalloutData()
215 calloutData.size()); in writeCalloutData()
H A Dcreate_pel.hpp99 std::string calloutData; member in openpower::dump::pel::FFDCFile
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp290 auto calloutData = pelJSONFmtCalloutDataList.dump(); in process() local
291 util::TemporaryFile ffdcFile(calloutData.c_str(), calloutData.size()); in process()