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

/illumos-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c118 struct utmpx *rutmpx; local
175 for (rutmpx = getutxent(); rutmpx != (struct utmpx *)NULL;
176 rutmpx = getutxent()) {
178 if ((rutmpx->ut_type != USER_PROCESS) &&
179 (rutmpx->ut_type != DEAD_PROCESS))
182 if (fstatat(devfd, rutmpx->ut_line, &stat_db, 0) < 0)
187 if (rutmpx->ut_type == USER_PROCESS)
188 err = invalid_utmpx(&entryx, rutmpx);
444 invalid_utmpx(struct utmpx *eutmpx, struct utmpx *rutmpx) argument
570 fputmpx(struct utmpx *rutmpx) argument
[all...]

Completed in 57 milliseconds