Home
last modified time | relevance | path

Searched refs:CC_CONTENT_ALL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h92 #define CC_CONTENT_ALL 0x3fffULL macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1617 mask = CC_CONTENT_ALL; in proc_str2content()
1679 if (content & ~CC_CONTENT_ALL) in proc_content2str()
1684 allcnt = 1 + popc(content ^ CC_CONTENT_ALL); in proc_content2str()
1695 mask = content ^ CC_CONTENT_ALL; in proc_content2str()
H A DPcontrol.c3132 return (CC_CONTENT_ALL); in Pcontent()
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c359 if (content & ~CC_CONTENT_ALL) { in corectl()