Searched defs:utent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c195 struct utmpx *utent; local
204 while ((utent = getutxent()) != NULL && (limit == 0 || cnt < limit)) {
205 if (utent->ut_line[0] == '\0' || utent->ut_user[0] == '\0')
211 if ((all == REAL_USERS) && ((utent->ut_type != USER_PROCESS) ||
212 nonuserx(*utent)))
221 (*q)->ui_idle = findidle(utent->ut_line,
222 sizeof (utent->ut_line), now);
223 if (strncmp(utent->ut_line, "console",
228 usys5to_ru(utent,
[all...]

Completed in 45 milliseconds