Searched refs:Pcred (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/newtask/ |
H A D | newtask.c | 384 if (Pcred(p, &original_prcred, 0) != 0) { in update_running_proc() 467 if (Pcred(p, ¤t_prcred, 0) != 0) { in update_running_proc() 523 if (Pcred(p, &old_prcred, 0) != 0) { in set_ids()
|
/illumos-gate/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 179 if (Pcred(Pr, prcred, ngroups_max) == -1) { in look()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 114 Pcred;
|
H A D | libproc.h | 271 extern int Pcred(struct ps_prochandle *, prcred_t *, int);
|
H A D | Pgcore.c | 1424 if (Pcred(P, &cred, 0) != 0) in Pfgcore() 1432 if (Pcred(P, cp, cred.pr_ngroups) != 0 || in Pfgcore()
|
H A D | Pcontrol.c | 1360 Pcred(struct ps_prochandle *P, prcred_t *pcrp, int ngroups) in Pcred() function
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 42 Pcred.3proc \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 59 file path=usr/share/man/man3proc/Pcred.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1751 Pcred(P, &cred, 1) == 0) { in pt_status_dcmd() 5168 if (t->t_pshandle != NULL && Pcred(t->t_pshandle, &cr, 1) == 0) { in pt_xd_cred() 5181 if (Pcred(t->t_pshandle, crp, cr.pr_ngroups) == -1) in pt_xd_cred()
|