Home
last modified time | relevance | path

Searched refs:core_content (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c180 cg->core_content = CC_CONTENT_DEFAULT; in core_init_zone()
370 cg->core_content = content; in corectl()
377 content = cg->core_content; in corectl()
/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h121 core_content_t core_content; member
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h169 core_content_t core_content; /* content dumped to core file */ member
H A DPcore.c868 if (sizeof (core->core_content) != nbytes) in note_content()
874 core->core_content = content; in note_content()
2432 core_info->core_content = CC_CONTENT_STACK | CC_CONTENT_HEAP |
H A DPcontrol.c3128 return (core->core_content); in Pcontent()
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c343 content = cg->core_content; in do_core()