Home
last modified time | relevance | path

Searched refs:msg_channel (Results 1 – 25 of 49) sorted by relevance

12

/dports/comms/gnocky/gnocky-0.0.7/src/
H A Dutils.c13 static GIOChannel *msg_channel = NULL; variable
37 g_io_channel_unref(msg_channel); in gnocky_chan_message_from_thread()
64 msg_channel = g_io_channel_unix_new(p[0]); in gnocky_thread_messages_init()
66 if (!msg_channel) { in gnocky_thread_messages_init()
74 …msg_watch = g_io_add_watch(msg_channel, G_IO_IN|G_IO_ERR|G_IO_HUP, gnocky_chan_message_from_thread… in gnocky_thread_messages_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/xillybus/
H A Dxillybus_core.c108 msg_channel = (buf[0] >> 1) & 0x7ff; in malformed_message()
179 msg_channel = (buf[i] >> 1) & 0x7ff; in xillybus_isr()
185 if ((msg_channel > ep->num_channels) || in xillybus_isr()
186 (msg_channel == 0)) { in xillybus_isr()
191 channel = ep->channels[msg_channel]; in xillybus_isr()
231 if ((msg_channel > ep->num_channels) || in xillybus_isr()
232 (msg_channel == 0) || (!msg_dir) || in xillybus_isr()
238 channel = ep->channels[msg_channel]; in xillybus_isr()
258 if ((msg_channel > ep->num_channels) || in xillybus_isr()
259 (msg_channel == 0) || (!msg_dir) || in xillybus_isr()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/xillybus/
H A Dxillybus_core.c108 msg_channel = (buf[0] >> 1) & 0x7ff; in malformed_message()
179 msg_channel = (buf[i] >> 1) & 0x7ff; in xillybus_isr()
185 if ((msg_channel > ep->num_channels) || in xillybus_isr()
186 (msg_channel == 0)) { in xillybus_isr()
191 channel = ep->channels[msg_channel]; in xillybus_isr()
231 if ((msg_channel > ep->num_channels) || in xillybus_isr()
232 (msg_channel == 0) || (!msg_dir) || in xillybus_isr()
238 channel = ep->channels[msg_channel]; in xillybus_isr()
258 if ((msg_channel > ep->num_channels) || in xillybus_isr()
259 (msg_channel == 0) || (!msg_dir) || in xillybus_isr()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/xillybus/
H A Dxillybus_core.c108 msg_channel = (buf[0] >> 1) & 0x7ff; in malformed_message()
179 msg_channel = (buf[i] >> 1) & 0x7ff; in xillybus_isr()
185 if ((msg_channel > ep->num_channels) || in xillybus_isr()
186 (msg_channel == 0)) { in xillybus_isr()
191 channel = ep->channels[msg_channel]; in xillybus_isr()
231 if ((msg_channel > ep->num_channels) || in xillybus_isr()
232 (msg_channel == 0) || (!msg_dir) || in xillybus_isr()
238 channel = ep->channels[msg_channel]; in xillybus_isr()
258 if ((msg_channel > ep->num_channels) || in xillybus_isr()
259 (msg_channel == 0) || (!msg_dir) || in xillybus_isr()
[all …]
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dwin32.h292 bool win_wfp_block_dns(const NET_IFINDEX index, const HANDLE msg_channel);
294 bool win_wfp_uninit(const NET_IFINDEX index, const HANDLE msg_channel);
H A Dwin32.c1228 win_wfp_block_dns(const NET_IFINDEX index, const HANDLE msg_channel) in win_wfp_block_dns() argument
1234 if (msg_channel) in win_wfp_block_dns()
1237 ret = win_block_dns_service(true, index, msg_channel); in win_wfp_block_dns()
1278 win_wfp_uninit(const NET_IFINDEX index, const HANDLE msg_channel) in win_wfp_uninit() argument
1282 if (msg_channel) in win_wfp_uninit()
1285 win_block_dns_service(false, index, msg_channel); in win_wfp_uninit()
H A Dtun.c94 HANDLE pipe = tt->options.msg_channel; in do_address_service()
155 HANDLE pipe = tt->options.msg_channel; in do_dns_domain_service()
210 HANDLE pipe = tt->options.msg_channel; in do_dns_service()
287 HANDLE pipe = tt->options.msg_channel; in do_set_mtu_service()
1147 else if (tt->options.msg_channel) in do_ifconfig_ipv6()
1544 else if (tt->options.msg_channel) in do_ifconfig_ipv4()
1555 if (tt->options.msg_channel) in do_ifconfig_ipv4()
5910 HANDLE msg_channel = tt->options.msg_channel; in register_dns_service() local
5939 HANDLE msg_channel = tt->options.msg_channel; in service_register_ring_buffers() local
6093 if (tt->options.msg_channel) in tuntap_set_ip_addr()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dwin32.h297 bool win_wfp_block_dns(const NET_IFINDEX index, const HANDLE msg_channel);
299 bool win_wfp_uninit(const NET_IFINDEX index, const HANDLE msg_channel);
H A Dwin32.c1330 win_wfp_block_dns(const NET_IFINDEX index, const HANDLE msg_channel) in win_wfp_block_dns() argument
1336 if (msg_channel) in win_wfp_block_dns()
1339 ret = win_block_dns_service(true, index, msg_channel); in win_wfp_block_dns()
1380 win_wfp_uninit(const NET_IFINDEX index, const HANDLE msg_channel) in win_wfp_uninit() argument
1384 if (msg_channel) in win_wfp_uninit()
1387 win_block_dns_service(false, index, msg_channel); in win_wfp_uninit()
H A Dtun.c96 HANDLE pipe = tt->options.msg_channel; in do_address_service()
157 HANDLE pipe = tt->options.msg_channel; in do_dns_domain_service()
212 HANDLE pipe = tt->options.msg_channel; in do_dns_service()
290 HANDLE pipe = tt->options.msg_channel; in do_set_mtu_service()
1150 else if (tt->options.msg_channel) in do_ifconfig_ipv6()
1545 else if (tt->options.msg_channel) in do_ifconfig_ipv4()
1556 if (tt->options.msg_channel) in do_ifconfig_ipv4()
5941 HANDLE msg_channel = tt->options.msg_channel; in register_dns_service() local
5970 HANDLE msg_channel = tt->options.msg_channel; in service_register_ring_buffers() local
6124 if (tt->options.msg_channel) in tuntap_set_ip_addr()
[all …]
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dwin32.h297 bool win_wfp_block_dns(const NET_IFINDEX index, const HANDLE msg_channel);
299 bool win_wfp_uninit(const NET_IFINDEX index, const HANDLE msg_channel);
H A Dwin32.c1330 win_wfp_block_dns(const NET_IFINDEX index, const HANDLE msg_channel) in win_wfp_block_dns() argument
1336 if (msg_channel) in win_wfp_block_dns()
1339 ret = win_block_dns_service(true, index, msg_channel); in win_wfp_block_dns()
1380 win_wfp_uninit(const NET_IFINDEX index, const HANDLE msg_channel) in win_wfp_uninit() argument
1384 if (msg_channel) in win_wfp_uninit()
1387 win_block_dns_service(false, index, msg_channel); in win_wfp_uninit()
H A Dtun.c96 HANDLE pipe = tt->options.msg_channel; in do_address_service()
157 HANDLE pipe = tt->options.msg_channel; in do_dns_domain_service()
212 HANDLE pipe = tt->options.msg_channel; in do_dns_service()
290 HANDLE pipe = tt->options.msg_channel; in do_set_mtu_service()
1150 else if (tt->options.msg_channel) in do_ifconfig_ipv6()
1545 else if (tt->options.msg_channel) in do_ifconfig_ipv4()
1556 if (tt->options.msg_channel) in do_ifconfig_ipv4()
5941 HANDLE msg_channel = tt->options.msg_channel; in register_dns_service() local
5970 HANDLE msg_channel = tt->options.msg_channel; in service_register_ring_buffers() local
6124 if (tt->options.msg_channel) in tuntap_set_ip_addr()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender_api-0.60.0/src/
H A Dapi.rs956 channel::msg_channel().expect("Failed to create channel"); in create_api()
1083 let (tx, rx) = channel::msg_channel().unwrap(); in get_glyph_dimensions()
1092 let (tx, rx) = channel::msg_channel().unwrap(); in get_glyph_indices()
1129 let (tx, rx) = channel::msg_channel().unwrap(); in report_memory()
1217 let (tx, rx) = channel::msg_channel().unwrap(); in hit_test()
1240 let (tx, rx) = channel::msg_channel().unwrap(); in get_scroll_node_state()
1253 let (tx, rx) = channel::msg_channel().unwrap(); in flush_scene_builder()
1270 let (tx, rx) = channel::msg_channel().unwrap(); in load_capture()
H A Dchannel_ipc.rs51 pub fn msg_channel<T: Serialize + for<'de> Deserialize<'de>>() -> Result<(MsgSender<T>, MsgReceiver… in msg_channel() function
H A Dchannel_mpsc.rs61 pub fn msg_channel<T>() -> Result<(MsgSender<T>, MsgReceiver<T>), Error> { in msg_channel() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_api/src/
H A Dapi.rs724 channel::msg_channel().expect("Failed to create channel"); in create_api()
799 let (tx, rx) = channel::msg_channel().unwrap(); in get_glyph_dimensions()
808 let (tx, rx) = channel::msg_channel().unwrap(); in get_glyph_indices()
917 let (tx, rx) = channel::msg_channel().unwrap(); in hit_test()
940 let (tx, rx) = channel::msg_channel().unwrap(); in get_scroll_node_state()
953 let (tx, rx) = channel::msg_channel().unwrap(); in load_capture()
H A Dchannel_ipc.rs51 pub fn msg_channel<T: Serialize + for<'de> Deserialize<'de>>() -> Result<(MsgSender<T>, MsgReceiver… in msg_channel() function
H A Dchannel_mpsc.rs61 pub fn msg_channel<T>() -> Result<(MsgSender<T>, MsgReceiver<T>), Error> { in msg_channel() function
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/modules/core/
H A Dm_message.c100 static void msg_channel(int p_or_n, const char *command,
195 msg_channel(p_or_n, command, client_p, source_p, in m_message()
429 msg_channel(int p_or_n, const char *command, in msg_channel() function
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/core/
H A Dm_message.c100 static void msg_channel(int p_or_n, const char *command,
195 msg_channel(p_or_n, command, client_p, source_p, in m_message()
429 msg_channel(int p_or_n, const char *command, in msg_channel() function
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/core/
H A Dm_message.c206 msg_channel(bool notice, struct Client *source_p, struct Channel *channel, in msg_channel() function
576 msg_channel(notice, source_p, targets[i].ptr, targets[i].flags, parv[2]); in m_message()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_api/src/
H A Dchannel.rs106 pub fn msg_channel<T>() -> Result<(MsgSender<T>, MsgReceiver<T>), Error> { in msg_channel() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender_api/src/
H A Dchannel.rs113 pub fn msg_channel<T>() -> Result<(MsgSender<T>, MsgReceiver<T>), Error> { in msg_channel() function
/dports/www/firefox/firefox-99.0/gfx/wr/webrender_api/src/
H A Dchannel.rs113 pub fn msg_channel<T>() -> Result<(MsgSender<T>, MsgReceiver<T>), Error> { in msg_channel() function

12