Lines Matching refs:svc
68 papi_service_t svc = NULL;
73 status = papiServiceCreate(&svc, NULL, NULL, NULL,
75 printers = interest_list(svc);
76 papiServiceDestroy(svc);
87 status = papiServiceCreate(&svc, printer, NULL, NULL,
93 printer, verbose_papi_message(svc, status));
96 exit_code = berkeley_cancel_request(svc, stdout, printer, 1,
99 papiServiceDestroy(svc);
138 papi_service_t svc = NULL;
143 status = papiServiceCreate(&svc, av[c], NULL, NULL,
148 status = papiServiceCreate(&svc, printer, NULL,
155 verbose_papi_message(svc, status));
173 rid = job_to_be_queried(svc, printer, id);
184 status = papiJobCancel(svc, printer, rid);
191 svc, status));
202 status = papiPrinterListJobs(svc, printer,
208 verbose_papi_message(svc, status));
216 status = papiJobCancel(svc,
225 svc, status));
248 papiServiceDestroy(svc);