Home
last modified time | relevance | path

Searched refs:cte_mask (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c351 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 Dlibscf.c2866 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask, in libscf_get_method() argument
2981 *cte_mask = 0; in libscf_get_method()
2994 *cte_mask = 0; in libscf_get_method()
3010 *cte_mask = CT_PR_EV_CORE; in libscf_get_method()
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()
3017 *cte_mask = 0; in libscf_get_method()