Searched refs:Pcred (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/newtask/ |
H A D | newtask.c | 383 if (Pcred(p, &original_prcred, 0) != 0) { in update_running_proc() 466 if (Pcred(p, ¤t_prcred, 0) != 0) { in update_running_proc() 522 if (Pcred(p, &old_prcred, 0) != 0) { in set_ids()
|
/titanic_44/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 181 if (Pcred(Pr, prcred, ngroups_max) == -1) { in look()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 105 Pcred;
|
H A D | libproc.h | 274 extern int Pcred(struct ps_prochandle *, prcred_t *, int);
|
H A D | Pgcore.c | 1368 if (Pcred(P, &cred, 0) != 0) in Pfgcore() 1376 if (Pcred(P, cp, cred.pr_ngroups) != 0 || in Pfgcore()
|
H A D | llib-lproc | 51 int Pcred(struct ps_prochandle *Pr, prcred_t *pcrp, int ngroups);
|
H A D | Pcontrol.c | 1290 Pcred(struct ps_prochandle *P, prcred_t *pcrp, int ngroups) in Pcred() function
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1684 Pcred(P, &cred, 1) == 0) { in pt_status_dcmd() 5103 if (t->t_pshandle != NULL && Pcred(t->t_pshandle, &cr, 1) == 0) { in pt_xd_cred() 5116 if (Pcred(t->t_pshandle, crp, cr.pr_ngroups) == -1) in pt_xd_cred()
|