Home
last modified time | relevance | path

Searched defs:utmp (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dutmp.h60 struct utmp struct
62 short int ut_type; /* Type of login. */
63 pid_t ut_pid; /* Process ID of login process. */
64 char ut_line[UT_LINESIZE]; /* Devicename. */
65 char ut_id[4]; /* Inittab ID. */
66 char ut_user[UT_NAMESIZE]; /* Username. */
67 char ut_host[UT_HOSTSIZE]; /* Hostname for remote login. */
68 struct exit_status ut_exit; /* Exit status of a process marked
74 int32_t ut_session; /* Session ID, used for windowing. */
76 {
[all …]