Searched refs:pName (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | user_data_json.cpp | 247 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 D | src.cpp | 116 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 D | IntrusionSensorMain.cpp | 261 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 D | peltool.cpp | 219 PyObject* pName = PyUnicode_FromString("sys"); in getPlugins() local 220 PyObject* pModule = PyImport_Import(pName); in getPlugins() 221 Py_XDECREF(pName); in getPlugins()
|