Lines Matching defs:utmp
58 struct utmp struct
60 short int ut_type; /* Type of login. */
61 pid_t ut_pid; /* Process ID of login process. */
62 char ut_line[UT_LINESIZE]
64 char ut_id[4]
66 char ut_user[UT_NAMESIZE]
68 char ut_host[UT_HOSTSIZE]
70 struct exit_status ut_exit; /* Exit status of a process marked
76 int64_t ut_session; /* Session ID, used for windowing. */
78 {
102 /* Values for the `ut_type' field of a `struct utmp'. */ argument