Home
last modified time | relevance | path

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

/openbmc/openpower-proc-control/procedures/phal/
H A Dreinit_devtree.cpp132 json jsonCalloutDataList; in reinitDevtree() local
133 jsonCalloutDataList = json::array(); in reinitDevtree()
221 json jsonCalloutDataList; in reinitDevtree() local
222 jsonCalloutDataList = json::array(); in reinitDevtree()
226 jsonCalloutDataList.emplace_back(jsonCalloutData); in reinitDevtree()
228 "org.open_power.PHAL.Error.devtreeReinit", jsonCalloutDataList, {}, in reinitDevtree()
261 json jsonCalloutDataList; in reinitDevtree() local
262 jsonCalloutDataList = json::array(); in reinitDevtree()
266 jsonCalloutDataList.emplace_back(jsonCalloutData); in reinitDevtree()
268 "org.open_power.PHAL.Error.devtreeReinit", jsonCalloutDataList, {}, in reinitDevtree()
H A Dthread_stopall.cpp138 json jsonCalloutDataList; in threadStopAll() local
139 jsonCalloutDataList = json::array(); in threadStopAll()
143 jsonCalloutDataList.emplace_back(jsonCalloutData); in threadStopAll()
146 jsonCalloutDataList, pelAdditionalData, Severity::Informational); in threadStopAll()
H A Dstart_host.cpp194 json jsonCalloutDataList; in createPELForHwIsolationSettingsErr() local
195 jsonCalloutDataList = json::array(); in createPELForHwIsolationSettingsErr()
199 jsonCalloutDataList.emplace_back(jsonCalloutData); in createPELForHwIsolationSettingsErr()
202 jsonCalloutDataList, additionalData, in createPELForHwIsolationSettingsErr()
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp281 json jsonCalloutDataList; in processNonFunctionalBootProc() local
355 json jsonCalloutDataList; in processClockInfoErrorHelper() local
356 jsonCalloutDataList = json::array(); in processClockInfoErrorHelper()
474 static void addPlanarCallout(json& jsonCalloutDataList, in addPlanarCallout() argument
486 jsonCalloutDataList.emplace_back(jsonCalloutData); in addPlanarCallout()
568 json jsonCalloutDataList; in processBootErrorHelper() local
569 jsonCalloutDataList = json::array(); in processBootErrorHelper()
765 std::sort(jsonCalloutDataList.begin(), jsonCalloutDataList.end(), in processBootErrorHelper()
883 json jsonCalloutDataList; in processSbeBootError() local
884 jsonCalloutDataList = json::array(); in processSbeBootError()
[all …]
H A Dcreate_pel.cpp49 json& jsonCalloutDataList) in getSBECallout() argument
58 jsonCalloutDataList.emplace_back(std::move(jsonProcedCallout)); in getSBECallout()
71 jsonCalloutDataList.emplace_back(std::move(jsonProcCallout)); in getSBECallout()
186 json jsonCalloutDataList; in createSbeErrorPEL() local
187 jsonCalloutDataList = json::array(); in createSbeErrorPEL()
188 getSBECallout(procTarget, jsonCalloutDataList); in createSbeErrorPEL()
189 FFDCFilePtr = std::make_unique<FFDCFile>(jsonCalloutDataList); in createSbeErrorPEL()
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_main.cpp47 json& jsonCalloutDataList) in getSBECallout() argument
55 jsonCalloutDataList.emplace_back(jsonProcedCallout); in getSBECallout()
68 jsonCalloutDataList.emplace_back(jsonProcCallout); in getSBECallout()
142 json jsonCalloutDataList; in handleSbeBootError() local
143 jsonCalloutDataList = json::array(); in handleSbeBootError()
144 getSBECallout(procTarget, jsonCalloutDataList); in handleSbeBootError()
145 ffdcFilePtr = std::make_unique<FFDCFile>(jsonCalloutDataList); in handleSbeBootError()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp225 static void addPlanarCallout(json& jsonCalloutDataList, in addPlanarCallout() argument
237 jsonCalloutDataList.emplace_back(jsonCalloutData); in addPlanarCallout()