Searched refs:str_new_state (Results 1 – 1 of 1) sorted by relevance
1124 char str_new_state[MAX_SCF_STATE_STRING_SZ]; in _restarter_commit_states() local1156 sz = restarter_state_to_string(new_state, str_new_state, in _restarter_commit_states()1157 sizeof (str_new_state)); in _restarter_commit_states()1158 assert(sz < sizeof (str_new_state)); in _restarter_commit_states()1196 if (scf_value_set_astring(v_state, str_new_state) != 0 || in _restarter_commit_states()