Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.who.c293 # ifdef DEAD_PROCESS
299 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
306 # ifdef DEAD_PROCESS
307 if (utmp.ut_type == DEAD_PROCESS && utmp.ut_line[0] == '\0')
317 # ifdef DEAD_PROCESS
318 if (utmp.ut_type == DEAD_PROCESS) {
368 # ifdef DEAD_PROCESS
369 if (utmp.ut_type == DEAD_PROCESS)
/dragonfly/libexec/utmp_update/
H A Dutmp_update.c110 case DEAD_PROCESS: in main()
146 if (utx->ut_type != DEAD_PROCESS) in main()
/dragonfly/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c179 if (logoutx(tty, 0, DEAD_PROCESS)) in pam_sm_close_session()
180 logwtmpx(tty, "", "", 0, DEAD_PROCESS); in pam_sm_close_session()
/dragonfly/usr.bin/who/
H A Dwho.c79 { DEAD_PROCESS, "dead process" },
110 et |= (1 << DEAD_PROCESS); in main()
/dragonfly/libexec/ftpd/
H A Dlogwtmpx.c64 ut.ut_type = DEAD_PROCESS; in ftpd_logwtmpx()
/dragonfly/include/
H A Dutmpx.h70 #define DEAD_PROCESS 8 /* A session leader who has exited. */ macro
/dragonfly/lib/libc/gen/
H A Dutmpx.c203 case DEAD_PROCESS: in getutxid()
208 case DEAD_PROCESS: in getutxid()
/dragonfly/usr.sbin/ac/
H A Dac.c324 (up->ut_type == DEAD_PROCESS && in log_out()
471 case DEAD_PROCESS: in ac()
/dragonfly/usr.bin/wtmpcvt/
H A Dwtmpcvt.c82 uo->ut_type = DEAD_PROCESS; in outmp_to_utmpx()
/dragonfly/crypto/openssh/
H A Dloginrec.c672 ut->ut_type = DEAD_PROCESS; in construct_utmp()
759 utx->ut_type = DEAD_PROCESS; in construct_utmpx()
1055 utx.ut_type = DEAD_PROCESS; in utmpx_perform_logout()
/dragonfly/sbin/init/
H A Dinit.c609 if (logoutx(line, status, DEAD_PROCESS)) in clear_session_logs()
610 logwtmpx(line, "", "", status, DEAD_PROCESS); in clear_session_logs()
1771 make_utmpx(name, line, add ? LOGIN_PROCESS : DEAD_PROCESS, in session_utmpx()
/dragonfly/libexec/telnetd/
H A Dsys_term.c1325 if (logoutx(p, 0, DEAD_PROCESS)) in cleanup()
1326 logwtmpx(p, "", "", 0, DEAD_PROCESS); in cleanup()
/dragonfly/usr.sbin/ppp/
H A Dphysical.c337 ut.ut_type = DEAD_PROCESS; in physical_Close()