Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcorectl.h71 #define CC_CONTENT_STACK 0x0001ULL /* process stack */ macro
93 #define CC_CONTENT_DEFAULT (CC_CONTENT_STACK | CC_CONTENT_HEAP | \
/titanic_41/usr/src/cmd/ptools/pstack/
H A Dpstack.c158 CC_CONTENT_STACK; in main()
175 content &= ~CC_CONTENT_STACK; in main()
/titanic_41/usr/src/cmd/ptools/pargs/
H A Dpargs.c1300 content |= CC_CONTENT_STACK; in main()
1307 content |= CC_CONTENT_STACK; in main()
1333 content |= CC_CONTENT_STACK; in main()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1097 { (Word) CC_CONTENT_STACK, MSG_CC_CONTENT_STACK }, in conv_cnote_cc_content()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c854 if (!(pgc->pgc_content & CC_CONTENT_STACK)) in dump_map()
H A DPcore.c2311 core_info->core_content = CC_CONTENT_STACK | CC_CONTENT_HEAP | in Pfgrab_core()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c1952 if (!(content & CC_CONTENT_STACK)) in elfcore()