Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dloginrec.c225 li->type = LTYPE_LOGIN; in login_login()
441 if (li->type == LTYPE_LOGIN) { in login_write()
617 case LTYPE_LOGIN: in construct_utmp()
693 case LTYPE_LOGIN: in construct_utmpx()
875 case LTYPE_LOGIN: in utmp_write_entry()
980 case LTYPE_LOGIN: in utmpx_write_entry()
1046 case LTYPE_LOGIN: in wtmp_write_entry()
1215 case LTYPE_LOGIN: in wtmpx_write_entry()
1359 case LTYPE_LOGIN: in syslogin_write_entry()
1484 case LTYPE_LOGIN: in lastlog_write_entry()
/titanic_41/usr/src/cmd/ssh/include/
H A Dloginrec.h73 #define LTYPE_LOGIN 7 macro