Searched refs:DISPATCH_BLOCK (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/crypto/openssh/ |
| H A D | dispatch.h | 33 DISPATCH_BLOCK, enumerator
|
| H A D | dispatch.c | 94 if (mode == DISPATCH_BLOCK) { in ssh_dispatch_run()
|
| H A D | ssh-keyscan.c | 311 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done); in keygrab_ssh2()
|
| H A D | auth2.c | 179 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
|
| H A D | sshconnect2.c | 279 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &ssh->kex->done); in ssh_kex2() 463 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */ in ssh_userauth2()
|
| H A D | sshd-session.c | 1459 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &kex->done); in do_ssh2_kex()
|