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

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dprinter.c63 if ((status = service_fill_in(svc, name)) == PAPI_OK) {
105 if ((status = service_fill_in(svc, name)) == PAPI_OK)
122 if ((status = service_fill_in(svc, name)) == PAPI_OK)
170 if ((status = service_fill_in(svc, name)) == PAPI_OK) {
184 if ((status = service_fill_in(svc, name)) == PAPI_OK) {
199 if ((status = service_fill_in(svc, name)) == PAPI_OK) {
214 if ((status = service_fill_in(svc, name)) == PAPI_OK) {
H A Djob.c64 if ((status = service_fill_in(svc, name)) != PAPI_OK)
121 if ((status = service_fill_in(svc, name)) != PAPI_OK)
232 if ((status = service_fill_in(svc, name)) == PAPI_OK)
247 if ((status = service_fill_in(svc, name)) == PAPI_OK)
H A Dpapi_impl.h77 extern papi_status_t service_fill_in(service_t *svc, char *name);
H A Dservice.c41 service_fill_in(service_t *svc, char *name) function
98 status = service_fill_in(svc, service_name);

Completed in 54 milliseconds