Home
last modified time | relevance | path

Searched refs:utmpt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/who/
H A Dwho.c785 static struct utmpx utmpt; in process() local
789 while (i < (int)sizeof (utmpt.ut_user) && in process()
791 utmpt.ut_user[i++] = *pwp->pw_name++; in process()
797 while (i < (int)sizeof (utmpt.ut_line) && in process()
799 utmpt.ut_line[i++] = *ttname++; in process()
801 utmpt.ut_id[0] = 0; in process()
802 utmpt.ut_pid = getpid(); in process()
803 utmpt.ut_type = USER_PROCESS; in process()
804 (void) time(&utmpt.ut_xtime); in process()
805 utmpp = &utmpt; in process()