Home
last modified time | relevance | path

Searched refs:pr_getprojid (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A Dpr_tasksys.c78 pr_getprojid(struct ps_prochandle *Pr) in pr_getprojid() function
H A Dmapfile-vers179 pr_getprojid;
H A Dlibproc.h375 extern projid_t pr_getprojid(struct ps_prochandle *Pr);
H A Dllib-lproc335 projid_t pr_getprojid(struct ps_prochandle *Pr);
/titanic_41/usr/src/cmd/prctl/
H A Dprctl.c2140 if (pr_getprojid(p->pr) != projid || in grab_process_by_id()
2181 p->projid = pr_getprojid(p->pr); in grab_process_by_id()
2231 p->projid = pr_getprojid(p->pr); in grab_process_by_id()
/titanic_41/usr/src/cmd/newtask/
H A Dnewtask.c388 if ((prprojid = pr_getprojid(p)) == -1) { in update_running_proc()