Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT)) in pr_setrun()
1216 if (flags & PRSABORT) in pr_setrun()
1227 } else if (flags & PRSABORT) { in pr_setrun()
1252 if (!(flags & PRSABORT) && in pr_setrun()
1287 if (flags & PRSABORT) { in pr_setrun()
H A Dprioctl.c3031 if (flags & PRSABORT) in prmaprunflags()
/titanic_41/usr/src/lib/libproc/common/
H A DPsyscall.c69 if (Psetrun(P, 0, PRSABORT) == 0) { in Pabort_agent()
H A DPcontrol.c579 if (Psetrun(P, 0, PRSABORT) == -1) { in Pxcreate()
/titanic_41/usr/src/uts/intel/sys/
H A Dold_procfs.h327 #define PRSABORT 0x080 /* Abort syscall */ macro
/titanic_41/usr/src/uts/sparc/sys/
H A Dold_procfs.h326 #define PRSABORT 0x080 /* Abort syscall */ macro
/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c368 (void) Lsetrun(L, 0, PRSABORT); in lwp_abort()
/titanic_41/usr/src/uts/common/sys/
H A Dprocfs.h113 #define PRSABORT 0x08 /* abort syscall, if in syscall */