Searched refs:CT_PR_EV_EMPTY (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 72 { "empty", CT_PR_EV_EMPTY, OPT_NORMAL }, 532 opt_crit = CT_PR_EV_EMPTY; in main() 534 opt_crit |= opt_fatal | CT_PR_EV_EMPTY; in main() 674 } while ((event & CT_PR_EV_EMPTY) == 0); in main()
|
/titanic_50/usr/src/uts/common/sys/contract/ |
H A D | process.h | 63 #define CT_PR_EV_EMPTY 0x1 /* contract is empty */ macro
|
/titanic_50/usr/src/uts/common/contract/ |
H A D | process.c | 201 #define SAFE_EV (CT_PR_EV_EMPTY) 448 new->ctp_ctmpl.ctmpl_ev_crit = CT_PR_EV_EMPTY | CT_PR_EV_HWERR; in contract_process_default() 962 if (EVSENDP(ctp, CT_PR_EV_EMPTY)) { in contract_process_exit() 971 event->cte_flags = EVINFOP(ctp, CT_PR_EV_EMPTY) ? in contract_process_exit() 973 event->cte_type = CT_PR_EV_EMPTY; in contract_process_exit()
|
/titanic_50/usr/src/lib/libcontract/common/ |
H A D | process_dump.c | 60 case CT_PR_EV_EMPTY: in event_process()
|
/titanic_50/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 119 { "empty", CT_PR_EV_EMPTY },
|
/titanic_50/usr/src/cmd/init/ |
H A D | init.c | 4133 legacy_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, CT_PR_EV_HWERR, in contracts_init() 4159 startd_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, in contracts_init() 4298 if (ct_event_get_type(e) == CT_PR_EV_EMPTY) { in contract_event() 4392 tmpl = startd_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, in startd_run()
|
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | restarter.c | 2143 if ((type & (CT_PR_EV_EMPTY | CT_PR_EV_CORE | CT_PR_EV_SIGNAL in contract_action() 2171 case CT_PR_EV_EMPTY: in contract_action()
|
H A D | method.c | 92 CT_PR_EV_HWERR | CT_PR_EV_SIGNAL | CT_PR_EV_CORE | CT_PR_EV_EMPTY,
|