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

/solaris-x11-s11/open-src/app/proxymngr/
H A DMakefile3 # proxymngr - X11 proxy manager service
36 MODULE_DESC = the X11 proxy manager service
/solaris-x11-s11/open-src/app/xfindproxy/
H A DMakefile40 MODULE_DESC = the xfindproxy X11 proxy service locator utility
/solaris-x11-s11/open-src/data/ogl-select/
H A DMakefile3 # ogl-select - Solaris SMF service to choose between OpenGL implementations
34 MODULE_PKGNAME=service/opengl/ogl-select
42 MODULE_DESC = the ogl-select service
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c161 scf_service_t *service; /* SCF service */ local
175 service = scf_service_create(scf_handle);
182 (service == NULL) ||
197 (scf_scope_get_service(scope, XSRV_SERVICE_NAME, service) == -1) ||
198 (scf_service_get_pg(service, XSRV_PROP_GROUP_NAME, prop_group)
239 if (service != NULL) {
240 scf_service_destroy(service);

Completed in 14 milliseconds