Searched defs:utmpx (Results 1 – 4 of 4) sorted by relevance
103 struct utmpx { struct104 char ut_name[_UTX_USERSIZE]; /* login name */105 char ut_id[_UTX_IDSIZE]; /* inittab id */106 char ut_line[_UTX_LINESIZE]; /* tty name */107 char ut_host[_UTX_HOSTSIZE]; /* host name */108 uint16_t ut_session; /* session id used for windowing */109 uint16_t ut_type; /* type of this entry */110 pid_t ut_pid; /* process id creating the entry */111 struct {135 struct utmpx *getutxent(void) __RENAME(__getutxent50); argument
241 struct utmpx utmpx; in doutmpx() local
274 struct utmpx utmpx; in doutmpx() local
206 static struct utmpx utmpx; /* for utmpx */ variable