Searched refs:PR_PCINVAL (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in89 SED_REPLACE(PR_PCINVAL)
H A Dprocfs.d.in63 inline int PR_PCINVAL = @PR_PCINVAL@;
64 #pragma D binding "1.0" PR_PCINVAL
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c67 (PR_STOPPED|PR_ISTOP|PR_DSTOP|PR_ASLEEP|PR_PCINVAL|PR_STEP \
278 * PR_PCINVAL is just noise if the lwp is not stopped.
283 flags &= ~PR_PCINVAL;
405 if (arg & PR_PCINVAL)
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h219 #define PR_PCINVAL 0x0080 /* contents of pr_instr undefined */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h218 #define PR_PCINVAL 0x0080 /* contents of pr_instr undefined */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1271 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL);
1273 sp->pr_flags |= PR_PCINVAL;
1275 sp->pr_flags |= PR_PCINVAL;
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h200 #define PR_PCINVAL 0x00000020 /* contents of pr_instr undefined */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1451 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL);
1453 sp->pr_flags |= PR_PCINVAL;
1455 sp->pr_flags |= PR_PCINVAL;
3288 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL);
3290 sp->pr_flags |= PR_PCINVAL;
3292 sp->pr_flags |= PR_PCINVAL;
H A Dprsubr.c1022 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL);
1024 sp->pr_flags |= PR_PCINVAL;
1026 sp->pr_flags |= PR_PCINVAL;
1250 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL);
1252 sp->pr_flags |= PR_PCINVAL;
1254 sp->pr_flags |= PR_PCINVAL;
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c197 if (lsp->pr_flags & PR_PCINVAL)
322 if (lsp->pr_flags & PR_PCINVAL)
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1179 { PR_PCINVAL, MSG_PR_FLAGS_PCINVAL },

Completed in 107 milliseconds