Searched refs:service_fill_in (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | printer.c | 63 if ((status = service_fill_in(svc, name)) == PAPI_OK) { in papiPrinterQuery() 105 if ((status = service_fill_in(svc, name)) == PAPI_OK) in papiPrinterPurgeJobs() 122 if ((status = service_fill_in(svc, name)) == PAPI_OK) in papiPrinterListJobs() 170 if ((status = service_fill_in(svc, name)) == PAPI_OK) { in papiPrinterDisable() 184 if ((status = service_fill_in(svc, name)) == PAPI_OK) { in papiPrinterEnable() 199 if ((status = service_fill_in(svc, name)) == PAPI_OK) { in papiPrinterResume() 214 if ((status = service_fill_in(svc, name)) == PAPI_OK) { in papiPrinterPause()
|
H A D | job.c | 64 if ((status = service_fill_in(svc, name)) != PAPI_OK) in papiJobSubmit() 121 if ((status = service_fill_in(svc, name)) != PAPI_OK) in papiJobStreamOpen() 232 if ((status = service_fill_in(svc, name)) == PAPI_OK) in papiJobQuery() 247 if ((status = service_fill_in(svc, name)) == PAPI_OK) in papiJobCancel()
|
H A D | service.c | 38 service_fill_in(service_t *svc, char *name) in service_fill_in() function 95 status = service_fill_in(svc, service_name); in papiServiceCreate()
|
H A D | papi_impl.h | 75 extern papi_status_t service_fill_in(service_t *svc, char *name);
|