Home
last modified time | relevance | path

Searched refs:calloutData (Results 1 – 8 of 8) 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.cpp211 calloutData(pHALCalloutData.dump()), in FFDCFile()
250 ssize_t rc = write(fileFD, calloutData.c_str(), calloutData.size()); in writeCalloutData()
260 else if (rc != static_cast<ssize_t>(calloutData.size())) in writeCalloutData()
265 calloutData.size()); in writeCalloutData()
H A Dcreate_pel.hpp109 std::string calloutData; member in openpower::dump::pel::FFDCFile
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp264 auto calloutData = pelJSONFmtCalloutDataList.dump(); in process() local
265 util::TemporaryFile ffdcFile(calloutData.c_str(), calloutData.size()); in process()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp1204 std::string calloutData(jsonCalloutDataList.dump()); in createHWIsolatedCalloutFile() local
1215 ssize_t rc = write(fileFD, calloutData.c_str(), calloutData.size()); in createHWIsolatedCalloutFile()