Home
last modified time | relevance | path

Searched refs:subscribe (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/linux/include/net/sctp/
H A Dulpevent.h154 static inline void sctp_ulpevent_type_set(__u16 *subscribe, in sctp_ulpevent_type_set() argument
161 *subscribe |= (1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_set()
163 *subscribe &= ~(1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_set()
167 static inline bool sctp_ulpevent_type_enabled(__u16 subscribe, __u16 sn_type) in sctp_ulpevent_type_enabled() argument
172 return subscribe & (1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_enabled()
177 __u16 subscribe) in sctp_ulpevent_is_enabled() argument
186 return sctp_ulpevent_type_enabled(subscribe, sn_type); in sctp_ulpevent_is_enabled()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.cpp44 void subscribe(const std::string& match, SignalPkg&& signalPkg, in subscribe() function
115 subscribe(match, std::move(signalPkg), isSameSig, mgr); in propertiesChanged()
139 subscribe(match, std::move(signalPkg), isSameSig, mgr); in interfacesAdded()
163 subscribe(match, std::move(signalPkg), isSameSig, mgr); in interfacesRemoved()
197 subscribe(match, std::move(signalPkg), isSameSig, mgr); in nameOwnerChanged()
234 subscribe(match, std::move(signalPkg), isSameSig, mgr); in member()
H A Dsignal.hpp43 void subscribe(const std::string& match, SignalPkg&& pkg,
/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp36 MOCK_METHOD(void, subscribe,
121 EXPECT_CALL(*endpoint, subscribe(testing::_, testing::_, testing::_)) in TEST_F()
150 EXPECT_CALL(*endpoint, subscribe(testing::_, testing::_, testing::_)) in TEST_F()
184 EXPECT_CALL(*endpoint, subscribe(testing::_, testing::_, testing::_)) in TEST_F()
228 EXPECT_CALL(*endpoint, subscribe(testing::_, testing::_, testing::_)) in TEST()
/openbmc/linux/Documentation/networking/
H A Dax25.rst13 called linux-hams@vger.kernel.org. To subscribe to it, send a message to
14 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
H A Dx25.rst36 parties are welcome to subscribe to it. Just send a message to
39 subscribe linux-x25
H A Doperstates.rst33 operation RTM_GETLINK. It is also possible to subscribe to RTNLGRP_LINK
165 - subscribe to RTNLGRP_LINK
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp115 virtual void subscribe(Event&& degraded, Event&& available,
216 void subscribe(Event&& degraded, Event&& available,
H A DMCTPReactor.cpp38 ep->subscribe( in trackEndpoint()
/openbmc/openbmc-test-automation/bin/
H A Devent_notification_util.py55 event_notifications = my_event.subscribe(dbus_path, enable_trace)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/
H A Dnng_1.7.3.bb2 …imple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style reque…
/openbmc/linux/include/sound/
H A Dseq_kernel.h47 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info); member
/openbmc/linux/net/sctp/
H A Dchunk.c94 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
102 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
H A Dsocket.c2156 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT)) in sctp_recvmsg()
2230 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i, in sctp_setsockopt_events()
2234 asoc->subscribe = sctp_sk(sk)->subscribe; in sctp_setsockopt_events()
2240 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) { in sctp_setsockopt_events()
4272 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on); in sctp_assoc_ulpevent_type_set()
4315 sctp_ulpevent_type_set(&sp->subscribe, in sctp_setsockopt_event()
5013 sp->subscribe = 0; in sctp_init_sock()
5575 struct sctp_event_subscribe subscribe; in sctp_getsockopt_events() local
5576 __u8 *sn_type = (__u8 *)&subscribe; in sctp_getsockopt_events()
5587 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe, in sctp_getsockopt_events()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py60 def subscribe(self, dbus_path, enable_trace=False): member in event_notification
/openbmc/linux/Documentation/bpf/libbpf/
H A Dindex.rst30 `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the mailing list
/openbmc/linux/drivers/accessibility/speakup/
H A DTODO18 not want to subscribe to a mailing list, send your email to all of the
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Duser-func.rst77 vidioc-subscribe-event
H A Ddev-event.rst47 subscribe to whether this is applicable for that event or not.
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c233 pcallbacks.subscribe = seq_ump_subscribe; in seq_ump_group_init()
321 pcallbacks.subscribe = seq_ump_subscribe; in create_ump_endpoint_port()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/
H A Dmosquitto_2.0.20.bb6 publish/subscribe model. "
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOPUBL-1.071 To subscribe to the Open Publication Authors' List:
72 Send E-mail to opal-request@opencontent.org with the word "subscribe" in the body.
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp494 inline constexpr subscribe_t subscribe; variable
502 subscribe(static_cast<_Sender&&>(__sndr),
/openbmc/docs/
H A Drest-api.md315 It is possible to subscribe to events, of interest, occurring on the BMC. The
325 secure websocket with the URL <BMC IP>/subscribe.
328 var ws = new WebSocket("wss://<BMC IP>/subscribe")
/openbmc/linux/sound/core/
H A Dcontrol.c1875 int subscribe; in snd_ctl_subscribe_events() local
1876 if (get_user(subscribe, ptr)) in snd_ctl_subscribe_events()
1878 if (subscribe < 0) { in snd_ctl_subscribe_events()
1879 subscribe = file->subscribed; in snd_ctl_subscribe_events()
1880 if (put_user(subscribe, ptr)) in snd_ctl_subscribe_events()
1884 if (subscribe) { in snd_ctl_subscribe_events()

123