Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c851 scf_handle_t *scf_h; in restarter_set_states() local
860 if ((scf_h = scf_handle_create(SCF_VERSION)) == NULL) { in restarter_set_states()
873 if (scf_handle_bind(scf_h) == -1) { in restarter_set_states()
874 scf_handle_destroy(scf_h); in restarter_set_states()
902 ret = _restarter_commit_states(scf_h, &id, new_cur_state, in restarter_set_states()
913 (void) scf_handle_unbind(scf_h); in restarter_set_states()
914 scf_handle_destroy(scf_h); in restarter_set_states()