Home
last modified time | relevance | path

Searched refs:jsonCalloutData (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp228 json jsonCalloutData; in addPlanarCallout() local
231 jsonCalloutData["InventoryPath"] = in addPlanarCallout()
233 jsonCalloutData["Deconfigured"] = false; in addPlanarCallout()
234 jsonCalloutData["Guarded"] = false; in addPlanarCallout()
235 jsonCalloutData["Priority"] = priority; in addPlanarCallout()
237 jsonCalloutDataList.emplace_back(jsonCalloutData); in addPlanarCallout()
290 json jsonCalloutData; in processClockInfoErrorHelper() local
292 jsonCalloutData["Priority"] = pelPriority; // Not used in processClockInfoErrorHelper()
293 jsonCalloutData["SymbolicFRU"] = in processClockInfoErrorHelper()
295 jsonCalloutData["Deconfigured"] = cdg_tgt.deconfigure; in processClockInfoErrorHelper()
[all …]
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp395 json jsonCalloutData; in processClockInfoErrorHelper() local
397 jsonCalloutData["Priority"] = pelPriority; // Not used in processClockInfoErrorHelper()
398 jsonCalloutData["SymbolicFRU"] = in processClockInfoErrorHelper()
400 jsonCalloutData["Deconfigured"] = cdg_tgt.deconfigure; in processClockInfoErrorHelper()
401 jsonCalloutData["EntityPath"] = cdg_tgt.target_entity_path; in processClockInfoErrorHelper()
402 jsonCalloutDataList.emplace_back(jsonCalloutData); in processClockInfoErrorHelper()
478 json jsonCalloutData; in addPlanarCallout() local
481 jsonCalloutData["InventoryPath"] = in addPlanarCallout()
483 jsonCalloutData["Deconfigured"] = false; in addPlanarCallout()
484 jsonCalloutData["Guarded"] = false; in addPlanarCallout()
[all …]
/openbmc/openpower-proc-control/procedures/phal/
H A Dreinit_devtree.cpp223 json jsonCalloutData; in reinitDevtree() local
224 jsonCalloutData["Procedure"] = "BMC0001"; in reinitDevtree()
225 jsonCalloutData["Priority"] = "M"; in reinitDevtree()
226 jsonCalloutDataList.emplace_back(jsonCalloutData); in reinitDevtree()
263 json jsonCalloutData; in reinitDevtree() local
264 jsonCalloutData["Procedure"] = "BMC0001"; in reinitDevtree()
265 jsonCalloutData["Priority"] = "H"; in reinitDevtree()
266 jsonCalloutDataList.emplace_back(jsonCalloutData); in reinitDevtree()
H A Dthread_stopall.cpp140 json jsonCalloutData; in threadStopAll() local
141 jsonCalloutData["Procedure"] = "BMC0001"; in threadStopAll()
142 jsonCalloutData["Priority"] = "H"; in threadStopAll()
143 jsonCalloutDataList.emplace_back(jsonCalloutData); in threadStopAll()
H A Dstart_host.cpp195 json jsonCalloutData; in createPELForHwIsolationSettingsErr() local
196 jsonCalloutData["Procedure"] = procedureCode; in createPELForHwIsolationSettingsErr()
197 jsonCalloutData["Priority"] = priority; in createPELForHwIsolationSettingsErr()
198 jsonCalloutDataList.emplace_back(jsonCalloutData); in createPELForHwIsolationSettingsErr()