Searched refs:CT_PR_EV_SIGNAL (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/contract/ |
H A D | process.h | 65 #define CT_PR_EV_SIGNAL 0x10 /* process received fatal signal */ 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 | 70 case CT_PR_EV_SIGNAL: in event_process() 137 case CT_PR_EV_SIGNAL: in event_process()
|
H A D | process.c | 133 if (info->event.ctev_type != CT_PR_EV_SIGNAL) in ct_pr_event_get_signal() 146 if (info->event.ctev_type != CT_PR_EV_SIGNAL) in ct_pr_event_get_sender() 159 if (info->event.ctev_type != CT_PR_EV_SIGNAL) in ct_pr_event_get_senderct()
|
/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() 1164 if (EVSENDP(ctp, CT_PR_EV_SIGNAL)) { in contract_process_sig() 1186 event->cte_flags = EVINFOP(ctp, CT_PR_EV_SIGNAL) ? CTE_INFO : 0; in contract_process_sig() 1187 event->cte_type = CT_PR_EV_SIGNAL; in contract_process_sig() 1191 if (EVFATALP(ctp, CT_PR_EV_SIGNAL)) { in contract_process_sig()
|
/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, 95 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL, 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() 2244 case CT_PR_EV_SIGNAL: in contract_action()
|
H A D | libscf.c | 3012 *cte_mask = CT_PR_EV_SIGNAL; in libscf_get_method() 3015 *cte_mask = CT_PR_EV_CORE | CT_PR_EV_SIGNAL; in libscf_get_method()
|
/illumos-gate/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 68 { "signal", CT_PR_EV_SIGNAL, OPT_NORMAL | OPT_FATAL },
|
/illumos-gate/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 117 { "signal", CT_PR_EV_SIGNAL },
|
/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()
|