Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp287 static auto __impl(_Action __action, _Ts... __ts) -> __task<_Ts...> in __impl()
289 co_await static_cast<_Action&&>(__action)(static_cast<_Ts&&>(__ts)...); in __impl() local
295 auto operator()(_Action&& __action, _Ts&&... __ts) const -> __task<_Ts...> in operator ()()
297 return __impl(static_cast<_Action&&>(__action), in operator ()()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.h29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument
38 cpu_to_be32(FW_PORT_CMD_ACTION_V(__action) | \
/openbmc/u-boot/include/
H A Dsearch.h78 extern int hsearch_r(ENTRY __item, ACTION __action, ENTRY ** __retval,