Searched refs:dispatch_run (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Ddispatch.h39 void dispatch_run(int, volatile sig_atomic_t *, void *);
H A Ddispatch.c84 dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt) function
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);
262 fprintf(stderr, "Impossible! dispatch_run() returned!\n");
H A Dssh_namespace.h202 #define dispatch_run ssh_dispatch_run macro
H A Dsshconnect2.c228 dispatch_run(DISPATCH_BLOCK, &kex->done, kex);
431 dispatch_run(DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */
H A Dserverloop.c548 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL);
H A Dclientloop.c1430 dispatch_run(DISPATCH_NONBLOCK, &quit_pending,
H A Dsshd.c2525 dispatch_run(DISPATCH_BLOCK, &kex->done, kex);

Completed in 122 milliseconds