Home
last modified time | relevance | path

Searched refs:proc_get_cred (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_get_info.c56 proc_get_cred(pid_t pid, prcred_t *credp, int ngroups) in proc_get_cred() function
H A Dmapfile-vers232 proc_get_cred;
H A Dlibproc.h727 extern int proc_get_cred(pid_t, prcred_t *, int);
H A DPcontrol.c176 return (proc_get_cred(P->pid, pcrp, ngroups)); in Pcred_live()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile133 proc_get_cred.3proc \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc252 file path=usr/share/man/man3proc/proc_get_cred.3proc
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2330 if (proc_get_cred(Pstatus(Proc)->pr_pid, &cred, 0) < 0) { in show_cred()