Home
last modified time | relevance | path

Searched refs:CT_PR_EV_EMPTY (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c70 { "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 Dprocess.h61 #define CT_PR_EV_EMPTY 0x1 /* contract is empty */ macro
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c202 #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()
959 if (EVSENDP(ctp, CT_PR_EV_EMPTY)) { in contract_process_exit()
968 event->cte_flags = EVINFOP(ctp, CT_PR_EV_EMPTY) ? in contract_process_exit()
970 event->cte_type = CT_PR_EV_EMPTY; in contract_process_exit()
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c58 case CT_PR_EV_EMPTY: in event_process()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c4096 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 Dctstat.c119 { "empty", CT_PR_EV_EMPTY },
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c2142 if ((type & (CT_PR_EV_EMPTY | CT_PR_EV_CORE | CT_PR_EV_SIGNAL in contract_action()
2170 case CT_PR_EV_EMPTY: in contract_action()
H A Dmethod.c92 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY,