Home
last modified time | relevance | path

Searched refs:PR_MSACCT (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in93 inline int PR_MSACCT = @PR_MSACCT@; variable
94 #pragma D binding "1.0" PR_MSACCT
311 ((T->t_procp->p_flag & @SMSACCT@) ? PR_MSACCT : 0) |
H A Dprocfs.sed.in104 SED_REPLACE(PR_MSACCT)
/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.c118 long state = PR_MSACCT; in la_version()
/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c72 |PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_MSFORK|PR_PTRACE)
431 if (arg & PR_MSACCT) in prflags()
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h224 #define PR_MSACCT 0x2000 /* micro-state usage accounting is in effect */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h225 #define PR_MSACCT 0x2000 /* micro-state usage accounting is in effect */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h216 #define PR_MSACCT 0x01000000 /* micro-state usage accounting is in effect */
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1598 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_MSFORK|PR_PTRACE)
1619 if (flags & PR_MSACCT) in pr_set()
1653 if (flags & PR_MSACCT) in pr_unset()
H A Dprioctl.c1380 flags |= PR_MSACCT; in oprgetstatus32()
3047 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_PCOMPAT) in prmapsetflags()
3059 if (flags & PR_MSACCT) in prmapsetflags()
3221 flags |= PR_MSACCT; in oprgetstatus()
H A Dprsubr.c965 flags |= PR_MSACCT; in prgetlwpstatus32()
1191 flags |= PR_MSACCT; in prgetlwpstatus()
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c209 if (lsp->pr_flags & PR_MSACCT) in mkprstatus()
334 if (lsp->pr_flags & PR_MSACCT) in mkprstatus32()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg272 @ MSG_PR_FLAGS_MSACCT "PR_MSACCT"
H A Dcorenote.c1194 { PR_MSACCT, MSG_PR_FLAGS_MSACCT }, in conv_cnote_pr_flags()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1212 flags |= PR_MSACCT; in gcore_prgetlwpstatus()