Home
last modified time | relevance | path

Searched refs:restart_on (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml52 restart_on='none'
60 restart_on='none'
68 restart_on='none'
81 restart_on='none'
/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
384 assert(restart_on >= 0); in method_ready_contract()
385 assert(restart_on <= METHOD_RESTART_ANY_FAULT); in method_ready_contract()
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()
661 method_restart_t restart_on; in method_run() local
720 if ((method = libscf_get_method(h, type, inst, snap, &restart_on, in method_run()
823 r = method_ready_contract(inst, type, restart_on, cte_mask); in method_run()
H A Dlibscf.c685 char *restart_on = startd_alloc(max_scf_value_size); in depgroup_read_restart() local
690 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart()
695 if (strcmp(restart_on, SCF_DEP_RESET_ON_ERROR) == 0) in depgroup_read_restart()
697 else if (strcmp(restart_on, SCF_DEP_RESET_ON_RESTART) == 0) in depgroup_read_restart()
701 else if (strcmp(restart_on, SCF_DEP_RESET_ON_NONE) == 0) in depgroup_read_restart()
706 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart()
2886 *restart_on = METHOD_RESTART_UNKNOWN; in libscf_get_method()
3075 *restart_on = METHOD_RESTART_ALL; in libscf_get_method()
3091 *restart_on = METHOD_RESTART_ALL; in libscf_get_method()
3093 *restart_on = METHOD_RESTART_EXTERNAL_FAULT; in libscf_get_method()
[all …]