Home
last modified time | relevance | path

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

/glibc-2.36/login/
Dtst-utmp.c77 { .ut_type = BOOT_TIME, .ut_pid = 1, UT(1000) },
78 { .ut_type = RUN_LVL, .ut_pid = 1, UT(2000) },
79 { .ut_type = INIT_PROCESS, .ut_pid = 5, .ut_id = "si", UT(3000) },
80 { .ut_type = LOGIN_PROCESS, .ut_pid = 23, .ut_line = "tty1", .ut_id = "1",
82 { .ut_type = USER_PROCESS, .ut_pid = 24, .ut_line = "tty2", .ut_id = "2",
84 { .ut_type = USER_PROCESS, .ut_pid = 196, .ut_line = "ttyp0", .ut_id = "p0",
159 if (entry[n].ut_pid == DEAD_PROCESS) in simulate_login()
160 entry[n].ut_pid = (entry_pid += 27); in simulate_login()
Dtst-pututxline-cache.c73 .ut_pid = pid, in put_entry()
107 TEST_COMPARE (result->ut_pid, 101); in process1()
172 TEST_COMPARE (ut->ut_pid, 102); in do_test()
178 TEST_COMPARE (ut->ut_pid, 103); in do_test()
Dgetutmp.c27 utmp->ut_pid = utmpx->ut_pid; in getutmp()
Dgetutmpx.c28 utmpx->ut_pid = utmp->ut_pid; in getutmpx()
Dtst-pututxline-lockfail.c53 .ut_pid = pid, in write_entry()
162 TEST_COMPARE (ut->ut_pid, 103); in do_test()
Dlogwtmp.c33 ut.ut_pid = getpid (); in __logwtmp()
Dlogin.c94 copy.ut_pid = getpid (); in __login()
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
Dutmp-convert.h38 to->ut_pid = from->ut_pid; in utmp_convert64to32()
66 to->ut_pid = from->ut_pid; in utmp_convert32to64()
Dutmpx-convert.h37 to->ut_pid = from->ut_pid; in utmpx_convert64to32()
65 to->ut_pid = from->ut_pid; in utmpx_convert32to64()
Dutmp32.h32 pid_t ut_pid; /* Process ID of login process. */ member
Dutmpx32.h32 __pid_t ut_pid; /* Process ID of login process. */ member
/glibc-2.36/login/programs/
Dutmpdump.c41 up->ut_type, up->ut_pid, up->ut_id, up->ut_user, up->ut_line, in print_entry()
/glibc-2.36/sysdeps/gnu/bits/
Dutmpx.h58 __pid_t ut_pid; /* Process ID of login process. */ member
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/
Dutmpx.h58 __pid_t ut_pid; /* Process ID of login process. */ member
Dutmp.h61 pid_t ut_pid; /* Process ID of login process. */ member
/glibc-2.36/bits/
Dutmp.h61 pid_t ut_pid; /* Process ID of login process. */ member
/glibc-2.36/conform/data/
Dutmpx.h-data7 element {struct utmpx} pid_t ut_pid
/glibc-2.36/manual/
Dusers.texi1008 @item pid_t ut_pid
1039 The @code{ut_type}, @code{ut_pid}, @code{ut_id}, @code{ut_tv}, and
1472 @item pid_t ut_pid
1676 @code{ut_pid} member, it will be set to the process ID of the current
/glibc-2.36/ChangeLog.old/
DChangeLog.68374 * login/login.c (login): Test [_HAVE_UT_PID] to use ut_pid member.
9563 fields that we supply (ut_line, ut_type, ut_pid), and use the copy