Searched refs:scf_h (Results 1 – 1 of 1) sorted by relevance
850 scf_handle_t *scf_h; in restarter_set_states() local859 if ((scf_h = scf_handle_create(SCF_VERSION)) == NULL) { in restarter_set_states()872 if (scf_handle_bind(scf_h) == -1) { in restarter_set_states()873 scf_handle_destroy(scf_h); in restarter_set_states()901 ret = _restarter_commit_states(scf_h, &id, new_cur_state, in restarter_set_states()912 (void) scf_handle_unbind(scf_h); in restarter_set_states()913 scf_handle_destroy(scf_h); in restarter_set_states()