Searched refs:Channel (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-tun.h20 struct Channel;
29 int sys_tun_infilter(struct Channel *, char *, int);
30 u_char *sys_tun_outfilter(struct Channel *, u_char **, u_int *);
H A Dport-tun.c205 sys_tun_infilter(struct Channel *c, char *buf, int len)
250 sys_tun_outfilter(struct Channel *c, u_char **data, u_int *dlen)
/freebsd-9.3-release/crypto/openssh/
H A Dchannels.h64 struct Channel;
65 typedef struct Channel Channel; typedef in typeref:struct:Channel
69 typedef int channel_infilter_fn(struct Channel *, char *, int);
71 typedef u_char *channel_outfilter_fn(struct Channel *, u_char **, u_int *);
73 /* Channel success/failure callbacks */
74 typedef void channel_confirm_cb(int, struct Channel *, void *);
75 typedef void channel_confirm_abandon_cb(struct Channel *, void *);
92 typedef int mux_callback_fn(struct Channel *);
94 struct Channel { struct
[all...]
H A Dclientloop.h53 int client_simple_escape_filter(Channel *, char *, int);
59 /* Channel request confirmation callbacks */
77 void mux_exit_message(Channel *, int);
78 void mux_tty_alloc_failed(Channel *);
H A Dnchan.c45 * SSH Protocol 1.5 aka New Channel Protocol
77 static void chan_send_ieof1(Channel *);
78 static void chan_send_oclose1(Channel *);
79 static void chan_send_close2(Channel *);
80 static void chan_send_eof2(Channel *);
81 static void chan_send_eow2(Channel *);
84 static void chan_shutdown_write(Channel *);
85 static void chan_shutdown_read(Channel *);
91 chan_set_istate(Channel *c, u_int next)
100 chan_set_ostate(Channel *
[all...]
H A Dsession.h71 int session_input_channel_req(Channel *, const char *);
H A Dchannels.c89 static Channel **channels = NULL;
172 static void port_open_helper(Channel *c, char *rtype);
185 Channel *
188 Channel *c;
206 Channel *
209 Channel *c;
235 channel_register_fds(Channel *c, int rfd, int wfd, int efd,
278 Channel *
284 Channel *c;
289 channels = xcalloc(channels_alloc, sizeof(Channel *));
[all...]
H A Dmux.c132 static Channel *mux_listener_channel = NULL;
163 static int process_mux_master_hello(u_int, Channel *, Buffer *, Buffer *);
164 static int process_mux_new_session(u_int, Channel *, Buffer *, Buffer *);
165 static int process_mux_alive_check(u_int, Channel *, Buffer *, Buffer *);
166 static int process_mux_terminate(u_int, Channel *, Buffer *, Buffer *);
167 static int process_mux_open_fwd(u_int, Channel *, Buffer *, Buffer *);
168 static int process_mux_close_fwd(u_int, Channel *, Buffer *, Buffer *);
169 static int process_mux_stdio_fwd(u_int, Channel *, Buffer *, Buffer *);
170 static int process_mux_stop_listening(u_int, Channel *, Buffer *, Buffer *);
174 int (*handler)(u_int, Channel *, Buffe
[all...]
H A Dclientloop.c772 client_status_confirm(int type, Channel *c, void *ctx)
833 client_abandon_status_confirm(Channel *c, void *ctx)
1068 process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr,
1457 client_simple_escape_filter(Channel *c, char *buf, int len)
1798 Channel *c = NULL;
1836 static Channel *
1839 Channel *c = NULL;
1862 static Channel *
1865 Channel *c = NULL;
1908 static Channel *
[all...]
H A Dserverloop.c956 static Channel *
959 Channel *c = NULL;
989 static Channel *
992 Channel *c = NULL;
1041 static Channel *
1044 Channel *c;
1077 Channel *c = NULL;
1197 Channel *c;
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPURegisterInfo.cpp49 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel) const {
57 assert (Channel < array_lengthof(SubRegs));
58 return SubRegs[Channel];
H A DAMDGPURegisterInfo.h57 /// \returns the sub reg enum value for the given \p Channel
59 unsigned getSubRegFromChannel(unsigned Channel) const;
H A DAMDGPUInstrInfo.cpp139 unsigned Channel = MI->getOperand(ChanOpIdx).getImm(); local
140 unsigned Address = calculateIndirectAddress(RegIndex, Channel);
154 unsigned Channel = MI->getOperand(ChanOpIdx).getImm(); local
155 unsigned Address = calculateIndirectAddress(RegIndex, Channel);
162 calculateIndirectAddress(RegIndex, Channel),
H A DR600ISelLowering.h67 unsigned &Channel, unsigned &PtrIncr) const;
H A DSIInstrInfo.h107 unsigned Channel) const;
H A DAMDGPUInstrInfo.h157 /// \p Channel
162 /// and \p Channel.
164 unsigned Channel) const = 0;
H A DR600InstrInfo.h205 unsigned Channel) const;
H A DR600ISelLowering.cpp1021 unsigned &Channel,
1026 Channel = 0;
1034 Channel = ElemIdx % 2;
1042 Channel = ElemIdx;
1134 unsigned Channel, PtrIncr; local
1135 getStackAddress(StackWidth, i, Channel, PtrIncr);
1143 DAG.getTargetConstant(Channel, MVT::i32));
1151 DAG.getTargetConstant(0, MVT::i32)); // Channel
1307 unsigned Channel, PtrIncr; local
1308 getStackAddress(StackWidth, i, Channel, PtrInc
1019 getStackAddress(unsigned StackWidth, unsigned ElemIdx, unsigned &Channel, unsigned &PtrIncr) const argument
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibfindnodesusing.pl62 if ($line =~ /\w+\s+(\d+)\s+:\s+\(Channel Adapter.*:\s+'(.*)'\)/) {
81 print " -C <ca_name> use selected Channel Adaptor name for queries\n";
H A Dcheck_lft_balance.pl289 } elsif ($lft_line =~ /Channel/ || $lft_line =~ /Router/) {
/freebsd-9.3-release/sys/dev/ce/
H A Dtau32-ddk.h301 unsigned Channel, ItemsCount, EachItemBufferSize; member in struct:tag_TAU32_FlatIoContext
404 unsigned Channel; /* in */ member in struct:tag_TAU32_UserRequest::__anon7271::__anon7272
418 unsigned Channel; /* in */ member in struct:tag_TAU32_UserRequest::__anon7271::__anon7274
426 unsigned Channel; /* in */ member in struct:tag_TAU32_UserRequest::__anon7271::__anon7275
H A Dceddk.c258 req->Io.Rx.Channel = c->num;
341 req->Io.Tx.Channel = c->num;
390 rreq->Io.Rx.Channel = c->num;
573 req->Io.Rx.Channel = c->num;
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt8 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
50 looking into implementing Fibre Channel mass storage at NAS. At this time
80 SCSI and Fibre Channel SCSI prototocols on multiple OS platforms with
87 The intended support targets for Fibre Channel HBAs is the 2100, 2200
90 Fibre Channel support should include complete fabric and public loop
94 For both SCSI and Fibre Channel, simultaneous target/initiator mode support
132 to a Fibre Channel bus.
156 Channel chipsets.
171 4.3 Fibre Channel SCS
[all...]
/freebsd-9.3-release/sys/dev/ata/
H A Data-raid-ddf.h104 uint8_t Channel; member in struct:ddf_device_scsi
/freebsd-9.3-release/sys/geom/raid/
H A Dmd_ddf.h106 uint8_t Channel; member in struct:ddf_device_scsi

Completed in 229 milliseconds

12