OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ut_pid
(Results
51 - 63
of
63
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
utmp.h
62
pid_t
ut_pid
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
utmp.h
62
pid_t
ut_pid
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
utmp.h
62
pid_t
ut_pid
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
utmp.h
62
pid_t
ut_pid
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
utmp.h
62
pid_t
ut_pid
;
member in struct:utmp
/external/toybox/toys/pending/
last.c
127
(((ut.
ut_pid
& 255) == '0') || ((ut.
ut_pid
& 255) == '6'))))
155
if ((ut.
ut_pid
> 0) && (kill(ut.
ut_pid
, 0)!=0) && (errno == ESRCH))
getty.c
273
if (utp_ptr->
ut_pid
== pid && utp_ptr->ut_type >= INIT_PROCESS) break;
276
entry.
ut_pid
= getpid();
telnetd.c
121
if (utp_ptr->
ut_pid
== pid && utp_ptr->ut_type >= INIT_PROCESS) break;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h
63
pid_t
ut_pid
; /* Process ID of login process. */
member in struct:utmp
119
/* Tell the user that we have a modern system with UT_HOST,
UT_PID
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmp.h
63
pid_t
ut_pid
; /* Process ID of login process. */
member in struct:utmp
119
/* Tell the user that we have a modern system with UT_HOST,
UT_PID
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmp.h
63
pid_t
ut_pid
; /* Process ID of login process. */
member in struct:utmp
119
/* Tell the user that we have a modern system with UT_HOST,
UT_PID
,
/external/ppp/pppd/
sys-linux.c
[
all
...]
sys-solaris.c
[
all
...]
Completed in 1066 milliseconds
1
2
3