Home
last modified time | relevance | path

Searched refs:PR_PCINVAL (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c67 (PR_STOPPED|PR_ISTOP|PR_DSTOP|PR_ASLEEP|PR_PCINVAL|PR_STEP \
283 flags &= ~PR_PCINVAL; in lwplook()
405 if (arg & PR_PCINVAL) in prflags()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in63 inline int PR_PCINVAL = @PR_PCINVAL@; variable
64 #pragma D binding "1.0" PR_PCINVAL
H A Dprocfs.sed.in89 SED_REPLACE(PR_PCINVAL)
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h218 #define PR_PCINVAL 0x0080 /* contents of pr_instr undefined */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h219 #define PR_PCINVAL 0x0080 /* contents of pr_instr undefined */ macro
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1271 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL); in gcore_prgetlwpstatus()
1273 sp->pr_flags |= PR_PCINVAL; in gcore_prgetlwpstatus()
1275 sp->pr_flags |= PR_PCINVAL; in gcore_prgetlwpstatus()
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h199 #define PR_PCINVAL 0x00000020 /* contents of pr_instr undefined */
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprioctl.c1451 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL); in oprgetstatus32()
1453 sp->pr_flags |= PR_PCINVAL; in oprgetstatus32()
1455 sp->pr_flags |= PR_PCINVAL; in oprgetstatus32()
3288 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL); in oprgetstatus()
3290 sp->pr_flags |= PR_PCINVAL; in oprgetstatus()
3292 sp->pr_flags |= PR_PCINVAL; in oprgetstatus()
H A Dprsubr.c1020 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL); in prgetlwpstatus32()
1022 sp->pr_flags |= PR_PCINVAL; in prgetlwpstatus32()
1024 sp->pr_flags |= PR_PCINVAL; in prgetlwpstatus32()
1248 sp->pr_flags |= (PR_ISSYS|PR_PCINVAL); in prgetlwpstatus()
1250 sp->pr_flags |= PR_PCINVAL; in prgetlwpstatus()
1252 sp->pr_flags |= PR_PCINVAL; in prgetlwpstatus()
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c197 if (lsp->pr_flags & PR_PCINVAL) in mkprstatus()
322 if (lsp->pr_flags & PR_PCINVAL) in mkprstatus32()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg257 @ MSG_PR_FLAGS_PCINVAL "PR_PCINVAL"
H A Dcorenote.c1179 { PR_PCINVAL, MSG_PR_FLAGS_PCINVAL }, in conv_cnote_pr_flags()