Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 171) sorted by relevance

1234567

/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp16 namespace match namespace
19 struct match : private sdbusplus::bus::details::bus_friend struct
30 inline match(sdbusplus::bus_t& bus, const std::string& _match, in match() argument
41 using callback_t = std::function<void(sdbusplus::message_t&)>;
43 inline match(sdbusplus::bus_t& bus, const std::string& _match, in match() argument
49 std::unique_ptr<callback_t> _callback;
50 slot_t _slot;
/openbmc/openbmc-build-scripts/config/lib/
H A Dignore-filter39 match = False variable
44 match = True variable
/openbmc/sdbusplus/src/bus/
H A Dmatch.cpp7 namespace sdbusplus::bus::match namespace
22 match::match(sdbusplus::bus_t& bus, const char* _match, in match() function in sdbusplus::bus::match::match
38 match::match(sdbusplus::bus_t& bus, const char* _match, callback_t callback) : in match() function in sdbusplus::bus::match::match
/openbmc/boost-dbus/include/dbus/
H A Dmatch.hpp24 class match { class
29 match(connection_ptr c, BOOST_ASIO_MOVE_ARG(std::string) e) in match() function in dbus::match
/openbmc/entity-manager/src/
H A Dutils.cpp30 std::smatch match; findFiles() local
48 std::smatch match; findFiles() local
120 static bool match(const nlohmann::json& probe, const T& value) match() function
135 static bool match(const nlohmann::json& probe, const std::string& value) match() function
[all...]
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.cpp42 void subscribe(const std::string& match, SignalPkg&& signalPkg, in subscribe()
101 const auto match = in propertiesChanged() local
125 const auto match = in interfacesAdded() local
149 const auto match = in interfacesRemoved() local
188 const auto match = rules::nameOwnerChanged(serv); in nameOwnerChanged() local
227 const auto match = in member() local
/openbmc/phosphor-logging/
H A Delog_meta.cpp20 const std::string& match, const std::vector<std::string>& data, in build()
45 const std::string& match, const std::vector<std::string>& data, in build()
/openbmc/qemu/scripts/
H A Dcpu-x86-uarch-abi.py132 match = True variable
134 match = False variable
/openbmc/u-boot/drivers/core/
H A Ddevres.c99 dr_match_t match, void *match_data) in devres_find()
115 dr_match_t match, void *match_data) in devres_get()
132 dr_match_t match, void *match_data) in devres_remove()
148 dr_match_t match, void *match_data) in devres_destroy()
161 dr_match_t match, void *match_data) in devres_release()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassiveredundancy.hpp44 sdbusplus::bus::match_t match; member in pid_control::DbusPassiveRedundancy
/openbmc/phosphor-hwmon/
H A Dsensorset.cpp36 std::smatch match; in SensorSet() local
/openbmc/qemu/authz/
H A Dlist.c151 const char *match, in qauthz_list_append_rule()
185 const char *match, in qauthz_list_insert_rule()
221 ssize_t qauthz_list_delete_rule(QAuthZList *auth, const char *match) in qauthz_list_delete_rule()
/openbmc/phosphor-ipmi-flash/tools/
H A Dpci.hpp104 static constexpr struct pci_id_match match{ struct in host_tool::NuvotonPciBridge
142 static constexpr struct pci_id_match match{ struct in host_tool::AspeedPciBridge
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp321 std::optional<SensorBaseConfigMap> I2CMCTPDDevice::match( in match() function in I2CMCTPDDevice
332 std::optional<SensorBaseConfigMap> I3CMCTPDDevice::match( in match() function in I3CMCTPDDevice
343 bool I2CMCTPDDevice::match(const std::set<std::string>& interfaces) in match() function in I2CMCTPDDevice
348 bool I3CMCTPDDevice::match(const std::set<std::string>& interfaces) in match() function in I3CMCTPDDevice
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dpgood_monitor.hpp104 std::unique_ptr<sdbusplus::bus::match_t> match; member in witherspoon::power::PGOODMonitor
H A Druntime_monitor.hpp102 sdbusplus::bus::match_t match; member in witherspoon::power::RuntimeMonitor
/openbmc/phosphor-power/power-sequencer/
H A Dpgood_monitor.hpp104 std::unique_ptr<sdbusplus::bus::match_t> match; member in phosphor::power::PGOODMonitor
H A Druntime_monitor.hpp102 sdbusplus::bus::match_t match; member in phosphor::power::RuntimeMonitor
/openbmc/phosphor-power/
H A Ddbus_interfaces_finder.hpp146 sdbusplus::bus::match_t match; member in phosphor::power::util::DBusInterfacesFinder
/openbmc/phosphor-host-ipmid/
H A Dglobalhandler.cpp11 static constexpr auto match = "bmc0"; variable
/openbmc/sdbusplus/example/
H A Dcoroutine-example.cpp74 auto match = sdbusplus::async::match(ctx, rules::nameOwnerChanged()); in startup() local
/openbmc/qemu/tests/tcg/plugins/
H A Dinsn.c40 Match *match; member
112 MatchCount *match = qemu_plugin_scoreboard_find(insn_match->counts, in vcpu_insn_matched_exec_before() local
253 static void parse_match(char *match) in parse_match()
/openbmc/qemu/ui/
H A Dx_keymap.c39 gboolean match = FALSE; in check_for_xquartz() local
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py40 def _replacer(match): argument
/openbmc/phosphor-fan-presence/control/
H A Dmatches.hpp13 namespace match namespace

1234567