Home
last modified time | relevance | path

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

/titanic_41/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)
/titanic_41/usr/src/lib/libcontract/common/
H A Dprocess_dump.c69 case CT_PR_EV_CORE: in event_process()
128 case CT_PR_EV_CORE: in event_process()
H A Dprocess.c187 if (info->event.ctev_type != CT_PR_EV_CORE) in ct_pr_event_get_pcorefile()
201 if (info->event.ctev_type != CT_PR_EV_CORE) in ct_pr_event_get_gcorefile()
215 if (info->event.ctev_type != CT_PR_EV_CORE) in ct_pr_event_get_zcorefile()
/titanic_41/usr/src/uts/common/contract/
H A Dprocess.c447 new->ctp_ctmpl.ctmpl_ev_info = CT_PR_EV_CORE | CT_PR_EV_SIGNAL; in contract_process_default()
1077 if (EVSENDP(ctp, CT_PR_EV_CORE)) { in contract_process_core()
1103 event->cte_flags = EVINFOP(ctp, CT_PR_EV_CORE) ? CTE_INFO : 0; in contract_process_core()
1104 event->cte_type = CT_PR_EV_CORE; in contract_process_core()
1108 if (EVFATALP(ctp, CT_PR_EV_CORE)) { in contract_process_core()
/titanic_41/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; in main()
/titanic_41/usr/src/cmd/svc/startd/
H A Dmethod.c92 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY,
96 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE
H A Drestarter.c2143 if ((type & (CT_PR_EV_EMPTY | CT_PR_EV_CORE | CT_PR_EV_SIGNAL in contract_action()
2174 case CT_PR_EV_CORE: in contract_action()
H A Dlibscf.c3002 *cte_mask = CT_PR_EV_CORE; in libscf_get_method()
3007 *cte_mask = CT_PR_EV_CORE | CT_PR_EV_SIGNAL; in libscf_get_method()
/titanic_41/usr/src/cmd/ctstat/
H A Dctstat.c116 { "core", CT_PR_EV_CORE },
/titanic_41/usr/src/cmd/init/
H A Dinit.c4160 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE, STARTD_COOKIE); in contracts_init()