Lines Matching defs:utmp
60 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 {
100 /* Values for the `ut_type' field of a `struct utmp'. */ argument