Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp247 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local
251 pName = PyUnicode_FromString( in getPythonJSON()
253 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON()
254 pModule = PyImport_Import(pName); in getPythonJSON()
H A Dsrc.cpp116 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local
119 pName = PyUnicode_FromString( in getPythonJSON()
121 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON()
122 pModule = PyImport_Import(pName); in getPythonJSON()
/openbmc/dbus-sensors/src/intrusion/
H A DIntrusionSensorMain.cpp261 const auto* pName = in getNicNameInfo() local
263 if (pEthIndex != nullptr && pName != nullptr) in getNicNameInfo()
265 lanInfoMap[*pEthIndex] = *pName; in getNicNameInfo()
267 "ETH_INDEX", *pEthIndex, "NAME", *pName); in getNicNameInfo()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp219 PyObject* pName = PyUnicode_FromString("sys"); in getPlugins() local
220 PyObject* pModule = PyImport_Import(pName); in getPlugins()
221 Py_XDECREF(pName); in getPlugins()