Home
last modified time | relevance | path

Searched refs:Pdstop (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ptools/pstop/
H A Dpstop.c98 (void) Pdstop(P); /* Stop the process. */ in stop()
/titanic_50/usr/src/lib/libproc/common/
H A Dmapfile-vers110 Pdstop;
H A Dlibproc.h270 extern int Pdstop(struct ps_prochandle *);
H A Dllib-lproc61 int Pdstop(struct ps_prochandle *Pr);
H A DPcontrol.c1965 Pdstop(struct ps_prochandle *P) in Pdstop() function
/titanic_50/usr/src/cmd/nohup/
H A Dnohup.c421 (void) Pdstop(P); in do_pnohup()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c1482 (void) Pdstop(Proc); in worker_thread()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3445 psp->pr_why == PR_JOBCONTROL && Pdstop(P) == 0) { in pt_sigfwd()