Searched refs:job_t (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h52 } job_t; typedef in typeref:struct:job
55 job_t *job; /* describes current job */
65 job_t **jobs;
88 extern papi_status_t lpd_purge_jobs(service_t *svc, job_t ***jobs);
103 extern papi_status_t lpd_find_job_info(service_t *svc, int job_id, job_t **job);
104 extern papi_status_t lpd_find_jobs_info(service_t *svc, job_t ***jobs);
H A Djob.c51 job_t *j = NULL;
67 if ((*job = j = (job_t *)calloc(1, sizeof (*j))) == NULL) {
190 job_t *j = NULL;
233 status = lpd_find_job_info(svc, job_id, (job_t **)job);
256 job_t *j = (job_t *)job;
268 job_t *j = (job_t *)job;
281 job_t *j = (job_t *)jo
[all...]
H A Dlpd-cancel.c74 lpd_purge_jobs(service_t *svc, job_t ***jobs)
95 job_t *job;
109 if ((job = (job_t *)calloc(1, (sizeof (*job))))
H A Dlpd-query.c151 parse_lpd_job(service_t *svc, job_t **job, int fd, char *line, int len)
269 if ((*job = (job_t *)calloc(1, sizeof (**job))) != NULL)
378 job_t *job = NULL;
444 lpd_find_jobs_info(service_t *svc, job_t ***jobs)
472 lpd_find_job_info(service_t *svc, int job_id, job_t **job)
475 job_t **jobs;
H A Dprinter.c106 status = lpd_purge_jobs(svc, (job_t ***)jobs);
123 status = lpd_find_jobs_info(svc, (job_t ***)jobs);
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dpapi_impl.h66 } job_t; typedef in typeref:struct:job
79 extern void lpsched_read_job_configuration(service_t *svc, job_t *j,
81 extern void lpsched_request_to_job(REQUEST *r, job_t *j);
83 extern void job_status_to_attributes(job_t *job, char *req_id, char *user,
133 extern void lpsched_request_to_job_attributes(REQUEST *r, job_t *j);
H A Djob.c117 job_t *tmp = (job_t *)job;
141 job_t *tmp = (job_t *)job;
152 job_t *tmp = (job_t *)job;
165 job_t *tmp = (job_t *)job;
543 job_t *j;
661 job_t *
[all...]
H A Dlpsched-jobs.c392 lpsched_request_to_job_attributes(REQUEST *r, job_t *j)
470 job_status_to_attributes(job_t *job, char *req_id, char *user, char *slabel,
524 lpsched_read_job_configuration(service_t *svc, job_t *j, char *file)
H A Dprinter.c452 job_t *job = NULL;
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpapi_impl.h70 } job_t; typedef in typeref:struct:job
H A Djob.c40 job_t *tmp = (job_t *)job;
68 job_t *j = job;
86 job_t *j = job;
103 job_t *j = job;
120 job_t *j = job;
143 job_t *j = NULL;
242 job_t *j = NULL;
265 job_t *j = NULL;
383 job_t *
[all...]
H A Dprinter.c434 job_t *j = NULL;
481 job_t *j = NULL;
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h76 } job_t; typedef in typeref:struct:job
H A Djob.c49 job_t *tmp = (job_t *)job;
74 job_t *j = job;
86 job_t *j = job;
99 job_t *j = job;
208 job_t *j = NULL;
436 job_t *j = NULL;
479 job_t *j = NULL;
633 job_t *j = NULL;
H A Dprinter.c350 job_t *j = NULL;
406 job_t *j = NULL;

Completed in 75 milliseconds