Home
last modified time | relevance | path

Searched defs:_match (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/src/bus/
H A Dmatch.cpp10 static slot_t makeMatch(SdBusInterface* intf, sd_bus* bus, const char* _match, in makeMatch()
22 match::match(sdbusplus::bus_t& bus, const char* _match, in match()
38 match::match(sdbusplus::bus_t& bus, const char* _match, callback_t callback) : in match()
/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp222 sdbusplus::bus::match_t _match; member in phosphor::fan::PGoodState
379 sdbusplus::bus::match_t _match; member in phosphor::fan::HostPowerState
H A Djson_config.hpp352 std::unique_ptr<sdbusplus::bus::match_t> _match; member in phosphor::fan::JsonConfig
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py822 def _match(event: QMPMessage) -> bool: function
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1662 def _match(self, regex, path): member in ExcludeFilter