Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h327 #define PRSTOP 0x100 /* Set directed stop request */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h328 #define PRSTOP 0x100 /* Set directed stop request */ macro
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT)) in pr_setrun()
1212 if (flags & PRSTOP) { in pr_setrun()
1219 if ((pcp->prc_flags & PRC_LWP) || (flags & (PRSTEP|PRSTOP))) { in pr_setrun()
1231 } else if (!(flags & PRSTOP)) { in pr_setrun()
H A Dprioctl.c3033 if (flags & PRSTOP) in prmaprunflags()
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h114 #define PRSTOP 0x10 /* set directed stop request */
/titanic_50/usr/src/lib/libtnfctl/
H A Dprb_proc.c201 prrun.pr_flags = PRSTOP; in prb_proc_prstop()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c1352 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP); in worker_thread()
1377 flags |= PRSTOP; in worker_thread()
H A Dfcall.c1427 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP); in function_trace()