Searched refs:CT_PR_EV_EMPTY (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 70 { "empty", CT_PR_EV_EMPTY, OPT_NORMAL }, 530 opt_crit = CT_PR_EV_EMPTY; in main() 532 opt_crit |= opt_fatal | CT_PR_EV_EMPTY; in main() 672 } while ((event & CT_PR_EV_EMPTY) == 0); in main()
|
/illumos-gate/usr/src/uts/common/sys/contract/ |
H A D | process.h | 61 #define CT_PR_EV_EMPTY 0x1 /* contract is empty */ macro
|
/illumos-gate/usr/src/uts/common/contract/ |
H A D | process.c | 202 #define SAFE_EV (CT_PR_EV_EMPTY) 449 new->ctp_ctmpl.ctmpl_ev_crit = CT_PR_EV_EMPTY | CT_PR_EV_HWERR; in contract_process_default() 963 if (EVSENDP(ctp, CT_PR_EV_EMPTY)) { in contract_process_exit() 972 event->cte_flags = EVINFOP(ctp, CT_PR_EV_EMPTY) ? in contract_process_exit() 974 event->cte_type = CT_PR_EV_EMPTY; in contract_process_exit()
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | process_dump.c | 58 case CT_PR_EV_EMPTY: in event_process()
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 4096 legacy_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, CT_PR_EV_HWERR, in contracts_init() 4122 startd_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, in contracts_init() 4261 if (ct_event_get_type(e) == CT_PR_EV_EMPTY) { in contract_event() 4355 tmpl = startd_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, in startd_run()
|
/illumos-gate/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 119 { "empty", CT_PR_EV_EMPTY },
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | restarter.c | 2210 if ((type & (CT_PR_EV_EMPTY | CT_PR_EV_CORE | CT_PR_EV_SIGNAL in contract_action() 2238 case CT_PR_EV_EMPTY: in contract_action()
|
H A D | method.c | 93 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY,
|