Lines Matching defs:utmpx
67 struct utmpx { struct
68 char ut_user[32]; /* user login name */
69 char ut_id[4]; /* inittab id */
70 char ut_line[32]; /* device name (console, lnxx) */
71 pid_t ut_pid; /* process id */
72 short ut_type; /* type of entry */
74 struct exit_status ut_exit; /* process termination/exit status */
76 struct ut_exit_status ut_exit; /* process termination/exit status */
78 struct timeval ut_tv; /* time entry was made */
79 int ut_session; /* session ID, used for windowing */
103 struct futmpx { argument