Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c182 ia_user_t usent; /* ia_user main structure */ in cray_setup() local
247 usent.revision = 0; in cray_setup()
248 usent.uname = username; in cray_setup()
249 usent.host = hostname; in cray_setup()
250 usent.ttyn = ttyn; in cray_setup()
251 usent.caller = IA_SSHD; in cray_setup()
252 usent.pswdlist = &pwdacm; in cray_setup()
253 usent.ueptr = &ue; in cray_setup()
254 usent.flags = IA_INTERACTIVE | IA_FFLAG; in cray_setup()
280 ia_rcode = ia_user(&usent, &uret); in cray_setup()