/openbmc/s2600wf-misc/callback-manager/src/ |
H A D | callback_manager.cpp | 243 criticalAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch() 247 criticalAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch() 251 warningAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch() 255 warningAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch() 274 if (message.get_path() == rootPath) in createAssociationMatch() 293 std::cerr << "Association callback " << message.get_path() in createAssociationMatch() 308 std::cerr << "Illegal Association on " << message.get_path() in createAssociationMatch() 347 fatalAssertMap[message.get_path()]["association"] = fatal; in createAssociationMatch() 348 criticalAssertMap[message.get_path()]["association"] = critical; in createAssociationMatch() 349 warningAssertMap[message.get_path()]["association"] = warning; in createAssociationMatch()
|
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
H A D | 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 20 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('pure… 21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('pure…
|
/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c/ |
H A D | 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat… 22 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
|
/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/ |
H A D | 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch | 23 -from sysconfig import get_path 24 -path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'}) 29 +#from sysconfig import get_path 30 +#path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
|
/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps/ |
H A D | 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 20 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat… 21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0002-automake-Update-for-python.m4-to-respect-libdir.patch | 40 - sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'}) 42 - sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'}) 69 - sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'}) 71 - sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | ops.h | 52 char *(*get_path)(const void *phandle, char *buf, int len); member 201 static inline char *get_path(const void *phandle, char *buf, int len) in get_path() function 203 if (dt_ops.get_path) in get_path() 204 return dt_ops.get_path(phandle, buf, len); in get_path()
|
H A D | planetcore.c | 119 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
|
/openbmc/boost-dbus/include/dbus/ |
H A D | endpoint.hpp | 33 const string& get_path() const { return path_; } in get_path() function in dbus::endpoint 48 os << "path=\"" << e.get_path() << "\" interface=\"" << e.get_interface() in operator <<()
|
H A D | message.hpp | 33 destination.get_process_name().c_str(), destination.get_path().c_str(), in new_call() 43 destination.get_process_name().c_str(), destination.get_path().c_str(), in new_call() 67 auto x = message(dbus_message_new_signal(origin.get_path().c_str(), in new_signal() 82 string get_path() const { in get_path() function in dbus::message 469 << "path='" << m.get_path() << "'," in operator <<()
|
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/ |
H A D | 0001-drop-FindPythonInstDir.cmake.patch | 35 -from sysconfig import get_path 36 -path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
|
/openbmc/linux/drivers/interconnect/ |
H A D | debugfs-client.c | 39 static struct icc_path *get_path(const char *src, const char *dst) in get_path() function 68 cur_path = get_path(src, dst); in icc_get_set()
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 193 return sysconfig.get_path("purelib") 208 lib_path = sysconfig.get_path( 452 bin_path = sysconfig.get_path("scripts") 503 _path_is_prefix(sysconfig.get_path("purelib"), path) 504 or _path_is_prefix(sysconfig.get_path("platlib"), path)
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-pkgdata-browser | 160 path = self.recipe_store.get_path(it) 167 path = self.package_store.get_path(it) 192 path = self.package_store.get_path(self.package_iters[package])
|
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.cpp | 218 self->tachReadings[message.get_path()] = value; in setupMatches() 219 if (self->tachRanges.find(message.get_path()) == in setupMatches() 223 self->addTachRanges(message.get_sender(), message.get_path()); in setupMatches() 564 std::string path = message.get_path(); in setupMatches() 568 self->powerReadings[message.get_path()] = value; in setupMatches()
|
/openbmc/boost-dbus/test/ |
H A D | message.cpp | 21 ASSERT_EQ("/", m.get_path()); in TEST()
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | operational-status-monitor.cpp | 21 std::string invObjectPath = msg.get_path(); in matchHandler()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/ |
H A D | 0001-Make-python-path-configurable.patch | 26 -pythondir = join_paths(prefix, python3.get_path('purelib'))
|
/openbmc/qemu/scsi/ |
H A D | pr-manager-helper.c | 272 static char *get_path(Object *obj, Error **errp) in get_path() function 308 object_class_property_add_str(klass, "path", get_path, set_path); in pr_manager_helper_class_init()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/ |
H A D | 0001-fix-pythondir-for-multilib-when-cross-compiling.patch | 25 -py3libdir = $(shell python3 -c "import sysconfig; print(sysconfig.get_path('platlib', vars={'platb…
|
/openbmc/dbus-sensors/src/adc/ |
H A D | ADCSensorMain.cpp | 343 sensorsChanged->insert(message.get_path()); in main() 366 std::string path = message.get_path(); in main()
|
/openbmc/phosphor-host-postd/ipmisnoop/ |
H A D | ipmisnoop.hpp | 75 std::filesystem::path name(msg.get_path()); in IpmiPostReporter()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/ |
H A D | 0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | 26 - sys_inc_dir = os.path.abspath(sysconfig.get_path("include")) # 2
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | dbus_log_watcher.cpp | 117 sdbusplus::message::object_path path(msg.get_path()); in getReadingsForReport()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | dbusSensor.cpp | 112 std::string path = msg.get_path(); in handleDbusSignalPropChange()
|