Home
last modified time | relevance | path

Searched refs:Pcred (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/newtask/
H A Dnewtask.c383 if (Pcred(p, &original_prcred, 0) != 0) { in update_running_proc()
466 if (Pcred(p, &current_prcred, 0) != 0) { in update_running_proc()
522 if (Pcred(p, &old_prcred, 0) != 0) { in set_ids()
/titanic_41/usr/src/cmd/ptools/pcred/
H A Dpcred.c181 if (Pcred(Pr, prcred, ngroups_max) == -1) { in look()
/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers105 Pcred;
H A Dlibproc.h274 extern int Pcred(struct ps_prochandle *, prcred_t *, int);
H A DPgcore.c1368 if (Pcred(P, &cred, 0) != 0) in Pfgcore()
1376 if (Pcred(P, cp, cred.pr_ngroups) != 0 || in Pfgcore()
H A Dllib-lproc51 int Pcred(struct ps_prochandle *Pr, prcred_t *pcrp, int ngroups);
H A DPcontrol.c1290 Pcred(struct ps_prochandle *P, prcred_t *pcrp, int ngroups) in Pcred() function
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1684 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()