Searched refs:dispatch_run (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | dispatch.h | 46 void dispatch_run(int, int *, void *);
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | dispatch.c | 81 dispatch_run(int mode, int *done, void *ctxt) in dispatch_run() function
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth2-pam.c | 319 dispatch_run(DISPATCH_BLOCK, &conv_ctxt->finished, appdata_ptr); in do_pam_conv_kbd_int()
|
H A D | auth2.c | 116 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
|
H A D | serverloop.c | 498 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL); in process_buffered_input_packets()
|
H A D | sshd.c | 2034 dispatch_run(DISPATCH_BLOCK, &kex->done, kex); in do_ssh2_kex()
|
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 371 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex); in keygrab_ssh2()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect2.c | 181 dispatch_run(DISPATCH_BLOCK, &kex->done, kex); in ssh_kex2() 364 dispatch_run(DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */ in ssh_userauth2()
|
H A D | clientloop.c | 1054 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, compat20 ? xxx_kex : NULL); in client_process_buffered_input_packets()
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 341 add context to dispatch_run
|