Lines Matching defs:restart_on
684 char *restart_on = startd_alloc(max_scf_value_size);
688 libscf_read_single_astring(h, prop, &restart_on) != 0) {
689 startd_free(restart_on, max_scf_value_size);
694 if (strcmp(restart_on, SCF_DEP_RESET_ON_ERROR) == 0)
696 else if (strcmp(restart_on, SCF_DEP_RESET_ON_RESTART) == 0)
698 else if (strcmp(restart_on, SCF_DEP_RESET_ON_REFRESH) == 0)
700 else if (strcmp(restart_on, SCF_DEP_RESET_ON_NONE) == 0)
705 startd_free(restart_on, max_scf_value_size);
2858 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask,
2878 *restart_on = METHOD_RESTART_UNKNOWN;
3063 /* Only start methods need to honor the restart_on property. */
3067 *restart_on = METHOD_RESTART_ALL;
3083 *restart_on = METHOD_RESTART_ALL;
3085 *restart_on = METHOD_RESTART_EXTERNAL_FAULT;
3087 *restart_on = METHOD_RESTART_ANY_FAULT;