Searched refs:user_entry (Results 1 – 3 of 3) sorted by relevance
62 struct user_entry { struct63 SLIST_ENTRY(user_entry) next;88 static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users); argument173 struct user_entry *up, *aup; in update_user()263 (int)sizeof(((struct user_entry *)0)->user), user, in show()270 struct user_entry *lp; in show_users()282 struct user_entry *up; in show_today()
58 struct passwd *user_entry; in ResolvePartial() local 61 while ((user_entry = getpwent()) != nullptr) { in ResolvePartial() 62 StringRef ThisName(user_entry->pw_name); in ResolvePartial()
594 struct slb *user_entry; in handle_user_slb_spill() local604 user_entry = user_va_to_slb_entry(pm, addr); in handle_user_slb_spill()606 if (user_entry == NULL) { in handle_user_slb_spill()615 if (pm->pm_slb[i] == user_entry) in handle_user_slb_spill()619 slb_insert_user(pm, user_entry); in handle_user_slb_spill()