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

/freebsd-13-stable/crypto/openssh/
H A Ddispatch.h33 DISPATCH_BLOCK, enumerator in enum:__anon6854
H A Ddispatch.c95 if (mode == DISPATCH_BLOCK) {
H A Dauth2.c178 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success);
H A Dssh-keyscan.c282 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done);
H A Dsshconnect2.c222 ssh_dispatch_run_fatal(active_state, DISPATCH_BLOCK, &kex->done);
407 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */
H A Dsshd.c2387 ssh_dispatch_run_fatal(active_state, DISPATCH_BLOCK, &kex->done);

Completed in 75 milliseconds