HomeSort by: relevance | last modified time | path
    Searched refs:ut_pid (Results 1 - 10 of 10) sorted by relevancy

  /src/libexec/utmp_update/
utmp_update.c 163 if (utoldp->ut_pid != (ppid = getppid()))
166 (long)utoldp->ut_pid, (long)ppid);
  /src/include/
utmpx.h 110 pid_t ut_pid; /* process id creating the entry */ member in struct:utmpx
  /src/lib/libc/compat/include/
utmpx.h 43 pid_t ut_pid; /* process id creating the entry */ member in struct:utmpx50
  /src/usr.bin/who/
utmpentry.c 317 e->pid = up->ut_pid;
  /src/lib/libpam/modules/pam_lastlog/
pam_lastlog.c 287 utmpx.ut_pid = getpid();
  /src/usr.bin/login/
common.c 253 utmpx.ut_pid = getpid();
  /src/lib/libc/gen/
utmpx.c 419 ux->ut_pid = 0;
  /src/usr.bin/w/
w.c 271 ep->pid = utx->ut_pid;
  /src/sbin/init/
init.c 1352 ut.ut_pid = pid;
  /src/libexec/ftpd/
ftpd.c 1228 utmpx.ut_pid = getpid();

Completed in 36 milliseconds