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

/solaris-x11-s11/open-src/lib/libXft/
H A DMakefile57 XFT_MAPFILE=$(PWD)/mapfile.scope
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c160 scf_scope_t *scope; /* SCF scope */ local
174 scope = scf_scope_create(scf_handle);
183 (scope == NULL) ||
196 (scf_handle_get_scope(scf_handle, SCF_SCOPE_LOCAL, scope) == -1) ||
197 (scf_scope_get_service(scope, XSRV_SERVICE_NAME, service) == -1) ||
242 if (scope != NULL) {
243 scf_scope_destroy(scope);

Completed in 19 milliseconds