Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDdispatch.h39 void dispatch_run(int, volatile sig_atomic_t *, void *);
HDdispatch.c84 dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt) in dispatch_run() function
HDauth2.c176 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
HDssh_namespace.h273 #define dispatch_run ssh_dispatch_run macro
HDssh-keyscan.c265 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex); in keygrab_ssh2()
HDsshconnect2.c219 dispatch_run(DISPATCH_BLOCK, &kex->done, kex); in ssh_kex2()
409 dispatch_run(DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */ in ssh_userauth2()
HDserverloop.c549 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL); in process_buffered_input_packets()
HDclientloop.c1430 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, in client_process_buffered_input_packets()
HDsshd.c2552 dispatch_run(DISPATCH_BLOCK, &kex->done, kex);