Home
last modified time | relevance | path

Searched refs:receiver (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp60 template <takes_msg_handler Init, execution::receiver R>
67 init(std::move(init)), receiver(std::move(r)) in callback_operation()
92 execution::set_value(std::move(self.receiver), std::move(msg)); in handler()
96 execution::set_error(std::move(self.receiver), in handler()
115 execution::set_error(std::move(receiver), std::current_exception()); in start()
121 R receiver; member
143 template <execution::receiver R>
H A Dfdio.hpp85 template <execution::receiver Receiver>
89 fdio_completion(fdioInstance), receiver(std::move(r)) in fdio_operation()
95 execution::set_value(std::move(receiver)); in complete()
100 execution::set_error(std::move(receiver), exceptionPtr); in error()
105 execution::set_stopped(std::move(receiver)); in stop()
108 Receiver receiver; member
127 template <execution::receiver R>
H A Dtimer.hpp31 template <execution::receiver R>
38 context_ref(ctx), time(time), receiver(std::move(r)) in sleep_operation()
44 execution::set_value(std::move(self->receiver)); in handler()
57 execution::set_error(std::move(receiver), std::current_exception()); in start()
69 R receiver; member
93 template <execution::receiver R>
H A Dmutex.hpp98 template <execution::receiver Receiver>
102 mutex_completion(mutexInstance), receiver(std::move(r)) in mutex_operation()
108 execution::set_value(std::move(receiver)); in complete()
113 execution::set_stopped(std::move(receiver)); in stop()
116 Receiver receiver; member
133 template <execution::receiver R>
H A Dmatch.hpp99 template <execution::receiver Receiver>
103 match_completion(m), receiver(std::move(r)) in match_operation()
109 execution::set_value(std::move(receiver), std::move(msg)); in complete()
114 execution::set_stopped(std::move(receiver)); in stop()
117 Receiver receiver; member
133 template <execution::receiver R>
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp51 template <execution::receiver R>
55 wait_process_completion(ctx), receiver(std::move(r)) in wait_process_operation()
62 execution::set_value(std::move(this->receiver)); in complete()
69 execution::set_value(std::move(this->receiver)); in stop()
72 R receiver; member
86 template <execution::receiver R>
/openbmc/pldm/requester/
H A Dhandler.hpp468 template <class RequestInterface, stdexec::receiver R>
476 handler(handler), request(std::move(request)), receiver(std::move(r)) in SendRecvMsgOperation()
501 auto stopToken = stdexec::get_stop_token(stdexec::get_env(op.receiver)); in tag_invoke()
506 return stdexec::set_stopped(std::move(op.receiver)); in tag_invoke()
516 return stdexec::set_value(std::move(op.receiver), rc, in tag_invoke()
536 return stdexec::set_stopped(std::move(receiver)); in onStop()
557 return stdexec::set_value(std::move(receiver), static_cast<int>(rc), in onComplete()
586 R receiver; member
621 template <stdexec::receiver R>
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dcve-2018-10195.patch1 Integer overflow in src/zm.c:zsdata() causes crash in sz and can leak information to receiver.
/openbmc/u-boot/arch/arm/dts/
H A Drk3188-radxarock.dts81 ir_recv: gpio-ir-receiver {
82 compatible = "gpio-ir-receiver";
333 ir-receiver {
H A Drk3368-sheep.dts30 ir: ir-receiver {
31 compatible = "gpio-ir-receiver";
H A Drk3288-rock2-square.dts52 ir: ir-receiver {
53 compatible = "gpio-ir-receiver";
H A Drk3368-px5-evb.dts67 ir: ir-receiver {
68 compatible = "gpio-ir-receiver";
H A Drk3368-geekbox.dts67 ir: ir-receiver {
68 compatible = "gpio-ir-receiver";
H A Drk3288-firefly.dtsi20 ir: ir-receiver {
21 compatible = "gpio-ir-receiver";
H A Dsun4i-a10-mini-xplus.dts92 /* The ir receiver is not always populated */
H A Drk3288-popmetal.dtsi88 ir: ir-receiver {
89 compatible = "gpio-ir-receiver";
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.odroid-c215 - Infrared receiver
H A DREADME.nanopi-k215 - Infrared receiver
/openbmc/qemu/docs/
H A Drdma.txt151 infiniband receiver side, whereas RDMA messages (used
162 on the receiver side is registered and pinned, we're
170 receiver must have reserved space (using a receive
245 from the receiver to tell us that the receiver
362 the sender and the receiver populate the list of RAMBlocks
/openbmc/u-boot/board/amlogic/p212/
H A DREADME.libretech-cc15 - Infrared receiver
H A DREADME.khadas-vim17 - Two channels IR receiver
H A DREADME.p21214 - Infrared receiver
/openbmc/u-boot/board/amlogic/q200/
H A DREADME.khadas-vim218 - Two channels IR receiver
H A DREADME.q20017 - IR receiver
/openbmc/u-boot/board/amlogic/s400/
H A DREADME12 - Infrared receiver

12