Home
last modified time | relevance | path

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

/dragonfly/libexec/utmp_update/
HDutmp_update.c153 if (utoldp->ut_pid != (ppid = getppid())) in main()
156 (long)utoldp->ut_pid, (long)ppid); in main()
/dragonfly/libexec/ftpd/
HDlogwtmpx.c67 ut.ut_pid = getpid(); in ftpd_logwtmpx()
/dragonfly/include/
HDutmpx.h117 pid_t ut_pid; /* process id creating the entry */ member
/dragonfly/usr.bin/who/
HDutmpentry.c200 e->pid = up->ut_pid; in getentryx()
/dragonfly/lib/libpam/modules/pam_lastlog/
HDpam_lastlog.c225 utmpx.ut_pid = getpid(); in doutmpx()
/dragonfly/crypto/openssh/
HDloginrec.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()
HDconfig.h.in1032 /* Define if you have ut_pid in utmp.h */
HDconfigure.ac4371 OSSH_CHECK_HEADER_FOR_FIELD([ut_pid], [utmp.h], [HAVE_PID_IN_UTMP])
HDconfigure22357 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid
/dragonfly/usr.bin/w/
HDw.c242 ep->pid = utx->ut_pid; in main()
/dragonfly/sbin/init/
HDinit.c1786 ut.ut_pid = pid; in make_utmpx()