Home
last modified time | relevance | path

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

/netbsd-src/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-src/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-src/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_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);
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);
/netbsd-src/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-src/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-src/usr.bin/sockstat/
H A Dsockstat.c564 if ((pw = getpwuid(p->p_uid)) != NULL)
567 printf("%-8d ", (int)p->p_uid);
/netbsd-src/usr.bin/pmap/
H A Dmain.c326 } else if (uid != 0 && uid != kproc->p_uid) { in main()
/netbsd-src/usr.bin/pkill/
H A Dpkill.c377 if (kp->p_uid == (uid_t)li->li_number) in main()
/netbsd-src/sys/sys/
H A Dsysctl.h416 uint32_t p_uid; /* UID_T: effective user id */ member
/netbsd-src/usr.bin/fstat/
H A Dfstat.c448 Uname = user_from_uid(p->p_uid, 0); in dofiles()
/netbsd-src/lib/libkvm/
H A Dkvm_proc.c558 kp2p->p_uid = kp->kp_eproc.e_ucred.cr_uid; in kvm_getproc2()
/netbsd-src/sys/kern/
H A Dkern_proc.c2793 ki->p_uid = kauth_cred_geteuid(p->p_cred); in fill_kproc2()