Searched refs:chan_write_failed (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | channels.h | 340 void chan_write_failed(struct ssh *, Channel *);
|
| H A D | nchan.c | 303 chan_write_failed(struct ssh *ssh, Channel *c) in chan_write_failed() function
|
| H A D | clientloop.c | 709 chan_write_failed(ssh, c); in client_status_confirm() 970 chan_write_failed(ssh, c); in process_escapes()
|
| H A D | ssh_namespace.h | 82 #define chan_write_failed Fssh_chan_write_failed macro
|
| H A D | channels.c | 1165 chan_write_failed(ssh, c); in channel_pre_x11_open() 1535 chan_write_failed(ssh, c); in rdynamic_close() 1967 chan_write_failed(ssh, c); 2009 chan_write_failed(ssh, c);
|
| H A D | session.c | 2360 chan_write_failed(ssh, c); in session_exit_message()
|
| H A D | mux.c | 251 chan_write_failed(ssh, sc); in mux_master_control_cleanup_cb()
|