Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Ddispatch.h46 void dispatch_run(int, int *, void *);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Ddispatch.c81 dispatch_run(int mode, int *done, void *ctxt) in dispatch_run() function
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2-pam.c319 dispatch_run(DISPATCH_BLOCK, &conv_ctxt->finished, appdata_ptr); in do_pam_conv_kbd_int()
H A Dauth2.c116 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
H A Dserverloop.c498 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL); in process_buffered_input_packets()
H A Dsshd.c2034 dispatch_run(DISPATCH_BLOCK, &kex->done, kex); in do_ssh2_kex()
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c371 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex); in keygrab_ssh2()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c181 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 Dclientloop.c1054 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 DChangeLog341 add context to dispatch_run