Searched refs:chan_write_failed (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dchannels.h341 void chan_write_failed(struct ssh *, Channel *);
H A Dnchan.c306 chan_write_failed(struct ssh *ssh, Channel *c) function
318 error("channel %d: chan_write_failed for ostate %d",
H A Dclientloop.c722 chan_write_failed(ssh, c);
983 chan_write_failed(ssh, c);
H A Dssh_namespace.h85 #define chan_write_failed Fssh_chan_write_failed macro
H A Dchannels.c1198 chan_write_failed(ssh, c);
1568 chan_write_failed(ssh, c);
2000 chan_write_failed(ssh, c);
2042 chan_write_failed(ssh, c);
H A Dmux.c238 chan_write_failed(ssh, sc);
H A Dsession.c2430 * emulate a write failure with 'chan_write_failed', nobody will be
2436 chan_write_failed(ssh, c);

Completed in 100 milliseconds