Searched refs:pResult (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 327 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON() local 329 if (pResult) in getPythonJSON() 332 pResult, &pyDecRef); in getPythonJSON() 334 PyUnicode_AsEncodedString(pResult, "utf-8", "~E~"); in getPythonJSON()
|
H A D | src.cpp | 193 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON() local 195 if (pResult) in getPythonJSON() 198 pResult, &pyDecRef); in getPythonJSON() 200 PyUnicode_AsEncodedString(pResult, "utf-8", "~E~"); in getPythonJSON()
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 252 PyObject* pResult = PyDict_GetItemString(pDict, "path"); in getPlugins() local 254 PyList_Append(pResult, pValue); in getPlugins() 256 auto list_size = PyList_Size(pResult); in getPlugins() 259 PyObject* item = PyList_GetItem(pResult, i); in getPlugins()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 952 static int HI_Command(struct drxd_state *state, u16 cmd, u16 * pResult) in HI_Command() argument 971 status = Read16(state, HI_RA_RAM_SRV_RES__A, pResult, 0); in HI_Command()
|