Lines Matching defs:restart_on
87 * Mapping from restart_on method-type to contract events. Must correspond to
344 * restart_on, and cte_mask dictate the critical events term of the contract.
351 method_restart_t restart_on, uint_t cte_mask)
384 assert(restart_on >= 0);
385 assert(restart_on <= METHOD_RESTART_ANY_FAULT);
386 cevents = method_events[restart_on] & ~cte_mask;
388 (method_events[restart_on] & ~cte_mask & CT_PR_ALLFATAL) :
661 method_restart_t restart_on;
720 if ((method = libscf_get_method(h, type, inst, snap, &restart_on,
823 r = method_ready_contract(inst, type, restart_on, cte_mask);