Lines Matching refs:ssent
214 ia_success_t ssent; /* ia_success structure */ in cray_setup() local
469 ssent.revision = 0; in cray_setup()
470 ssent.uname = username; in cray_setup()
471 ssent.host = hostname; in cray_setup()
472 ssent.ttyn = ttyn; in cray_setup()
473 ssent.caller = IA_SSHD; in cray_setup()
474 ssent.flags = IA_INTERACTIVE; in cray_setup()
475 ssent.ueptr = &ue; in cray_setup()
476 ssent.jid = jid; in cray_setup()
477 ssent.errcode = ia_rcode; in cray_setup()
478 ssent.us = NULL; in cray_setup()
479 ssent.time = 1; /* Set ue_logtime */ in cray_setup()
484 ia_success(&ssent, &sret); in cray_setup()