Searched refs:pName (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 260 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local 264 pName = PyUnicode_FromString( in getPythonJSON() 266 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON() 267 pModule = PyImport_Import(pName); in getPythonJSON()
|
H A D | src.cpp | 129 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local 132 pName = PyUnicode_FromString( in getPythonJSON() 134 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON() 135 pModule = PyImport_Import(pName); in getPythonJSON()
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | IntrusionSensorMain.cpp | 269 const auto* pName = in getNicNameInfo() local 271 if (pEthIndex != nullptr && pName != nullptr) in getNicNameInfo() 273 lanInfoMap[*pEthIndex] = *pName; in getNicNameInfo() 277 << " is " << *pName << "\n"; in getNicNameInfo()
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 247 PyObject* pName = PyUnicode_FromString("sys"); in getPlugins() local 248 PyObject* pModule = PyImport_Import(pName); in getPlugins() 249 Py_XDECREF(pName); in getPlugins()
|