Searched defs:utmp (Results 1 – 1 of 1) sorted by relevance
60 struct utmp struct62 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 marked74 int32_t ut_session; /* Session ID, used for windowing. */76 {[all …]