Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/librestart/common/
H A Dlibrestart.c1122 char str_new_state[MAX_SCF_STATE_STRING_SZ]; in _restarter_commit_states() local
1154 sz = restarter_state_to_string(new_state, str_new_state, in _restarter_commit_states()
1155 sizeof (str_new_state)); in _restarter_commit_states()
1156 assert(sz < sizeof (str_new_state)); in _restarter_commit_states()
1194 if (scf_value_set_astring(v_state, str_new_state) != 0 || in _restarter_commit_states()