Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dlast.c127 (((ut.ut_pid & 255) == '0') || ((ut.ut_pid & 255) == '6')))) in last_main()
155 if ((ut.ut_pid > 0) && (kill(ut.ut_pid, 0)!=0) && (errno == ESRCH)) in last_main()
Dgetty.c273 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()
276 entry.ut_pid = getpid(); in utmp_entry()
Dtelnetd.c121 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()
/third_party/musl/ndk_musl_include/
Dutmpx.h20 pid_t ut_pid; member
/third_party/musl/include/
Dutmpx.h20 pid_t ut_pid; member
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h20 pid_t ut_pid; member
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h20 pid_t ut_pid; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h20 pid_t ut_pid; member
/third_party/musl/libc-test/src/api/
Dutmpx.c14 F(pid_t, ut_pid) in f()