Searched refs:func_ (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/arch/x86/include/asm/acpi/ |
| H A D | irq_helper.h | 37 #define RP_IRQ_ROUTES(prefix_, func_, a_, b_, c_, d_) \ argument 38 Name(prefix_ ## func_ ## P, Package() \ 54 #define RP_IRQ_ROUTES(prefix_, func_, a_, b_, c_, d_) \ argument 55 Name(prefix_ ## func_ ## A, Package() \ 95 #define RP_METHOD(prefix_, dev_, func_)\ argument 96 Device (prefix_ ## 0 ## func_) \ 98 Name(_ADR, dev_ ## 000 ## func_) \ 102 Return (prefix_ ## func_ ## A) \ 104 Return (prefix_ ## func_ ## P) \
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | object_server.hpp | 194 CallbackType func_; member in sdbusplus::asio::callback_method_instance 197 callback_method_instance(CallbackType&& func) : func_(func) {} in callback_method_instance() 216 callFunction(ret, inputArgs, func_); in operator ()() 220 callFunction(ret, dbusArgs, func_); in operator ()() 234 CallbackType&& func) : io_(io), func_(func) in coroutine_method_instance() 251 CallbackType func_; member in sdbusplus::asio::coroutine_method_instance 278 callFunction(ret, inputArgs, func_); in after_spawn() 284 callFunction(ret, inputArgs, func_); in after_spawn() 314 value_(value), func_(std::forward<CallbackType>(func)) in callback_get_instance() 318 *value_ = func_(*value_); in operator ()() [all …]
|
| /openbmc/qemu/util/ |
| H A D | qsp.c | 360 #define QSP_GEN_VOID(type_, qsp_t_, func_, impl_) \ argument 361 static void func_(type_ *obj, const char *file, int line) \ 374 #define QSP_GEN_RET1(type_, qsp_t_, func_, impl_) \ argument 375 static int func_(type_ *obj, const char *file, int line) \
|