Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.c2080 if (flags & PRCSIG) { /* clear current signal */ in Psetrun()
2082 flags &= ~PRCSIG; in Psetrun()
2358 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_bkpt()
2552 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_wapt()
3613 if (flags & PRCSIG) { /* clear current signal */ in Lsetrun()
3615 flags &= ~PRCSIG; in Lsetrun()
H A DPsyscall.c268 if (Psetrun(P, 0, PRCSIG | PRCFAULT) == -1) in execute()
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h319 #define PRCSIG 0x001 /* Clear current signal */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h320 #define PRCSIG 0x001 /* Clear current signal */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h110 #define PRCSIG 0x01 /* clear current signal, if any */
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT)) in pr_setrun()
1190 if ((flags & PRCSIG) && lwp->lwp_cursig != SIGKILL) { in pr_setrun()
H A Dprioctl.c3025 if (flags & PRCSIG) in prmaprunflags()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3536 flags |= PRCSIG; /* clear pending SIGINT */ in pt_setrun()