Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c193 struct utmpx *utent; local
202 while ((utent = getutxent()) != NULL && (limit == 0 || cnt < limit)) {
203 if (utent->ut_line[0] == '\0' || utent->ut_user[0] == '\0')
209 if ((all == REAL_USERS) && ((utent->ut_type != USER_PROCESS) ||
210 nonuserx(*utent)))
219 (*q)->ui_idle = findidle(utent->ut_line,
220 sizeof (utent->ut_line), now);
221 if (strncmp(utent->ut_line, "console",
226 usys5to_ru(utent, &((*q)->ui_utmp));
229 sizeof (utent->ut_line),
[all …]