Searched refs:ut_type (Results 1 – 14 of 14) sorted by relevance
112 if (!strcmp(ut.ut_user, "runlevel")) ut.ut_type = RUN_LVL; in last_main()113 else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type = BOOT_TIME; in last_main()114 else if (!strcmp(ut.ut_user, "shutdown")) ut.ut_type = SHUTDOWN_TIME; in last_main()115 } else if (!*ut.ut_user) ut.ut_type = DEAD_PROCESS; in last_main()116 else if (*ut.ut_user && *ut.ut_line && ut.ut_type != DEAD_PROCESS in last_main()117 && strcmp(ut.ut_user, "LOGIN")) ut.ut_type = USER_PROCESS; in last_main()122 if (ut.ut_line[0] == '|') ut.ut_type = OLD_TIME; in last_main()123 if (ut.ut_line[0] == '{') ut.ut_type = NEW_TIME; in last_main()126 if ((ut.ut_type == SHUTDOWN_TIME) || ((ut.ut_type == RUN_LVL) && in last_main()132 } else if (ut.ut_type == BOOT_TIME) { in last_main()[all …]
273 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()275 entry.ut_type = LOGIN_PROCESS; in utmp_entry()
121 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()123 if (!utp_ptr) entry.ut_type = DEAD_PROCESS; in utmp_entry()
665 ut->ut_type = USER_PROCESS; in construct_utmp()671 ut->ut_type = DEAD_PROCESS; in construct_utmp()758 utx->ut_type = USER_PROCESS; in construct_utmpx()761 utx->ut_type = DEAD_PROCESS; in construct_utmpx()1054 utx.ut_type = DEAD_PROCESS; in utmpx_perform_logout()1172 if (ut->ut_type & USER_PROCESS) in wtmp_islogin()1336 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()1698 ut.ut_type = LOGIN_PROCESS; in record_failed_login()
1295 /* Define if you have ut_type in utmp.h */1298 /* Define if you have ut_type in utmpx.h */
3833 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmp.h], [HAVE_TYPE_IN_UTMP])3834 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmpx.h], [HAVE_TYPE_IN_UTMPX])
15675 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type15714 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type
26 if (x->ut_type==7) { in w_main()
76 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
35 if (FLAG(a) || entry->ut_type == USER_PROCESS) { in who_main()
63 if (u.ut_type == USER_PROCESS) in utmpwatcher_handle()
200 struct utmpx {int ut_type;}; member
2479 utmpx.ut_type = USER_PROCESS;2481 utmpx.ut_type = DEAD_PROCESS;
2202 ut.ut_type = USER_PROCESS; in logwtmp()