/glibc-2.36/login/ |
D | tst-utmp.c | 77 { .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()
|
D | tst-pututxline-cache.c | 73 .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()
|
D | getutmp.c | 27 utmp->ut_pid = utmpx->ut_pid; in getutmp()
|
D | getutmpx.c | 28 utmpx->ut_pid = utmp->ut_pid; in getutmpx()
|
D | tst-pututxline-lockfail.c | 53 .ut_pid = pid, in write_entry() 162 TEST_COMPARE (ut->ut_pid, 103); in do_test()
|
D | logwtmp.c | 33 ut.ut_pid = getpid (); in __logwtmp()
|
D | login.c | 94 copy.ut_pid = getpid (); in __login()
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/ |
D | utmp-convert.h | 38 to->ut_pid = from->ut_pid; in utmp_convert64to32() 66 to->ut_pid = from->ut_pid; in utmp_convert32to64()
|
D | utmpx-convert.h | 37 to->ut_pid = from->ut_pid; in utmpx_convert64to32() 65 to->ut_pid = from->ut_pid; in utmpx_convert32to64()
|
D | utmp32.h | 32 pid_t ut_pid; /* Process ID of login process. */ member
|
D | utmpx32.h | 32 __pid_t ut_pid; /* Process ID of login process. */ member
|
/glibc-2.36/login/programs/ |
D | utmpdump.c | 41 up->ut_type, up->ut_pid, up->ut_id, up->ut_user, up->ut_line, in print_entry()
|
/glibc-2.36/sysdeps/gnu/bits/ |
D | utmpx.h | 58 __pid_t ut_pid; /* Process ID of login process. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/ |
D | utmpx.h | 58 __pid_t ut_pid; /* Process ID of login process. */ member
|
D | utmp.h | 61 pid_t ut_pid; /* Process ID of login process. */ member
|
/glibc-2.36/bits/ |
D | utmp.h | 61 pid_t ut_pid; /* Process ID of login process. */ member
|
/glibc-2.36/conform/data/ |
D | utmpx.h-data | 7 element {struct utmpx} pid_t ut_pid
|
/glibc-2.36/manual/ |
D | users.texi | 1008 @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/ |
D | ChangeLog.6 | 8374 * 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
|