Home
last modified time | relevance | path

Searched refs:ssh_dispatch_run (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Ddispatch.c88 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run() function
133 if ((r = ssh_dispatch_run(ssh, mode, done)) != 0) in ssh_dispatch_run_fatal()
H A Ddispatch.h46 int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *);
H A Dssh-keyscan.c282 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done); in keygrab_ssh2()
H A Dssh_namespace.h503 #define ssh_dispatch_run Fssh_ssh_dispatch_run macro
H A DChangeLog5873 remove now obsolete ctx from ssh_dispatch_run; ok djm@
9280 will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the