Home
last modified time | relevance | path

Searched refs:p_uid (Results 1 – 23 of 23) sorted by relevance

/netbsd/external/bsd/tcpdump/dist/
H A Dprint-wb.c91 uint32_t p_uid; /* page number */ member
202 EXTRACT_32BITS(&id->pi_ps.page.p_uid), in wb_id()
205 EXTRACT_32BITS(&id->pi_mpage.p_uid))); in wb_id()
241 EXTRACT_32BITS(&rreq->pr_page.p_uid), in wb_rreq()
258 EXTRACT_32BITS(&preq->pp_page.p_uid))); in wb_preq()
282 EXTRACT_32BITS(&ps->page.p_uid))); in wb_prep()
366 EXTRACT_32BITS(&dop->pd_page.p_uid), in wb_rrep()
388 EXTRACT_32BITS(&dop->pd_page.p_uid), in wb_drawop()
/netbsd/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_cache.c55 check_cache(char *name, char *pw, int *p_uid, int *p_gid) in check_cache() argument
67 *p_uid = User_cache[i].cuid; in check_cache()
/netbsd/usr.bin/chpass/
H A Dtable.c51 { "uid", p_uid, 1, 3, e1, NULL },
H A Dchpass.h68 int p_uid(const char *, struct passwd *, ENTRY *);
H A Dfield.c98 p_uid(const char *p, struct passwd *pw, ENTRY *ep) in p_uid() function
/netbsd/external/bsd/top/dist/machine/
H A Dm_hpux7.c504 (!show_uid || pp->p_uid == (uid_t)sel->uid))
595 (*get_userid)(pp->p_uid),
877 return((int)pp->p_uid);
H A Dm_hpux8.c471 (!show_uid || pp->p_uid == (uid_t)sel->uid))
562 (*get_userid)(pp->p_uid),
815 return((int)pp->p_uid);
H A Dm_hpux9.c489 (!show_uid || pp->p_uid == (uid_t)sel->uid))
585 (*get_userid)(pp->p_uid),
838 return((int)pp->p_uid);
H A Dm_sco5.c509 (!show_uid || pp->p_uid == (ushort)sel->uid)) { in get_process_info()
604 (*get_userid)(pp->p_uid), in format_next_process()
747 return ((int)pp->p_uid); in proc_owner()
H A Dm_sunos4.c617 (!show_uid || pp->p_uid == (uid_t)sel->uid))
709 (*get_userid)(pp->p_uid),
975 return((int)pp->p_uid);
/netbsd/usr.bin/systat/
H A Dps.c115 if (showuser != SHOWUSER_ANY && kp->p_uid != showuser) in showps()
117 user = user_from_uid(kp->p_uid, 0); in showps()
H A Dpigs.c131 user_from_uid(kp->p_uid, 0)); in showpigs()
/netbsd/bin/ps/
H A Dkeyword.c123 UID("euid", "EUID", p_uid),
213 UID("uid", "UID", p_uid),
H A Dprint.c656 strprintorsetwidth(v, user_from_uid(k->p_uid, 0), mode); in usrname()
/netbsd/usr.bin/sockstat/
H A Dsockstat.c564 if ((pw = getpwuid(p->p_uid)) != NULL)
567 printf("%-8d ", (int)p->p_uid);
/netbsd/usr.bin/pmap/
H A Dmain.c326 } else if (uid != 0 && uid != kproc->p_uid) { in main()
/netbsd/usr.bin/pkill/
H A Dpkill.c351 if (kp->p_uid == (uid_t)li->li_number) in main()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dnbsd-nat.c414 kp.p_ruid, kp.p_uid, kp.p_svuid); in info_proc()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c414 kp.p_ruid, kp.p_uid, kp.p_svuid); in info_proc()
/netbsd/sys/sys/
H A Dsysctl.h416 uint32_t p_uid; /* UID_T: effective user id */ member
/netbsd/usr.bin/fstat/
H A Dfstat.c448 Uname = user_from_uid(p->p_uid, 0); in dofiles()
/netbsd/lib/libkvm/
H A Dkvm_proc.c588 kp2p->p_uid = kp->kp_eproc.e_ucred.cr_uid; in kvm_getproc2()
/netbsd/sys/kern/
H A Dkern_proc.c2790 ki->p_uid = kauth_cred_geteuid(p->p_cred); in fill_kproc2()