Searched refs:CT_PR_EV_CORE (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/contract/
H A Dprocess.h66 #define CT_PR_EV_CORE 0x8 /* process dumps core */ macro
70 #define CT_PR_ALLFATAL (CT_PR_EV_CORE | CT_PR_EV_SIGNAL | CT_PR_EV_HWERR)
/opensolaris-onvv-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c69 case CT_PR_EV_CORE:
128 case CT_PR_EV_CORE:
H A Dprocess.c187 if (info->event.ctev_type != CT_PR_EV_CORE)
201 if (info->event.ctev_type != CT_PR_EV_CORE)
215 if (info->event.ctev_type != CT_PR_EV_CORE)
/opensolaris-onvv-gate/usr/src/uts/common/contract/
H A Dprocess.c447 new->ctp_ctmpl.ctmpl_ev_info = CT_PR_EV_CORE | CT_PR_EV_SIGNAL;
1077 if (EVSENDP(ctp, CT_PR_EV_CORE)) {
1103 event->cte_flags = EVINFOP(ctp, CT_PR_EV_CORE) ? CTE_INFO : 0;
1104 event->cte_type = CT_PR_EV_CORE;
1108 if (EVFATALP(ctp, CT_PR_EV_CORE)) {
/opensolaris-onvv-gate/usr/src/cmd/ctrun/
H A Dctrun.c69 { "core", CT_PR_EV_CORE, OPT_NORMAL | OPT_FATAL },
388 uint_t opt_info = CT_PR_EV_CORE;
/opensolaris-onvv-gate/usr/src/cmd/ctstat/
H A Dctstat.c116 { "core", CT_PR_EV_CORE },
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dmethod.c90 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY,
94 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE
H A Drestarter.c2053 if ((type & (CT_PR_EV_EMPTY | CT_PR_EV_CORE | CT_PR_EV_SIGNAL
2084 case CT_PR_EV_CORE:
H A Dlibscf.c2997 *cte_mask = CT_PR_EV_CORE;
3002 *cte_mask = CT_PR_EV_CORE | CT_PR_EV_SIGNAL;
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c4149 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE, STARTD_COOKIE);

Completed in 134 milliseconds