Searched refs:ssh_dispatch_run (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Ddispatch.h46 int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *);
H A Ddispatch.c88 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done) function
133 if ((r = ssh_dispatch_run(ssh, mode, done)) != 0)
H A Dssh-keyscan.c282 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done);
H A Dssh_namespace.h507 #define ssh_dispatch_run Fssh_ssh_dispatch_run macro

Completed in 87 milliseconds