Home
last modified time | relevance | path

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

/src/sys/dev/hwt/
H A Dhwt_record.c195 struct hwt_record_user_entry *user_entry, int nitems_req, int wait) in hwt_record_grab() argument
218 hwt_record_to_user(entry, &user_entry[i]); in hwt_record_grab()
247 struct hwt_record_user_entry *user_entry; in hwt_record_send() local
261 user_entry = malloc(sizeof(struct hwt_record_user_entry) * nitems_req, in hwt_record_send()
264 i = hwt_record_grab(ctx, user_entry, nitems_req, record_get->wait); in hwt_record_send()
266 error = copyout(user_entry, record_get->records, in hwt_record_send()
272 free(user_entry, M_HWT_RECORD); in hwt_record_send()
/src/usr.sbin/ac/
H A Dac.c62 struct user_entry { struct
63 SLIST_ENTRY(user_entry) next;
88 static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users); argument
173 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()
/src/contrib/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp58 struct passwd *user_entry; in ResolvePartial() local
61 while ((user_entry = getpwent()) != nullptr) { in ResolvePartial()
62 StringRef ThisName(user_entry->pw_name); in ResolvePartial()
/src/sys/powerpc/aim/
H A Dslb.c594 struct slb *user_entry; in handle_user_slb_spill() local
604 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()