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

/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c384 if (Pcred(p, &original_prcred, 0) != 0) {
467 if (Pcred(p, &current_prcred, 0) != 0) {
523 if (Pcred(p, &old_prcred, 0) != 0) {
/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c181 if (Pcred(Pr, prcred, ngroups_max) == -1) {
/illumos-gate/usr/src/lib/libproc/common/
H A Dlibproc.h266 extern int Pcred(struct ps_prochandle *, prcred_t *, int);
H A Dllib-lproc51 int Pcred(struct ps_prochandle *Pr, prcred_t *pcrp, int ngroups);
H A DPgcore.c1368 if (Pcred(P, &cred, 0) != 0)
1376 if (Pcred(P, cp, cred.pr_ngroups) != 0 ||
H A DPcontrol.c1300 Pcred(struct ps_prochandle *P, prcred_t *pcrp, int ngroups) function
/illumos-gate/usr/src/man/man3proc/
H A DMakefile41 Pcred.3proc \
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1684 Pcred(P, &cred, 1) == 0) {
5103 if (t->t_pshandle != NULL && Pcred(t->t_pshandle, &cr, 1) == 0) {
5116 if (Pcred(t->t_pshandle, crp, cr.pr_ngroups) == -1)

Completed in 92 milliseconds