Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1123 char str_new_state[MAX_SCF_STATE_STRING_SZ]; in _restarter_commit_states() local
1155 sz = restarter_state_to_string(new_state, str_new_state, in _restarter_commit_states()
1156 sizeof (str_new_state)); in _restarter_commit_states()
1157 assert(sz < sizeof (str_new_state)); in _restarter_commit_states()
1195 if (scf_value_set_astring(v_state, str_new_state) != 0 || in _restarter_commit_states()