Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1124 char str_state_next[MAX_SCF_STATE_STRING_SZ]; in _restarter_commit_states() local
1164 sz = restarter_state_to_string(id->i_next_state, str_state_next, in _restarter_commit_states()
1165 sizeof (str_state_next)); in _restarter_commit_states()
1166 assert(sz < sizeof (str_state_next)); in _restarter_commit_states()