Searched refs:dispatch_run (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | dispatch.h | 39 void dispatch_run(int, volatile sig_atomic_t *, void *);
|
| HD | dispatch.c | 84 dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt) in dispatch_run() function
|
| HD | auth2.c | 176 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
|
| HD | ssh_namespace.h | 273 #define dispatch_run ssh_dispatch_run macro
|
| HD | ssh-keyscan.c | 265 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex); in keygrab_ssh2()
|
| HD | sshconnect2.c | 219 dispatch_run(DISPATCH_BLOCK, &kex->done, kex); in ssh_kex2() 409 dispatch_run(DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */ in ssh_userauth2()
|
| HD | serverloop.c | 549 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL); in process_buffered_input_packets()
|
| HD | clientloop.c | 1430 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, in client_process_buffered_input_packets()
|
| HD | sshd.c | 2552 dispatch_run(DISPATCH_BLOCK, &kex->done, kex);
|