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

/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpapi_impl.h83 extern papi_status_t service_connect(service_t *svc, char *uri);
H A Djob.c150 if ((result = service_connect(svc, printer)) != PAPI_OK)
207 if ((result = service_connect(svc, printer)) != PAPI_OK)
271 if ((result = service_connect(svc, printer)) != PAPI_OK)
297 if ((result = service_connect(svc, printer)) != PAPI_OK)
325 if ((result = service_connect(svc, printer)) != PAPI_OK)
390 if ((result = service_connect(svc, printer)) != PAPI_OK)
423 if ((result = service_connect(svc, printer)) != PAPI_OK)
449 if ((result = service_connect(svc, printer)) != PAPI_OK)
H A Dprinter.c81 if ((result = service_connect(svc, svc->name)) != PAPI_OK)
244 if ((result = service_connect(svc, name)) != PAPI_OK)
280 if ((result = service_connect(svc, name)) != PAPI_OK)
301 if ((result = service_connect(svc, name)) != PAPI_OK)
352 if ((result = service_connect(svc, name)) != PAPI_OK)
394 if ((result = service_connect(svc, name)) != PAPI_OK)
415 if ((result = service_connect(svc, name)) != PAPI_OK)
461 if ((result = service_connect(svc, name)) != PAPI_OK)
H A Dservice.c173 service_connect(service_t *svc, char *name) function
257 result = service_connect(svc, service_name);
513 if (service_connect(svc, uri) != PAPI_OK)
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h105 extern papi_status_t service_connect(service_t *svc, char *service_name);
H A Dprinter.c95 if ((result = service_connect(svc, DEFAULT_DEST)) != PAPI_OK)
151 if ((result = service_connect(svc, name)) != PAPI_OK)
197 if ((result = service_connect(svc, name)) != PAPI_OK)
281 if ((result = service_connect(svc, name)) != PAPI_OK)
331 if ((result = service_connect(svc, name)) != PAPI_OK)
379 if ((result = service_connect(svc, name)) != PAPI_OK)
H A Djob.c277 if ((result = service_connect(svc, printer)) != PAPI_OK)
375 if ((result = service_connect(svc, printer)) != PAPI_OK)
487 if ((result = service_connect(svc, printer)) != PAPI_OK)
534 if ((result = service_connect(svc, printer)) != PAPI_OK)
601 if ((result = service_connect(svc, printer)) != PAPI_OK)
644 if ((result = service_connect(svc, printer)) != PAPI_OK)
H A Dservice.c64 service_connect(service_t *svc, char *service_name) function
159 result = service_connect(svc, service_name);

Completed in 76 milliseconds