Home
last modified time | relevance | path

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

123456

/freebsd/crypto/openssh/
H A Dchannels.h90 struct Channel;
91 typedef struct Channel Channel; typedef
95 typedef int channel_infilter_fn(struct ssh *, struct Channel *, char *, int);
97 typedef u_char *channel_outfilter_fn(struct ssh *, struct Channel *,
101 typedef void channel_confirm_cb(struct ssh *, int, struct Channel *, void *);
102 typedef void channel_confirm_abandon_cb(struct ssh *, struct Channel *, void *);
119 typedef int mux_callback_fn(struct ssh *, struct Channel *);
128 struct Channel { struct
292 Channel *channel_by_id(struct ssh *, int);
293 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.c97 typedef void chan_fn(struct ssh *, Channel *c);
114 Channel *downstream; /* Downstream mux*/
155 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 *);
247 Channel *
250 Channel *c; in channel_by_id()
264 Channel *
267 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.c109 static Channel *mux_listener_channel = NULL;
144 Channel *, struct sshbuf *, struct sshbuf *);
146 Channel *, struct sshbuf *, struct sshbuf *);
148 Channel *, struct sshbuf *, struct sshbuf *);
150 Channel *, struct sshbuf *, struct sshbuf *);
152 Channel *, struct sshbuf *, struct sshbuf *);
154 Channel *, struct sshbuf *, struct sshbuf *);
156 Channel *, struct sshbuf *, struct sshbuf *);
158 Channel *, struct sshbuf *, struct sshbuf *);
160 Channel *, struct sshbuf *, struct sshbuf *);
[all …]
H A Dserverloop.c414 static Channel *
417 Channel *c = NULL; in server_request_direct_tcpip()
462 static Channel *
465 Channel *c = NULL; in server_request_direct_streamlocal()
505 static Channel *
508 Channel *c = NULL; in server_request_tun()
574 static Channel *
577 Channel *c; in server_request_session()
610 Channel *c = NULL; in server_input_channel_open()
859 Channel *c; in server_input_channel_req()
H A Dclientloop.c817 client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) in client_status_confirm()
881 client_abandon_status_confirm(struct ssh *ssh, Channel *c, void *ctx) in client_abandon_status_confirm()
1173 process_escapes(struct ssh *ssh, Channel *c, in process_escapes()
1422 client_simple_escape_filter(struct ssh *ssh, Channel *c, char *buf, int len) in client_simple_escape_filter()
1706 static Channel *
1710 Channel *c = NULL; in client_request_forwarded_tcpip()
1766 static Channel *
1770 Channel *c = NULL; in client_request_forwarded_streamlocal()
1788 static Channel *
1791 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/sys/contrib/edk2/Include/Protocol/
H A DIdeControllerInit.h273 IN UINT8 Channel,
307 IN UINT8 Channel
353 IN UINT8 Channel,
402 IN UINT8 Channel,
465 IN UINT8 Channel,
497 IN UINT8 Channel,
/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()
282 Channel &m_channel;
326 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.cpp72 static Log::Channel g_log_channel(g_categories,
80 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

123456