Home
last modified time | relevance | path

Searched refs:func_ (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/acpi/
H A Dirq_helper.h37 #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 Dobject_server.hpp191 CallbackType func_; member in sdbusplus::asio::callback_method_instance
194 callback_method_instance(CallbackType&& func) : func_(func) {} in callback_method_instance()
211 callFunction(ret, inputArgs, func_); in operator ()()
215 callFunction(ret, dbusArgs, func_); in operator ()()
229 CallbackType&& func) : io_(io), func_(func) in coroutine_method_instance()
246 CallbackType func_; member in sdbusplus::asio::coroutine_method_instance
273 callFunction(ret, inputArgs, func_); in after_spawn()
279 callFunction(ret, inputArgs, func_); in after_spawn()
309 value_(value), func_(std::forward<CallbackType>(func)) in callback_get_instance()
313 *value_ = func_(*value_); in operator ()()
[all …]
/openbmc/qemu/util/
H A Dqsp.c360 #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) \
/openbmc/linux/arch/x86/events/
H A Dperf_event.h986 #define x86_add_quirk(func_) \ argument
989 .func = func_, \