Lines Matching refs:scf_handle
159 scf_handle_t *scf_handle; /* SCF handle */
173 scf_handle = scf_handle_create(SCF_VERSION);
174 scope = scf_scope_create(scf_handle);
175 service = scf_service_create(scf_handle);
176 prop_group = scf_pg_create(scf_handle);
177 prop = scf_property_create(scf_handle);
178 value = scf_value_create(scf_handle);
184 (scf_handle == NULL)) {
195 if ((scf_handle_bind(scf_handle) == -1) ||
196 (scf_handle_get_scope(scf_handle, SCF_SCOPE_LOCAL, scope) == -1) ||
245 if (scf_handle != NULL) {
246 scf_handle_destroy(scf_handle);