CT_PR_EV_CORE
uint_t opt_info = CT_PR_EV_CORE;
{ "core", CT_PR_EV_CORE, OPT_NORMAL | OPT_FATAL },
{ "core", CT_PR_EV_CORE },
CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE, STARTD_COOKIE);
*cte_mask = CT_PR_EV_CORE;
*cte_mask = CT_PR_EV_CORE | CT_PR_EV_SIGNAL;
CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY,
CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE
if ((type & (CT_PR_EV_EMPTY | CT_PR_EV_CORE | CT_PR_EV_SIGNAL
case CT_PR_EV_CORE:
if (info->event.ctev_type != CT_PR_EV_CORE)
if (info->event.ctev_type != CT_PR_EV_CORE)
if (info->event.ctev_type != CT_PR_EV_CORE)
case CT_PR_EV_CORE:
case CT_PR_EV_CORE:
if (EVSENDP(ctp, CT_PR_EV_CORE)) {
event->cte_flags = EVINFOP(ctp, CT_PR_EV_CORE) ? CTE_INFO : 0;
event->cte_type = CT_PR_EV_CORE;
if (EVFATALP(ctp, CT_PR_EV_CORE)) {
new->ctp_ctmpl.ctmpl_ev_info = CT_PR_EV_CORE | CT_PR_EV_SIGNAL;
#define CT_PR_ALLFATAL (CT_PR_EV_CORE | CT_PR_EV_SIGNAL | CT_PR_EV_HWERR)