Searched refs:scf_handle (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c159 scf_handle_t *scf_handle; /* SCF handle */ local
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_LOCA
[all...]

Completed in 483 milliseconds