Home
last modified time | relevance | path

Searched refs:_handler (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp89 _path(""), _intf(""), _prop(""), _handler(std::forward<U>(handler)) in Properties()
94 _handler(std::forward<U>(handler)) in Properties()
128 _handler(zone, _path, _intf, _prop, std::forward<T>(value)); in operator ()()
135 _handler(zone, _path, _intf, _prop, std::forward<T>(val)); in operator ()()
159 [&zone, handler = std::move(_handler)](const auto& member) { in operator ()()
183 U _handler; member
237 _handler(std::forward<U>(handler)) in InterfacesAdded()
279 _handler(zone, _path, _intf, _prop, std::forward<T>(value)); in operator ()()
287 U _handler; member
324 _path(path), _intf(intf), _handler(std::forward<U>(handler)) in InterfacesRemoved()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0007-RH-warn-on-invalid-regex-instead-of-failing.patch64 @@ -1854,7 +1882,7 @@ ble_ ## option ## _handler (struct config *conf, vector strvec, \
73 @@ -1874,7 +1902,7 @@ ble_ ## option ## _ ## name ## _handler (struct config *conf, vector strvec, \
/openbmc/u-boot/include/
H A Dimage.h1418 #define U_BOOT_FIT_LOADABLE_HANDLER(_type, _handler) \ argument
1421 .handler = _handler, \