/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 155 if ((P->status.pr_lwp.pr_flags & PR_ASLEEP) || in Pcreate_agent() 159 (P->status.pr_lwp.pr_flags & PR_ASLEEP) ? in Pcreate_agent() 206 if ((flags & (PR_AGENT|PR_ASLEEP)) == (PR_AGENT|PR_ASLEEP)) { in Pdestroy_agent() 349 (P->status.pr_flags & PR_ASLEEP)) in Psyscall()
|
H A D | Pgcore.c | 187 if (lsp->pr_flags & PR_ASLEEP) in mkprstatus() 312 if (lsp->pr_flags & PR_ASLEEP) in mkprstatus32()
|
H A D | Pcontrol.c | 2059 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); in Psetrun() 3591 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); in Lsetrun()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 67 (PR_STOPPED|PR_ISTOP|PR_DSTOP|PR_ASLEEP|PR_PCINVAL|PR_STEP \ 286 if ((flags & PR_ASLEEP) || (psp->pr_syscall && in lwplook() 288 if (flags & PR_ASLEEP) { in lwplook() 289 if ((flags & ~PR_ASLEEP) != 0) in lwplook() 402 if (arg & PR_ASLEEP) in prflags()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | actions.c | 70 !(Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) { in report_sleeping() 175 if ((Lsp->pr_flags & PR_ASLEEP) && in jobcontrol() 253 if ((Lsp->pr_flags & PR_ASLEEP) && in signalled() 369 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) in sysentry()
|
H A D | expound.c | 5155 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) in expound()
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 364 if (!(lsp->pr_flags & PR_ASLEEP) || !lwp_restartable(lsp->pr_syscall)) in lwp_abort() 390 if (lsp->pr_flags & PR_ASLEEP) { in lwp_restart()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | procfs.d.in | 61 inline int PR_ASLEEP = @PR_ASLEEP@; variable 62 #pragma D binding "1.0" PR_ASLEEP
|
H A D | procfs.sed.in | 88 SED_REPLACE(PR_ASLEEP)
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 214 #define PR_ASLEEP 0x0008 /* lwp is sleeping in a system call */ macro
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 215 #define PR_ASLEEP 0x0008 /* lwp is sleeping in a system call */ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 198 #define PR_ASLEEP 0x00000010 /* lwp is sleeping in a system call */
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 656 if ((psp->pr_flags & (PR_ASLEEP|PR_VFORKP)) || in call_stack()
|
/titanic_50/usr/src/lib/libtnfctl/ |
H A D | prb_proc.c | 262 state_p->ps_isinsys = ((prstatus.pr_flags & PR_ASLEEP) != 0); in prb_proc_state()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1366 flags |= PR_ASLEEP; in oprgetstatus32() 1465 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) { in oprgetstatus32() 3207 flags |= PR_ASLEEP; in oprgetstatus() 3302 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) { in oprgetstatus()
|
H A D | prsubr.c | 945 flags |= PR_ASLEEP; in prgetlwpstatus32() 1034 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) { in prgetlwpstatus32() 1171 flags |= PR_ASLEEP; in prgetlwpstatus() 1262 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) { in prgetlwpstatus()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 256 @ MSG_PR_FLAGS_ASLEEP "PR_ASLEEP"
|
H A D | corenote.c | 1178 { PR_ASLEEP, MSG_PR_FLAGS_ASLEEP }, in conv_cnote_pr_flags()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1192 flags |= PR_ASLEEP; in gcore_prgetlwpstatus()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1651 if (psp->pr_flags & PR_ASLEEP) in pt_status_dcmd()
|