Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcsh/
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)
/freebsd-12-stable/lib/libc/gen/
Dpututxline.c97 case DEAD_PROCESS: in utx_active_add()
104 if (fe.fu_type != DEAD_PROCESS) in utx_active_add()
321 case DEAD_PROCESS: in pututxline()
Dgetutxent.c182 case DEAD_PROCESS: in getutxid()
187 case DEAD_PROCESS: in getutxid()
Dutxdb.c94 case DEAD_PROCESS: in utx_to_futx()
169 case DEAD_PROCESS: in futx_to_utx()
/freebsd-12-stable/contrib/opie/libopie/
Dlogwtmp.c144 ut.ut_type = DEAD_PROCESS;
177 utx.ut_type = DEAD_PROCESS;
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
Dlogwtmp.c130 ut.ut_type = DEAD_PROCESS; in ftpd_logwtmp_wtmp()
163 utx.ut_type = DEAD_PROCESS; in ftpd_logwtmp_wtmp()
/freebsd-12-stable/include/
Dutmpx.h65 #define DEAD_PROCESS 7 /* A session leader who has exited. */ macro
/freebsd-12-stable/libexec/ftpd/
Dlogwtmp.c70 ut.ut_type = DEAD_PROCESS; in ftpd_logwtmp()
/freebsd-12-stable/lib/libulog/
Dulog_login.c84 utx.ut_type = DEAD_PROCESS; in ulog_logout()
/freebsd-12-stable/usr.sbin/utx/
Dutx.c56 struct utmpx utx = { .ut_type = DEAD_PROCESS }; in rm()
/freebsd-12-stable/usr.sbin/ac/
Dac.c325 (up->ut_type == DEAD_PROCESS && in log_out()
472 case DEAD_PROCESS: in ac()
/freebsd-12-stable/lib/libpam/modules/pam_lastlog/
Dpam_lastlog.c168 utl.ut_type = DEAD_PROCESS; in pam_sm_close_session()
/freebsd-12-stable/crypto/openssh/
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()
/freebsd-12-stable/usr.bin/last/
Dlast.c341 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS) in doentry()
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
Dsys_term.c1439 utxp->ut_type = DEAD_PROCESS; in rmut()
1557 utptr->ut_type = DEAD_PROCESS; in rmut()
/freebsd-12-stable/usr.bin/getent/
Dgetent.c669 case DEAD_PROCESS: in utmpxprint()
/freebsd-12-stable/usr.sbin/ppp/
Dphysical.c341 ut.ut_type = DEAD_PROCESS; in physical_Close()