Searched refs:CT_PR_EV_CORE (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/sys/contract/ |
H A D | process.h | 66 #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 D | process_dump.c | 69 case CT_PR_EV_CORE: in event_process() 128 case CT_PR_EV_CORE: in event_process()
|
H A D | process.c | 187 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 D | process.c | 447 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 D | ctrun.c | 69 { "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 D | method.c | 92 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 D | restarter.c | 2143 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 D | libscf.c | 3002 *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 D | ctstat.c | 116 { "core", CT_PR_EV_CORE },
|
/titanic_41/usr/src/cmd/init/ |
H A D | init.c | 4160 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE, STARTD_COOKIE); in contracts_init()
|