Home
last modified time | relevance | path

Searched refs:CC_CONTENT_STACK (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h71 #define CC_CONTENT_STACK 0x0001ULL /* process stack */ macro
94 #define CC_CONTENT_DEFAULT (CC_CONTENT_STACK | CC_CONTENT_HEAP | \
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c1327 content |= CC_CONTENT_STACK; in main()
1336 content |= CC_CONTENT_STACK; in main()
1370 content |= CC_CONTENT_STACK; in main()
1373 content |= CC_CONTENT_STACK; in main()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c164 CC_CONTENT_STACK; in main()
181 content &= ~CC_CONTENT_STACK; in main()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1116 { (Word) CC_CONTENT_STACK, MSG_CC_CONTENT_STACK }, in conv_cnote_cc_content()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c889 if (!(pgc->pgc_content & CC_CONTENT_STACK)) in dump_map()
H A DPcore.c2432 core_info->core_content = CC_CONTENT_STACK | CC_CONTENT_HEAP |
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2295 if (!(content & CC_CONTENT_STACK)) in elfcore()