Searched refs:DISPATCH_BLOCK (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Ddispatch.h33 DISPATCH_BLOCK, enumerator in enum:__anon4659
H A Ddispatch.c92 if (mode == DISPATCH_BLOCK) {
H A Dauth2.c169 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success);
H A Dssh-keyscan.c285 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done);
H A Dsshd-session.c1330 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &kex->done);
H A Dsshconnect2.c272 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &ssh->kex->done);
456 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */

Completed in 93 milliseconds