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; local
860 if ((scf_h = scf_handle_create(SCF_VERSION)) == NULL) {
873 if (scf_handle_bind(scf_h) == -1) {
874 scf_handle_destroy(scf_h);
902 ret = _restarter_commit_states(scf_h, &id, new_cur_state,
913 (void) scf_handle_unbind(scf_h);
914 scf_handle_destroy(scf_h);

Completed in 65 milliseconds