Home
last modified time | relevance | path

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

123456

/freebsd/crypto/openssh/
H A Dchannels.h86 struct Channel;
87 typedef struct Channel Channel; typedef
91 typedef int channel_infilter_fn(struct ssh *, struct Channel *, char *, int);
93 typedef u_char *channel_outfilter_fn(struct ssh *, struct Channel *,
97 typedef void channel_confirm_cb(struct ssh *, int, struct Channel *, void *);
98 typedef void channel_confirm_abandon_cb(struct ssh *, struct Channel *, void *);
115 typedef int mux_callback_fn(struct ssh *, struct Channel *);
124 struct Channel { struct
285 Channel *channel_by_id(struct ssh *, int);
286 Channel *channel_by_remote_id(struct ssh *, u_int);
[all …]
H A Dnchan.c77 static void chan_send_eof2(struct ssh *, Channel *);
78 static void chan_send_eow2(struct ssh *, Channel *);
81 static void chan_shutdown_write(struct ssh *, Channel *);
82 static void chan_shutdown_read(struct ssh *, Channel *);
83 static void chan_shutdown_extended_read(struct ssh *, Channel *);
93 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()
[all …]
H A Dchannels.c101 typedef void chan_fn(struct ssh *, Channel *c);
118 Channel *downstream; /* Downstream mux*/
159 Channel **channels;
216 static void port_open_helper(struct ssh *ssh, Channel *c, char *rtype);
222 static Channel *rdynamic_connect_prepare(struct ssh *, char *, char *);
223 static int rdynamic_connect_finish(struct ssh *, Channel *);
245 Channel *
248 Channel *c; in channel_by_id()
262 Channel *
265 Channel *c; in channel_by_remote_id()
[all …]
H A Dclientloop.h55 int client_simple_escape_filter(struct ssh *, Channel *, char *, int);
81 void mux_exit_message(struct ssh *, Channel *, int);
82 void mux_tty_alloc_failed(struct ssh *ssh, Channel *);
H A Dmux.c120 static Channel *mux_listener_channel = NULL;
155 Channel *, struct sshbuf *, struct sshbuf *);
157 Channel *, struct sshbuf *, struct sshbuf *);
159 Channel *, struct sshbuf *, struct sshbuf *);
161 Channel *, struct sshbuf *, struct sshbuf *);
163 Channel *, struct sshbuf *, struct sshbuf *);
165 Channel *, struct sshbuf *, struct sshbuf *);
167 Channel *, struct sshbuf *, struct sshbuf *);
169 Channel *, struct sshbuf *, struct sshbuf *);
171 Channel *, struct sshbuf *, struct sshbuf *);
[all …]
H A Dserverloop.c392 static Channel *
395 Channel *c = NULL; in server_request_direct_tcpip()
440 static Channel *
443 Channel *c = NULL; in server_request_direct_streamlocal()
483 static Channel *
486 Channel *c = NULL; in server_request_tun()
552 static Channel *
555 Channel *c; in server_request_session()
588 Channel *c = NULL; in server_input_channel_open()
836 Channel *c; in server_input_channel_req()
H A Dclientloop.c814 client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) in client_status_confirm()
878 client_abandon_status_confirm(struct ssh *ssh, Channel *c, void *ctx) in client_abandon_status_confirm()
1170 process_escapes(struct ssh *ssh, Channel *c, in process_escapes()
1419 client_simple_escape_filter(struct ssh *ssh, Channel *c, char *buf, int len) in client_simple_escape_filter()
1686 static Channel *
1690 Channel *c = NULL; in client_request_forwarded_tcpip()
1746 static Channel *
1750 Channel *c = NULL; in client_request_forwarded_streamlocal()
1768 static Channel *
1771 Channel *c = NULL; in client_request_x11()
[all …]
/freebsd/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
/freebsd/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 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
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp28 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
30 template <> Log::Channel &lldb_private::LogChannelFor<DWARFLog>() { in LogChannelFor()
/freebsd/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/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/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/sys/contrib/openzfs/etc/zfs/
H A Dvdev_id.conf.sas_direct.example15 # Custom mapping for Channel A
18 # Slot Slot Channel
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h163 class Channel {
172 constexpr Channel(llvm::ArrayRef<Log::Category> categories, in Channel() function
194 static void Register(llvm::StringRef name, Channel &channel);
231 Log(Channel &channel) : m_channel(channel) {} in Log()
276 Channel &m_channel;
325 template <typename Cat> Log::Channel &LogChannelFor() = delete;
/freebsd/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
49 looking into implementing Fibre Channel mass storage at NAS. At this time
79 SCSI and Fibre Channel SCSI prototocols on multiple OS platforms with
86 The intended support targets for Fibre Channel HBAs is the 2100, 2200
89 Fibre Channel support should include complete fabric and public loop
93 For both SCSI and Fibre Channel, simultaneous target/initiator mode support
131 to a Fibre Channel bus.
155 Channel chipsets.
170 4.3 Fibre Channel SCSI out of SCSI
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp69 static Log::Channel g_log_channel(g_categories,
77 template <> Log::Channel &lldb_private::LogChannelFor<LLDBLog>() { in LogChannelFor()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dpalmas-gpadc.txt26 ti,channel0-current-microamp: Channel 0 current in uA.
28 ti,channel3-current-microamp: Channel 3 current in uA.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dti-edma.txt3 The eDMA3 consists of two components: Channel controller (CC) and Transfer
9 eDMA3 Channel Controller
95 /* Channel 20 and 21 is allocated for memcpy */
100 dma-channel-mask = <0xffffffff /* Channel 0-31 */
101 0xffffe007>; /* Channel 32-63 */
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp279 ScopedHandle Channel; in CrashHandler() local
282 Self, ZX_EXCEPTION_CHANNEL_DEBUGGER, &Channel.Handle), in CrashHandler()
299 .handle = Channel.Handle, in CrashHandler()
312 ExitOnErr(_zx_channel_read(Channel.Handle, 0, &ExceptionInfo, in CrashHandler()
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Drcar_canfd.txt24 - interrupts: interrupt specifiers for the Channel & Global interrupts
83 E.g. below enables Channel 1 alone in the board in Classical CAN only mode.
96 E.g. below enables Channel 0 alone in the board using External clock
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.args_to_lua.out1 Channel program fully executed with no return value.

123456