Lines Matching refs:restart_on
684 char *restart_on = startd_alloc(max_scf_value_size); in depgroup_read_restart() local
688 libscf_read_single_astring(h, prop, &restart_on) != 0) { in depgroup_read_restart()
689 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart()
694 if (strcmp(restart_on, SCF_DEP_RESET_ON_ERROR) == 0) in depgroup_read_restart()
696 else if (strcmp(restart_on, SCF_DEP_RESET_ON_RESTART) == 0) in depgroup_read_restart()
698 else if (strcmp(restart_on, SCF_DEP_RESET_ON_REFRESH) == 0) in depgroup_read_restart()
700 else if (strcmp(restart_on, SCF_DEP_RESET_ON_NONE) == 0) in depgroup_read_restart()
705 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart()
2858 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask, in libscf_get_method() argument
2878 *restart_on = METHOD_RESTART_UNKNOWN; in libscf_get_method()
3067 *restart_on = METHOD_RESTART_ALL; in libscf_get_method()
3083 *restart_on = METHOD_RESTART_ALL; in libscf_get_method()
3085 *restart_on = METHOD_RESTART_EXTERNAL_FAULT; in libscf_get_method()
3087 *restart_on = METHOD_RESTART_ANY_FAULT; in libscf_get_method()