Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A Dpr_tasksys.c105 pr_gettaskid(struct ps_prochandle *Pr) in pr_gettaskid() function
H A Dmapfile-vers185 pr_gettaskid;
H A Dlibproc.h376 extern taskid_t pr_gettaskid(struct ps_prochandle *Pr);
H A Dllib-lproc336 taskid_t pr_gettaskid(struct ps_prochandle *Pr);
/titanic_41/usr/src/cmd/prctl/
H A Dprctl.c2146 if (pr_gettaskid(p->pr) != taskid) { in grab_process_by_id()
2180 p->taskid = pr_gettaskid(p->pr); in grab_process_by_id()
2230 p->taskid = pr_gettaskid(p->pr); in grab_process_by_id()
/titanic_41/usr/src/cmd/newtask/
H A Dnewtask.c487 taskid = pr_gettaskid(p); in update_running_proc()