Searched refs:PR_ASLEEP (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c155 if ((P->status.pr_lwp.pr_flags & PR_ASLEEP) ||
159 (P->status.pr_lwp.pr_flags & PR_ASLEEP) ?
206 if ((flags & (PR_AGENT|PR_ASLEEP)) == (PR_AGENT|PR_ASLEEP)) {
349 (P->status.pr_flags & PR_ASLEEP))
H A DPgcore.c187 if (lsp->pr_flags & PR_ASLEEP)
312 if (lsp->pr_flags & PR_ASLEEP)
H A DPcontrol.c2098 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP);
3630 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in88 SED_REPLACE(PR_ASLEEP)
H A Dprocfs.d.in61 inline int PR_ASLEEP = @PR_ASLEEP@;
62 #pragma D binding "1.0" PR_ASLEEP
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c67 (PR_STOPPED|PR_ISTOP|PR_DSTOP|PR_ASLEEP|PR_PCINVAL|PR_STEP \
286 if ((flags & PR_ASLEEP) || (psp->pr_syscall &&
288 if (flags & PR_ASLEEP) {
289 if ((flags & ~PR_ASLEEP) != 0)
402 if (arg & PR_ASLEEP)
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c364 if (!(lsp->pr_flags & PR_ASLEEP) || !lwp_restartable(lsp->pr_syscall))
390 if (lsp->pr_flags & PR_ASLEEP) {
/illumos-gate/usr/src/cmd/truss/
H A Dactions.c70 !(Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) {
175 if ((Lsp->pr_flags & PR_ASLEEP) &&
253 if ((Lsp->pr_flags & PR_ASLEEP) &&
369 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP)))
H A Dexpound.c5155 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP)))
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h215 #define PR_ASLEEP 0x0008 /* lwp is sleeping in a system call */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h214 #define PR_ASLEEP 0x0008 /* lwp is sleeping in a system call */ macro
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c262 state_p->ps_isinsys = ((prstatus.pr_flags & PR_ASLEEP) != 0);
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c656 if ((psp->pr_flags & (PR_ASLEEP|PR_VFORKP)) ||
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h199 #define PR_ASLEEP 0x00000010 /* lwp is sleeping in a system call */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1366 flags |= PR_ASLEEP;
1465 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) {
3207 flags |= PR_ASLEEP;
3302 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) {
H A Dprsubr.c947 flags |= PR_ASLEEP;
1036 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) {
1173 flags |= PR_ASLEEP;
1264 if ((flags & (PR_STOPPED|PR_ASLEEP)) && t->t_sysnum) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1192 flags |= PR_ASLEEP;
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1178 { PR_ASLEEP, MSG_PR_FLAGS_ASLEEP },
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1651 if (psp->pr_flags & PR_ASLEEP)

Completed in 230 milliseconds