| /freebsd-12.1/crypto/openssh/ |
| H A D | channels.h | 76 struct Channel; 77 typedef struct Channel Channel; typedef 108 struct Channel { struct 236 Channel *channel_by_id(struct ssh *, int); 238 Channel *channel_lookup(struct ssh *, int); 243 void channel_free(struct ssh *, Channel *); 331 void chan_mark_dead(struct ssh *, Channel *); 336 void chan_rcvd_eow(struct ssh *, Channel *); 338 void chan_ibuf_empty(struct ssh *, Channel *); 339 void chan_rcvd_ieof(struct ssh *, Channel *); [all …]
|
| H A D | nchan.c | 88 chan_set_istate(Channel *c, u_int next) in chan_set_istate() 98 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate() 108 chan_read_failed(struct ssh *ssh, Channel *c) in chan_read_failed() 124 chan_ibuf_empty(struct ssh *ssh, Channel *c) in chan_ibuf_empty() 146 chan_obuf_empty(struct ssh *ssh, Channel *c) in chan_obuf_empty() 167 chan_rcvd_eow(struct ssh *ssh, Channel *c) in chan_rcvd_eow() 179 chan_send_eof2(struct ssh *ssh, Channel *c) in chan_send_eof2() 203 chan_send_close2(struct ssh *ssh, Channel *c) in chan_send_close2() 227 chan_send_eow2(struct ssh *ssh, Channel *c) in chan_send_eow2() 252 chan_rcvd_ieof(struct ssh *ssh, Channel *c) in chan_rcvd_ieof() [all …]
|
| H A D | channels.c | 244 Channel * 247 Channel *c; in channel_by_id() 261 Channel * 264 Channel *c; in channel_by_remote_id() 279 Channel * 282 Channel *c; in channel_lookup() 354 Channel * 1456 Channel * 4272 Channel * 4300 Channel * [all …]
|
| H A D | clientloop.h | 55 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 D | mux.c | 134 static Channel *mux_listener_channel = NULL; 189 int (*handler)(struct ssh *, u_int, Channel *, 209 Channel *cc, *c = channel_by_id(ssh, cid); in mux_master_session_cleanup_cb() 231 Channel *sc, *c = channel_by_id(ssh, cid); in mux_master_control_cleanup_cb() 350 Channel *nc; in process_mux_new_session() 623 Channel *c; in mux_confirm_remote_forward() 980 Channel *nc; in process_mux_stdio_fwd() 1072 Channel *c, *cc; in mux_stdio_confirm() 1244 Channel *mux_chan; in mux_exit_message() 1269 Channel *mux_chan; in mux_tty_alloc_failed() [all …]
|
| H A D | serverloop.c | 458 static Channel * 461 Channel *c = NULL; in server_request_direct_tcpip() 494 static Channel * 497 Channel *c = NULL; in server_request_direct_streamlocal() 531 static Channel * 534 Channel *c = NULL; in server_request_tun() 592 static Channel * 595 Channel *c; in server_request_session() 626 Channel *c = NULL; in server_input_channel_open() 866 Channel *c; in server_input_channel_req()
|
| H A D | clientloop.c | 1471 static Channel * 1475 Channel *c = NULL; in client_request_forwarded_tcpip() 1524 static Channel * 1528 Channel *c = NULL; in client_request_forwarded_streamlocal() 1546 static Channel * 1549 Channel *c = NULL; in client_request_x11() 1582 static Channel * 1585 Channel *c = NULL; in client_request_agent() 1612 Channel *c; in client_request_tun_fwd() 1654 Channel *c = NULL; in client_input_channel_open() [all …]
|
| H A D | session.h | 70 int session_input_channel_req(struct ssh *, Channel *, const char *);
|
| /freebsd-12.1/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 *);
|
| H A D | port-net.c | 305 sys_tun_infilter(struct ssh *ssh, struct Channel *c, char *buf, int _len) in sys_tun_infilter() 349 sys_tun_outfilter(struct ssh *ssh, struct Channel *c, in sys_tun_outfilter()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterInfo.cpp | 30 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel) { in getSubRegFromChannel() argument 38 assert(Channel < array_lengthof(SubRegs)); in getSubRegFromChannel() 39 return SubRegs[Channel]; in getSubRegFromChannel()
|
| H A D | AMDGPURegisterInfo.h | 32 static unsigned getSubRegFromChannel(unsigned Channel);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Log.h | 64 class Channel { 72 constexpr Channel(llvm::ArrayRef<Log::Category> categories, in Channel() function 106 static void Register(llvm::StringRef name, Channel &channel); 132 Log(Channel &channel) : m_channel(channel) {} in Log() 172 Channel &m_channel;
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | DriverManual.txt | 8 for, and current theory of operation for the joint Fibre Channel/SCSI 17 The reader is expected to understand the basics of SCSI and Fibre Channel 132 to a Fibre Channel bus. 156 Channel chipsets. 171 4.3 Fibre Channel SCSI out of SCSI 190 Channel disk is not working well. 457 5.9 Fibre Channel Specifics 541 to process commands to send to Fibre Channel devices. 543 5.9.3 Fibre Channel variants of Initiator Mode Code Flow 564 5.9.4 "Target" in Fibre Channel is a fixed virtual construct [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lli/ChildTarget/ |
| H A D | ChildTarget.cpp | 56 FDRawChannel Channel(InFD, OutFD); in main() local 58 JITServer Server(Channel, SymbolLookup, RegisterEHFrames, DeregisterEHFrames); in main()
|
| /freebsd-12.1/sys/dev/ce/ |
| H A D | tau32-ddk.h | 301 unsigned Channel, ItemsCount, EachItemBufferSize; member 404 unsigned Channel; /* in */ member 418 unsigned Channel; /* in */ member 426 unsigned Channel; /* in */ member
|
| /freebsd-12.1/share/misc/ |
| H A D | pci_vendors | 49 001c 0004 2 Channel CAN Bus SJC1000 158 a0ec Fibre Channel Host Controller 3906 0018 Memory Channel interface 7842 2001 Fibre Channel 13717 6100 Bus/Tag Channel 13718 6800 Escon Channel 13719 7100 Bus/Tag Channel 13720 7800 Escon Channel 14953 1242 6562 FCX2-6562 Dual Channel PCI-X Fibre Channel Adapter 14956 6562 FCX2-6562 Dual Channel PCI-X Fibre Channel Adapter [all …]
|
| H A D | usb_hid_usages | 226 0x21 Wireless Channel 648 0x84 Enter Channel 650 0x86 Channel 749 0x161 Channel Left 750 0x162 Channel Right 751 0x163 Channel Center 752 0x164 Channel Front 754 0x166 Channel Side 757 0x169 Channel Top 758 0x16A Channel Unknown [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | LogChannelDWARF.cpp | 37 Log::Channel LogChannelDWARF::g_channel(g_categories, DWARF_LOG_DEFAULT);
|
| H A D | LogChannelDWARF.h | 28 static Log::Channel g_channel;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ |
| H A D | ProcessPOSIXLog.h | 29 static Log::Channel g_channel;
|
| H A D | ProcessPOSIXLog.cpp | 27 Log::Channel ProcessPOSIXLog::g_channel(g_categories, POSIX_LOG_DEFAULT);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteLog.cpp | 37 Log::Channel ProcessGDBRemoteLog::g_channel(g_categories, GDBR_LOG_DEFAULT);
|
| H A D | ProcessGDBRemoteLog.h | 35 static Log::Channel g_channel;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Logging.cpp | 52 static Log::Channel g_log_channel(g_categories, LIBLLDB_LOG_DEFAULT);
|