| /freebsd/crypto/openssh/ |
| H A D | channels.h | 90 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 293 Channel *channel_by_id(struct ssh *, int); 294 Channel *channel_by_remote_id(struct ssh *, u_int); [all …]
|
| H A D | nchan.c | 75 static void chan_send_eof2(struct ssh *, Channel *); 76 static void chan_send_eow2(struct ssh *, Channel *); 79 static void chan_shutdown_write(struct ssh *, Channel *); 80 static void chan_shutdown_read(struct ssh *, Channel *); 81 static void chan_shutdown_extended_read(struct ssh *, Channel *); 91 chan_set_istate(Channel *c, u_int next) in chan_set_istate() 101 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate() 111 chan_read_failed(struct ssh *ssh, Channel *c) in chan_read_failed() 127 chan_ibuf_empty(struct ssh *ssh, Channel *c) in chan_ibuf_empty() 149 chan_obuf_empty(struct ssh *ssh, Channel *c) in chan_obuf_empty() [all …]
|
| H A D | channels.c | 94 typedef void chan_fn(struct ssh *, Channel *c); 111 Channel *downstream; /* Downstream mux*/ 152 Channel **channels; 213 static void port_open_helper(struct ssh *ssh, Channel *c, char *rtype); 219 static Channel *rdynamic_connect_prepare(struct ssh *, char *, char *); 220 static int rdynamic_connect_finish(struct ssh *, Channel *); 244 Channel * 247 Channel *c; in channel_by_id() 261 Channel * 264 Channel *c; in channel_by_remote_id() [all …]
|
| H A D | clientloop.h | 55 int client_simple_escape_filter(struct ssh *, Channel *, char *, int); 83 void mux_exit_message(struct ssh *, Channel *, int); 84 void mux_tty_alloc_failed(struct ssh *ssh, Channel *);
|
| H A D | mux.c | 100 static Channel *mux_listener_channel = NULL; 142 Channel *, struct sshbuf *, struct sshbuf *); 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 *); [all …]
|
| H A D | serverloop.c | 417 static Channel * 420 Channel *c = NULL; in server_request_direct_tcpip() 465 static Channel * 468 Channel *c = NULL; in server_request_direct_streamlocal() 508 static Channel * 511 Channel *c = NULL; in server_request_tun() 577 static Channel * 580 Channel *c; in server_request_session() 613 Channel *c = NULL; in server_input_channel_open() 862 Channel *c; in server_input_channel_req()
|
| H A D | clientloop.c | 811 client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) in client_status_confirm() 875 client_abandon_status_confirm(struct ssh *ssh, Channel *c, void *ctx) in client_abandon_status_confirm() 1168 process_escapes(struct ssh *ssh, Channel *c, in process_escapes() 1427 client_simple_escape_filter(struct ssh *ssh, Channel *c, char *buf, int len) in client_simple_escape_filter() 1713 static Channel * 1717 Channel *c = NULL; in client_request_forwarded_tcpip() 1773 static Channel * 1777 Channel *c = NULL; in client_request_forwarded_streamlocal() 1795 static Channel * 1798 Channel *c = NULL; in client_request_x11() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ad5755.txt | 1 * 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 D | wm8731.txt | 21 * 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 D | st,sta32x.txt | 29 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 D | st,sta350.txt | 25 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 D | IdeControllerInit.h | 273 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 D | port-net.h | 20 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 D | LogChannelDWARF.cpp | 28 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 D | ProcessPOSIXLog.cpp | 25 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 D | R600RegisterInfo.cpp | 24 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 D | ProcessGDBRemoteLog.cpp | 36 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 D | vdev_id.conf.sas_direct.example | 15 # Custom mapping for Channel A 18 # Slot Slot Channel
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Log.h | 163 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 D | DriverManual.txt | 7 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 D | LLDBLog.cpp | 72 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 D | palmas-gpadc.txt | 26 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 D | ti-edma.txt | 3 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 D | FuzzerUtilFuchsia.cpp | 279 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 D | rcar_canfd.txt | 24 - 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
|