/openbmc/sdbusplus/src/bus/ |
H A D | match.cpp | 10 static slot_t makeMatch(SdBusInterface* intf, sd_bus* bus, const char* _match, in makeMatch() argument 14 int r = intf->sd_bus_add_match(bus, &slot, _match, handler, context); in makeMatch() 22 match::match(sdbusplus::bus_t& bus, const char* _match, in match() argument 25 makeMatch(bus.getInterface(), get_busp(bus), _match, handler, context)) in match() 38 match::match(sdbusplus::bus_t& bus, const char* _match, callback_t callback) : in match() argument 40 _slot(makeMatch(bus.getInterface(), get_busp(bus), _match, matchCallback, in match()
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | 0002-configure-support-PIC-code-build.patch | 20 @@ -242,8 +242,9 @@ if eval "$CPP match.S > _match.s 2>/dev/null"; then 21 if test ! -s _match.s || grep error < _match.s > /dev/null; then 23 elif eval "$CC -c _match.s >/dev/null 2>/dev/null" && [ -f _match.o ]; then
|
/openbmc/sdbusplus/include/sdbusplus/bus/ |
H A D | match.hpp | 28 match(sdbusplus::bus_t& bus, const char* _match, 30 inline match(sdbusplus::bus_t& bus, const std::string& _match, in match() 32 match(bus, _match.c_str(), handler, context) in match() 42 match(sdbusplus::bus_t& bus, const char* _match, callback_t callback); 43 inline match(sdbusplus::bus_t& bus, const std::string& _match, in match() 45 match(bus, _match.c_str(), std::move(callback)) in match()
|
/openbmc/linux/drivers/regulator/ |
H A D | hi6421-regulator.c | 129 #define HI6421_LDO(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument 134 .of_match = #_match, \ 168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument 173 .of_match = #_match, \ 208 #define HI6421_LDO_LINEAR_RANGE(_id, _match, n_volt, volt_ranges, vreg, vmask,\ argument 213 .of_match = #_match, \ 245 #define HI6421_BUCK012(_id, _match, vreg, vmask, ereg, emask, sleepmask,\ argument 250 .of_match = #_match, \ 282 #define HI6421_BUCK345(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument 287 .of_match = #_match, \
|
H A D | rk808-regulator.c | 81 .name = (_match), \ 83 .of_match = of_match_ptr(_match), \ 105 .name = (_match), \ 107 .of_match = of_match_ptr(_match), \ 127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 165 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 171 .name = (_match), \ 173 .of_match = of_match_ptr(_match), \ 187 RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ [all …]
|
H A D | axp20x-regulator.c | 348 .name = (_match), \ 350 .of_match = of_match_ptr(_match), \ 370 .name = (_match), \ 372 .of_match = of_match_ptr(_match), \ 389 .name = (_match), \ 391 .of_match = of_match_ptr(_match), \ 401 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument 403 .name = (_match), \ 405 .of_match = of_match_ptr(_match), \ 418 .name = (_match), \ [all …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | core.h | 17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument 27 .acpi_match = (_match), \ 37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ argument 38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match)
|
/openbmc/phosphor-fan-presence/ |
H A D | power_state.hpp | 147 _match(_bus, in PGoodState() 164 _match(_bus, in PGoodState() 223 sdbusplus::bus::match_t _match; member in phosphor::fan::PGoodState 243 _match(_bus, in HostPowerState() 260 _match(_bus, in HostPowerState() 380 sdbusplus::bus::match_t _match; member in phosphor::fan::HostPowerState
|
H A D | json_config.hpp | 122 _match = std::make_unique<sdbusplus::bus::match_t>( in JsonConfig() 357 std::unique_ptr<sdbusplus::bus::match_t> _match; member in phosphor::fan::JsonConfig
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 822 def _match(event: QMPMessage) -> bool: function 832 if _match(event): 843 if _match(event):
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_fast.c | 185 goto _match; in ZSTD_compressBlock_fast_noDict_generic() 280 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_noDict_generic()
|
/openbmc/pldm/tools/fw-update/ |
H A D | README.md | 40 _match with the proprerty names_ used in DSP0267. There is an example metadata
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 611 def _match(tag): function 613 return _match
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1662 def _match(self, regex, path): member in ExcludeFilter 1674 if self._match(regex, path):
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 86 static int get_fc_##title##_match(const char *table_key, \
|