OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ut_pid
(Results
1 - 13
of
13
) 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/crypto/external/cpl/trousers/dist/src/tcsd/
platform.c
74
//printf("prev_runlevel=%c, runlevel=%c\n", save.
ut_pid
/ 256, save.
ut_pid
% 256);
75
runlevel = save.
ut_pid
% 256;
/src/external/bsd/tmux/usr.bin/tmux/
utempter.c
73
ut.
ut_pid
= pid;
/src/usr.bin/who/
utmpentry.c
317
e->pid = up->
ut_pid
;
/src/crypto/external/bsd/openssh/dist/
sshlogin.c
236
ux.
ut_pid
= 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 64 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026