Searched refs:CT_PR_EV_CORE (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/contract/ |
H A D | process.h | 64 #define CT_PR_EV_CORE 0x8 /* process dumps core */ macro 68 #define CT_PR_ALLFATAL (CT_PR_EV_CORE | CT_PR_EV_SIGNAL | CT_PR_EV_HWERR)
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | process_dump.c | 67 case CT_PR_EV_CORE: in event_process() 126 case CT_PR_EV_CORE: in event_process()
|
H A D | process.c | 185 if (info->event.ctev_type != CT_PR_EV_CORE) in ct_pr_event_get_pcorefile() 199 if (info->event.ctev_type != CT_PR_EV_CORE) in ct_pr_event_get_gcorefile() 213 if (info->event.ctev_type != CT_PR_EV_CORE) in ct_pr_event_get_zcorefile()
|
/illumos-gate/usr/src/uts/common/contract/ |
H A D | process.c | 448 new->ctp_ctmpl.ctmpl_ev_info = CT_PR_EV_CORE | CT_PR_EV_SIGNAL; in contract_process_default() 1078 if (EVSENDP(ctp, CT_PR_EV_CORE)) { in contract_process_core() 1104 event->cte_flags = EVINFOP(ctp, CT_PR_EV_CORE) ? CTE_INFO : 0; in contract_process_core() 1105 event->cte_type = CT_PR_EV_CORE; in contract_process_core() 1109 if (EVFATALP(ctp, CT_PR_EV_CORE)) { in contract_process_core()
|
/illumos-gate/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 67 { "core", CT_PR_EV_CORE, OPT_NORMAL | OPT_FATAL }, 386 uint_t opt_info = CT_PR_EV_CORE; in main()
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 93 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY, 97 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE
|
H A D | restarter.c | 2210 if ((type & (CT_PR_EV_EMPTY | CT_PR_EV_CORE | CT_PR_EV_SIGNAL in contract_action() 2241 case CT_PR_EV_CORE: in contract_action()
|
H A D | libscf.c | 3010 *cte_mask = CT_PR_EV_CORE; in libscf_get_method() 3015 *cte_mask = CT_PR_EV_CORE | CT_PR_EV_SIGNAL; in libscf_get_method()
|
/illumos-gate/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 116 { "core", CT_PR_EV_CORE },
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 4123 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE, STARTD_COOKIE); in contracts_init()
|