Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h86 #define CC_CONTENT_DISM 0x0400ULL /* dynamic intimate shared memory */ macro
95 CC_CONTENT_ISM | CC_CONTENT_DISM | CC_CONTENT_SHM | \
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1126 { (Word) CC_CONTENT_DISM, MSG_CC_CONTENT_DISM }, in conv_cnote_cc_content()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c900 if (!(pgc->pgc_content & CC_CONTENT_DISM)) in dump_map()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2304 if (!(content & CC_CONTENT_DISM)) in elfcore()