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

/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dmethod.c310 * restart_on, and cte_mask dictate the critical events term of the contract.
317 method_restart_t restart_on, uint_t cte_mask)
352 cevents = method_events[restart_on] & ~cte_mask;
354 (method_events[restart_on] & ~cte_mask & CT_PR_ALLFATAL) :
601 uint_t cte_mask; local
660 &cte_mask, &need_session, &timeout, &timeout_retry)) == NULL) {
762 r = method_ready_contract(inst, type, restart_on, cte_mask);
316 method_ready_contract(restarter_inst_t *inst, int type, method_restart_t restart_on, uint_t cte_mask) argument
H A Dlibscf.c2853 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask,
2968 *cte_mask = 0;
2981 *cte_mask = 0;
2997 *cte_mask = CT_PR_EV_CORE;
2999 *cte_mask = CT_PR_EV_SIGNAL;
3002 *cte_mask = CT_PR_EV_CORE | CT_PR_EV_SIGNAL;
3004 *cte_mask = 0;
2852 libscf_get_method(scf_handle_t *h, int type, restarter_inst_t *inst, scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask, uint8_t *need_sessionp, uint64_t *timeout, uint8_t *timeout_retry) argument

Completed in 50 milliseconds