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

/freebsd-10.0-release/crypto/openssh/
H A Ddispatch.h30 DISPATCH_BLOCK, enumerator in enum:__anon4936
H A Ddispatch.c90 if (mode == DISPATCH_BLOCK) {
H A Dauth2.c182 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
H A Dssh-keyscan.c261 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex);
H A Dsshconnect2.c228 dispatch_run(DISPATCH_BLOCK, &kex->done, kex);
431 dispatch_run(DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */
H A Dsshd.c2525 dispatch_run(DISPATCH_BLOCK, &kex->done, kex);

Completed in 213 milliseconds