Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dloginrec.c241 li->type = LTYPE_LOGOUT; in login_logout()
623 case LTYPE_LOGOUT: in construct_utmp()
640 if (li->type == LTYPE_LOGOUT) in construct_utmp()
696 case LTYPE_LOGOUT: in construct_utmpx()
710 if (li->type == LTYPE_LOGOUT) in construct_utmpx()
878 case LTYPE_LOGOUT: in utmp_write_entry()
982 case LTYPE_LOGOUT: in utmpx_write_entry()
1048 case LTYPE_LOGOUT: in wtmp_write_entry()
1217 case LTYPE_LOGOUT: in wtmpx_write_entry()
1361 case LTYPE_LOGOUT: in syslogin_write_entry()
/titanic_44/usr/src/cmd/ssh/include/
H A Dloginrec.h74 #define LTYPE_LOGOUT 8 macro