Searched refs:cte_mask (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | method.c | 351 method_restart_t restart_on, uint_t cte_mask) in method_ready_contract() argument 386 cevents = method_events[restart_on] & ~cte_mask; in method_ready_contract() 388 (method_events[restart_on] & ~cte_mask & CT_PR_ALLFATAL) : in method_ready_contract() 662 uint_t cte_mask; in method_run() local 721 &cte_mask, &need_session, &timeout, &timeout_retry)) == NULL) { in method_run() 823 r = method_ready_contract(inst, type, restart_on, cte_mask); in method_run()
|
H A D | libscf.c | 2858 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask, in libscf_get_method() argument 2973 *cte_mask = 0; in libscf_get_method() 2986 *cte_mask = 0; in libscf_get_method() 3002 *cte_mask = CT_PR_EV_CORE; in libscf_get_method() 3004 *cte_mask = CT_PR_EV_SIGNAL; in libscf_get_method() 3007 *cte_mask = CT_PR_EV_CORE | CT_PR_EV_SIGNAL; in libscf_get_method() 3009 *cte_mask = 0; in libscf_get_method()
|