Searched refs:ut_pid (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/include/
H A Dutmpx.h45 pid_t ut_pid; /* Process ID. */ member in struct:utmpx
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dutmpx_login.c84 if (ut->ut_pid == mypid
98 newut.ut_pid = mypid;
H A Dutmp_login.c117 utmp->ut_pid = getpid();
/freebsd-10-stable/contrib/opie/libopie/
H A Dlogwtmp.c151 ut.ut_pid = getpid();
181 utx.ut_pid = getpid();
H A Dlogin.c76 u.ut_pid = getpid();
/freebsd-10-stable/lib/libulog/
H A Dulog_login.c51 utx->ut_pid = getpid();
/freebsd-10-stable/libexec/ftpd/
H A Dlogwtmp.c71 ut.ut_pid = getpid();
/freebsd-10-stable/lib/libc/gen/
H A Dutxdb.c49 (fu)->fu_pid = htobe32((ut)->ut_pid); \
114 (ut)->ut_pid = be32toh((fu)->fu_pid); \
/freebsd-10-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c141 utl.ut_pid = getpid();
168 utl.ut_pid = getpid();
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c135 ut.ut_pid = getpid();
/freebsd-10-stable/usr.bin/getent/
H A Dgetent.c654 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
659 printf("\" pid=\"%d\"\n", ut->ut_pid);
665 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
670 printf("\" pid=\"%d\"\n", ut->ut_pid);
/freebsd-10-stable/crypto/openssh/
H A Dloginrec.c683 ut->ut_pid = li->pid;
766 utx->ut_pid = li->pid;
1699 ut.ut_pid = getpid();
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1158 wtmp.ut_pid = pid;
1304 utmpx.ut_pid = pid;
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c699 if (pid == utmp.ut_pid) {
/freebsd-10-stable/contrib/opie/
H A Dconfigure2453 echo $ac_n "checking for ut_pid in struct utmp""... $ac_c" 1>&6
2454 echo "configure:2455: checking for ut_pid in struct utmp" >&5
2461 struct utmp foo; return (int)foo.ut_pid;
/freebsd-10-stable/crypto/heimdal/
H A Dconfigure27229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_pid in struct utmp" >&5
27230 $as_echo_n "checking for ut_pid in struct utmp... " >&6; }
27241 struct utmp x; memset(&x, 0, sizeof(x)); x.ut_pid
27457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_pid in struct utmpx" >&5
27458 $as_echo_n "checking for ut_pid in struct utmpx... " >&6; }
27469 struct utmpx x; memset(&x, 0, sizeof(x)); x.ut_pid

Completed in 173 milliseconds