Home
last modified time | relevance | path

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

/dragonfly/libexec/utmp_update/
H A Dutmp_update.c153 if (utoldp->ut_pid != (ppid = getppid())) in main()
156 (long)utoldp->ut_pid, (long)ppid); in main()
/dragonfly/libexec/ftpd/
H A Dlogwtmpx.c67 ut.ut_pid = getpid(); in ftpd_logwtmpx()
/dragonfly/include/
H A Dutmpx.h117 pid_t ut_pid; /* process id creating the entry */ member
/dragonfly/usr.bin/who/
H A Dutmpentry.c200 e->pid = up->ut_pid; in getentryx()
/dragonfly/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c225 utmpx.ut_pid = getpid(); in doutmpx()
/dragonfly/crypto/openssh/
H A Dloginrec.c681 ut->ut_pid = li->pid; in construct_utmp()
764 utx->ut_pid = li->pid; in construct_utmpx()
1700 ut.ut_pid = getpid(); in record_failed_login()
/dragonfly/usr.bin/w/
H A Dw.c242 ep->pid = utx->ut_pid; in main()
/dragonfly/sbin/init/
H A Dinit.c1786 ut.ut_pid = pid; in make_utmpx()