Searched refs:user_entry (Results 1 – 3 of 3) sorted by relevance
64 struct user_entry { struct65 SLIST_ENTRY(user_entry) next;90 static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users); argument175 struct user_entry *up, *aup; in update_user()265 (int)sizeof(((struct user_entry *)0)->user), user, in show()272 struct user_entry *lp; in show_users()284 struct user_entry *up; in show_today()
58 struct passwd *user_entry; in ResolvePartial() local61 while ((user_entry = getpwent()) != nullptr) { in ResolvePartial()62 StringRef ThisName(user_entry->pw_name); in ResolvePartial()
596 struct slb *user_entry; in handle_user_slb_spill() local606 user_entry = user_va_to_slb_entry(pm, addr); in handle_user_slb_spill()608 if (user_entry == NULL) { in handle_user_slb_spill()617 if (pm->pm_slb[i] == user_entry) in handle_user_slb_spill()621 slb_insert_user(pm, user_entry); in handle_user_slb_spill()