Searched defs:futmp (Results 1 – 1 of 1) sorted by relevance
101 struct futmp { struct102 char ut_user[8]; /* User login name */103 char ut_id[4]; /* /etc/inittab id */104 char ut_line[12]; /* device name (console, lnxx) */105 int16_t ut_pid; /* process id */106 int16_t ut_type; /* type of entry */107 struct {110 } ut_exit; /* The exit status of a process */111 time32_t ut_time; /* time entry was made */