Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dutmpx.h103 struct futmpx { struct
104 char ut_user[32]; /* user login name */
105 char ut_id[4]; /* inittab id */
106 char ut_line[32]; /* device name (console, lnxx) */
107 pid32_t ut_pid; /* process id */
108 int16_t ut_type; /* type of entry */
109 struct {
112 } ut_exit; /* exit status of a process */
113 struct timeval32 ut_tv; /* time entry was made */
115 int32_t pad[5]; /* reserved for future use */
[all …]