Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c96 (void) Pdstop(P); /* Stop the process. */ in stop()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile200 Pdstop.3proc \
341 Pdstop.3proc := LINKSRC = Pstopstatus.3proc
/illumos-gate/usr/src/lib/libproc/common/
H A Dmapfile-vers119 Pdstop;
H A Dlibproc.h265 extern int Pdstop(struct ps_prochandle *);
H A DPcontrol.c2011 Pdstop(struct ps_prochandle *P) in Pdstop() function
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c419 (void) Pdstop(P); in do_pnohup()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc64 link path=usr/share/man/man3proc/Pdstop.3proc target=Pstopstatus.3proc
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1488 (void) Pdstop(Proc); in worker_thread()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3516 psp->pr_why == PR_JOBCONTROL && Pdstop(P) == 0) { in pt_sigfwd()