Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 25 of 219) sorted by relevance

123456789

/freebsd-14.2/crypto/openssh/
H A Dchannels.h86 struct Channel;
87 typedef struct Channel Channel; typedef
125 struct Channel { struct
284 Channel *channel_by_id(struct ssh *, int);
286 Channel *channel_lookup(struct ssh *, int);
291 void channel_free(struct ssh *, Channel *);
389 void chan_mark_dead(struct ssh *, Channel *);
394 void chan_rcvd_eow(struct ssh *, Channel *);
396 void chan_ibuf_empty(struct ssh *, Channel *);
397 void chan_rcvd_ieof(struct ssh *, Channel *);
[all …]
H A Dnchan.c93 chan_set_istate(Channel *c, u_int next) in chan_set_istate()
103 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate()
113 chan_read_failed(struct ssh *ssh, Channel *c) in chan_read_failed()
129 chan_ibuf_empty(struct ssh *ssh, Channel *c) in chan_ibuf_empty()
151 chan_obuf_empty(struct ssh *ssh, Channel *c) in chan_obuf_empty()
172 chan_rcvd_eow(struct ssh *ssh, Channel *c) in chan_rcvd_eow()
184 chan_send_eof2(struct ssh *ssh, Channel *c) in chan_send_eof2()
207 chan_send_close2(struct ssh *ssh, Channel *c) in chan_send_close2()
230 chan_send_eow2(struct ssh *ssh, Channel *c) in chan_send_eow2()
255 chan_rcvd_ieof(struct ssh *ssh, Channel *c) in chan_rcvd_ieof()
[all …]
H A Dchannels.c252 Channel *
255 Channel *c; in channel_by_id()
269 Channel *
272 Channel *c; in channel_by_remote_id()
287 Channel *
290 Channel *c; in channel_lookup()
491 Channel *
1694 Channel *
4766 Channel *
4794 Channel *
[all …]
H A Dclientloop.h56 int client_simple_escape_filter(struct ssh *, Channel *, char *, int);
82 void mux_exit_message(struct ssh *, Channel *, int);
83 void mux_tty_alloc_failed(struct ssh *ssh, Channel *);
H A Dmux.c120 static Channel *mux_listener_channel = NULL;
175 int (*handler)(struct ssh *, u_int, Channel *,
194 Channel *cc, *c = channel_by_id(ssh, cid); in mux_master_session_cleanup_cb()
215 Channel *sc, *c = channel_by_id(ssh, cid); in mux_master_control_cleanup_cb()
336 Channel *nc; in mux_master_process_new_session()
600 Channel *c; in mux_confirm_remote_forward()
963 Channel *nc; in mux_master_process_stdio_fwd()
1060 Channel *c, *cc; in mux_stdio_confirm()
1229 Channel *mux_chan; in mux_exit_message()
1252 Channel *mux_chan; in mux_tty_alloc_failed()
[all …]
H A Dserverloop.c425 static Channel *
428 Channel *c = NULL; in server_request_direct_tcpip()
473 static Channel *
476 Channel *c = NULL; in server_request_direct_streamlocal()
516 static Channel *
519 Channel *c = NULL; in server_request_tun()
585 static Channel *
588 Channel *c; in server_request_session()
621 Channel *c = NULL; in server_input_channel_open()
872 Channel *c; in server_input_channel_req()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5755.txt1 * Analog Devices AD5755 IIO Multi-Channel DAC Linux Driver
26 1: Channel A and Channel B clock on the same edge,
27 Channel C and Channel D clock on opposite edges.
28 2: Channel A and Channel C clock on the same edge,
29 Channel B and Channel D clock on opposite edges.
30 3: Channel A, Channel B, Channel C, and Channel D
H A Dadi,ad5755.yaml7 title: Analog Devices AD5755 Multi-Channel DAC
40 1: Channel A and Channel B clock on the same edge,
41 Channel C and Channel D clock on opposite edges.
42 2: Channel A and Channel C clock on the same edge,
43 Channel B and Channel D clock on opposite edges.
44 3: Channel A, Channel B, Channel C, and Channel D
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dwm8731.txt21 * LOUT: Left Channel Line Output
22 * ROUT: Right Channel Line Output
23 * LHPOUT: Left Channel Headphone Output
24 * RHPOUT: Right Channel Headphone Output
25 * LLINEIN: Left Channel Line Input
26 * RLINEIN: Right Channel Line Input
H A Dwlf,wm8731.yaml16 * LOUT: Left Channel Line Output
17 * ROUT: Right Channel Line Output
18 * LHPOUT: Left Channel Headphone Output
19 * RHPOUT: Right Channel Headphone Output
20 * LLINEIN: Left Channel Line Input
21 * RLINEIN: Right Channel Line Input
H A Dst,sta32x.txt29 2: 2 Channel (Full-Bridge) Power, 1 Channel FFX
30 3: 1 Channel Mono-Parallel
34 - st,ch1-output-mapping: Channel 1 output mapping
35 - st,ch2-output-mapping: Channel 2 output mapping
36 - st,ch3-output-mapping: Channel 3 output mapping
37 0: Channel 1
38 1: Channel 2
39 2: Channel 3
H A Dst,sta350.txt25 2: 2 Channel (Full-Bridge) Power, 1 Channel FFX
26 3: 1 Channel Mono-Parallel
30 - st,ch1-output-mapping: Channel 1 output mapping
31 - st,ch2-output-mapping: Channel 2 output mapping
32 - st,ch3-output-mapping: Channel 3 output mapping
33 0: Channel 1
34 1: Channel 2
35 2: Channel 3
H A Dallwinner,sun4i-a10-i2s.yaml94 - description: RX DMA Channel
95 - description: TX DMA Channel
114 - description: RX DMA Channel
115 - description: TX DMA Channel
H A Dallwinner,sun4i-a10-spdif.yaml81 description: TX DMA Channel
90 - description: RX DMA Channel
91 - description: TX DMA Channel
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dport-net.h20 struct Channel;
30 int sys_tun_infilter(struct ssh *, struct Channel *, char *, int);
31 u_char *sys_tun_outfilter(struct ssh *, struct Channel *, u_char **, size_t *);
/freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/
H A Dti,sa2ul.yaml28 - description: TX DMA Channel
29 - description: 'RX DMA Channel #1'
30 - description: 'RX DMA Channel #2'
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp27 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
29 template <> Log::Channel &lldb_private::LogChannelFor<DWARFLog>() { in LogChannelFor()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/bridge/
H A Dti,sn65dsi83.yaml45 description: Video port for MIPI DSI Channel-A input
65 description: Video port for MIPI DSI Channel-B input
84 description: Video port for LVDS Channel-A output (panel or bridge).
88 description: Video port for LVDS Channel-B output (panel or bridge).
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp25 static Log::Channel g_channel(g_categories, POSIXLog::Process);
27 template <> Log::Channel &lldb_private::LogChannelFor<POSIXLog>() { in LogChannelFor()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp36 static Log::Channel g_channel(g_categories, GDBRLog::Packets);
38 template <> Log::Channel &lldb_private::LogChannelFor<GDBRLog>() { in LogChannelFor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.cpp24 unsigned R600RegisterInfo::getSubRegFromChannel(unsigned Channel) { in getSubRegFromChannel() argument
32 assert(Channel < std::size(SubRegFromChannelTable)); in getSubRegFromChannel()
33 return SubRegFromChannelTable[Channel]; in getSubRegFromChannel()
/freebsd-14.2/sys/contrib/openzfs/etc/zfs/
H A Dvdev_id.conf.sas_direct.example15 # Custom mapping for Channel A
18 # Slot Slot Channel
/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A Dtrivial-devices.yaml46 # Analog Devices LT7182S Dual Channel 6A, 20V PolyPhase Step-Down Silent Switcher
190 # Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs
206 # 3-Channel Remote Temperature Sensor
240 # Microchip differential I2C ADC, 1 Channel, 18 bit
242 # Microchip differential I2C ADC, 2 Channel, 18 bit
244 # Microchip differential I2C ADC, 2 Channel, 18 bit
246 # Microchip differential I2C ADC, 4 Channel, 18 bit
248 # Microchip differential I2C ADC, 1 Channel, 16 bit
250 # Microchip differential I2C ADC, 2 Channel, 16 bit
252 # Microchip differential I2C ADC, 2 Channel, 16 bit
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h146 class Channel {
155 constexpr Channel(llvm::ArrayRef<Log::Category> categories, in Channel() function
177 static void Register(llvm::StringRef name, Channel &channel);
214 Log(Channel &channel) : m_channel(channel) {} in Log()
259 Channel &m_channel;
308 template <typename Cat> Log::Channel &LogChannelFor() = delete;
/freebsd-14.2/sys/dev/isp/
H A DDriverManual.txt7 for, and current theory of operation for the joint Fibre Channel/SCSI
16 The reader is expected to understand the basics of SCSI and Fibre Channel
131 to a Fibre Channel bus.
155 Channel chipsets.
170 4.3 Fibre Channel SCSI out of SCSI
189 Channel disk is not working well.
456 5.9 Fibre Channel Specifics
540 to process commands to send to Fibre Channel devices.
542 5.9.3 Fibre Channel variants of Initiator Mode Code Flow
563 5.9.4 "Target" in Fibre Channel is a fixed virtual construct
[all …]

123456789