Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1134 scf_value_t *v_state = NULL, *v_state_next = NULL, *v_stime = NULL; in _restarter_commit_states() local
1149 (v_state_next = scf_value_create(h)) == NULL || in _restarter_commit_states()
1197 scf_value_set_astring(v_state_next, str_new_state_next) != 0) in _restarter_commit_states()
1262 SCF_TYPE_ASTRING, v_state_next)) != 0 || in _restarter_commit_states()
1349 scf_value_destroy(v_state_next); in _restarter_commit_states()