Searched refs:ut2 (Results 1 – 1 of 1) sorted by relevance
61 struct utmpx ut2; in utempter_update_utmpx() local63 (void) memset(&ut2, 0, sizeof (ut2)); in utempter_update_utmpx()64 ut2.ut_type = USER_PROCESS; in utempter_update_utmpx()65 if (snprintf(ut2.ut_id, sizeof (ut2.ut_id), "f%d", fd) >= in utempter_update_utmpx()66 sizeof (ut2.ut_id)) in utempter_update_utmpx()68 if ((ut1 = getutxid(&ut2)) == NULL) in utempter_update_utmpx()