Searched refs:DISPATCH_BLOCK (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | dispatch.h | 27 DISPATCH_BLOCK, enumerator
|
| D | dispatch.c | 94 if (mode == DISPATCH_BLOCK) { in dispatch_run()
|
| D | auth2.c | 149 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
|
| D | sshconnect2.c | 147 dispatch_run(DISPATCH_BLOCK, &kex->done, kex); in ssh_kex2() 314 dispatch_run(DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */ in ssh_userauth2()
|
| D | ssh-keyscan.c | 362 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex); in keygrab_ssh2()
|
| D | sshd.c | 2034 dispatch_run(DISPATCH_BLOCK, &kex->done, kex); in do_ssh2_kex()
|