Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c384 if (Pcred(p, &original_prcred, 0) != 0) { in update_running_proc()
467 if (Pcred(p, &current_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 Dpcred.c179 if (Pcred(Pr, prcred, ngroups_max) == -1) { in look()
/illumos-gate/usr/src/lib/libproc/common/
H A Dmapfile-vers114 Pcred;
H A Dlibproc.h269 extern int Pcred(struct ps_prochandle *, prcred_t *, int);
H A DPgcore.c1424 if (Pcred(P, &cred, 0) != 0) in Pfgcore()
1432 if (Pcred(P, cp, cred.pr_ngroups) != 0 || in Pfgcore()
H A DPcontrol.c1305 Pcred(struct ps_prochandle *P, prcred_t *pcrp, int ngroups) in Pcred() function
/illumos-gate/usr/src/man/man3proc/
H A DMakefile42 Pcred.3proc \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc59 file path=usr/share/man/man3proc/Pcred.3proc
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1754 Pcred(P, &cred, 1) == 0) { in pt_status_dcmd()
5171 if (t->t_pshandle != NULL && Pcred(t->t_pshandle, &cr, 1) == 0) { in pt_xd_cred()
5184 if (Pcred(t->t_pshandle, crp, cr.pr_ngroups) == -1) in pt_xd_cred()