Home
last modified time | relevance | path

Searched refs:ffdcFile (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp94 auto ffdcFile = makeJsonFFDCFile(jsonFFDC); in commit() local
95 if (ffdcFile && (ffdcFile->fd() != -1)) in commit()
97 ffdc.emplace_back(FFDCFormat::JSON, 0x01, 0x01, ffdcFile->fd()); in commit()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp279 util::TemporaryFile ffdcFile(calloutData.c_str(), calloutData.size()); in process() local
286 pf.fd = ffdcFile.getFd(); in process()
290 paths.emplace_back(ffdcFile.getPath(), pf.fd); in process()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp965 PelFFDCfile ffdcFile; in TEST_F() local
966 ffdcFile.format = UserDataFormat::json; in TEST_F()
967 ffdcFile.subType = 0xCA; // Callout JSON in TEST_F()
968 ffdcFile.version = 1; in TEST_F()
991 ffdcFile.fd = writeFileAndGetFD(dir, data); in TEST_F()
994 ffdc.push_back(std::move(ffdcFile)); in TEST_F()
1054 PelFFDCfile ffdcFile; in TEST_F() local
1055 ffdcFile.format = UserDataFormat::json; in TEST_F()
1056 ffdcFile.subType = 0xCA; // Callout JSON in TEST_F()
1057 ffdcFile.version = 1; in TEST_F()
[all …]
/openbmc/openpower-proc-control/extensions/phal/
H A Dcreate_pel.cpp94 FFDCFile ffdcFile(calloutData); in createErrorPEL() local
105 static_cast<uint8_t>(0x01), ffdcFile.getFileFD())); in createErrorPEL()