Home
last modified time | relevance | path

Searched refs:get_path (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp243 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 D0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch20 …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 D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch21 …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 D0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch23 -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 D0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch20 …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 D0002-automake-Update-for-python.m4-to-respect-libdir.patch40 - 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 Dops.h52 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 Dplanetcore.c119 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
/openbmc/boost-dbus/include/dbus/
H A Dendpoint.hpp33 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 Dmessage.hpp33 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 D0001-drop-FindPythonInstDir.cmake.patch35 -from sysconfig import get_path
36 -path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
/openbmc/linux/drivers/interconnect/
H A Ddebugfs-client.c39 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 Dmkvenv.py193 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 Doe-pkgdata-browser160 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 DExitAirTempSensor.cpp218 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 Dmessage.cpp21 ASSERT_EQ("/", m.get_path()); in TEST()
/openbmc/phosphor-led-manager/fault-monitor/
H A Doperational-status-monitor.cpp21 std::string invObjectPath = msg.get_path(); in matchHandler()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/
H A D0001-Make-python-path-configurable.patch26 -pythondir = join_paths(prefix, python3.get_path('purelib'))
/openbmc/qemu/scsi/
H A Dpr-manager-helper.c272 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 D0001-fix-pythondir-for-multilib-when-cross-compiling.patch25 -py3libdir = $(shell python3 -c "import sysconfig; print(sysconfig.get_path('platlib', vars={'platb…
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp343 sensorsChanged->insert(message.get_path()); in main()
366 std::string path = message.get_path(); in main()
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.hpp75 std::filesystem::path name(msg.get_path()); in IpmiPostReporter()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/
H A D0001-_setuputils.py-Do-not-add-sys_inc_dir.patch26 - sys_inc_dir = os.path.abspath(sysconfig.get_path("include")) # 2
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp117 sdbusplus::message::object_path path(msg.get_path()); in getReadingsForReport()
/openbmc/phosphor-virtual-sensor/
H A DdbusSensor.cpp112 std::string path = msg.get_path(); in handleDbusSignalPropChange()

123