/titanic_41/usr/src/lib/print/libpapi-lpd/common/ |
H A D | papi_impl.h | 52 } job_t; typedef 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 D | job.c | 51 job_t *j = NULL; in papiJobSubmit() 67 if ((*job = j = (job_t *)calloc(1, sizeof (*j))) == NULL) { in papiJobSubmit() 190 job_t *j = NULL; in papiJobStreamClose() 233 status = lpd_find_job_info(svc, job_id, (job_t **)job); in papiJobQuery() 256 job_t *j = (job_t *)job; in papiJobGetAttributeList() 268 job_t *j = (job_t *)job; in papiJobGetPrinterName() 281 job_t *j = (job_t *)job; in papiJobGetId() 293 job_t *j = (job_t *)job; in papiJobFree()
|
H A D | lpd-cancel.c | 74 lpd_purge_jobs(service_t *svc, job_t ***jobs) in lpd_purge_jobs() 95 job_t *job; in lpd_purge_jobs() 109 if ((job = (job_t *)calloc(1, (sizeof (*job)))) in lpd_purge_jobs()
|
H A D | lpd-query.c | 151 parse_lpd_job(service_t *svc, job_t **job, int fd, char *line, int len) in parse_lpd_job() 269 if ((*job = (job_t *)calloc(1, sizeof (**job))) != NULL) in parse_lpd_job() 378 job_t *job = NULL; in parse_lpd_query() 444 lpd_find_jobs_info(service_t *svc, job_t ***jobs) in lpd_find_jobs_info() 472 lpd_find_job_info(service_t *svc, int job_id, job_t **job) in lpd_find_job_info() 475 job_t **jobs; in lpd_find_job_info()
|
H A D | printer.c | 106 status = lpd_purge_jobs(svc, (job_t ***)jobs); in papiPrinterPurgeJobs() 123 status = lpd_find_jobs_info(svc, (job_t ***)jobs); in papiPrinterListJobs()
|
/titanic_41/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | job.c | 40 job_t *tmp = (job_t *)job; in papiJobFree() 68 job_t *j = job; in papiJobGetAttributeList() 86 job_t *j = job; in papiJobGetPrinterName() 103 job_t *j = job; in papiJobGetId() 120 job_t *j = job; in papiJobGetJobTicket() 143 job_t *j = NULL; in _papi_job_submit_reference_or_validate() 242 job_t *j = NULL; in papiJobStreamClose() 265 job_t *j = NULL; in papiJobQuery() 383 job_t *j = NULL; in papiJobModify() 417 job_t *j = NULL; in papiJobCreate()
|
H A D | papi_impl.h | 70 } job_t; typedef
|
H A D | printer.c | 434 job_t *j = NULL; in papiPrinterPurgeJobs() 481 job_t *j = NULL; in papiPrinterListJobs()
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | papi_impl.h | 66 } job_t; typedef 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 D | job.c | 117 job_t *tmp = (job_t *)job; in papiJobFree() 141 job_t *tmp = (job_t *)job; in papiJobGetAttributeList() 152 job_t *tmp = (job_t *)job; in papiJobGetPrinterName() 165 job_t *tmp = (job_t *)job; in papiJobGetId() 543 job_t *j; in papiJobSubmit() 661 job_t *j; in papiJobSubmitByReference() 901 job_t *j = NULL; in papiJobStreamClose() 940 job_t *j; in papiJobQuery() 1152 job_t *j = NULL; in papiJobModify() 1244 job_t *j = NULL; in papiJobCreate()
|
H A D | lpsched-jobs.c | 392 lpsched_request_to_job_attributes(REQUEST *r, job_t *j) in lpsched_request_to_job_attributes() 470 job_status_to_attributes(job_t *job, char *req_id, char *user, char *slabel, in job_status_to_attributes() 524 lpsched_read_job_configuration(service_t *svc, job_t *j, char *file) in lpsched_read_job_configuration()
|
H A D | printer.c | 452 job_t *job = NULL; in papiPrinterListJobs()
|
/titanic_41/usr/src/lib/print/libpapi-ipp/common/ |
H A D | job.c | 49 job_t *tmp = (job_t *)job; in papiJobFree() 74 job_t *j = job; in papiJobGetAttributeList() 86 job_t *j = job; in papiJobGetPrinterName() 99 job_t *j = job; in papiJobGetId() 208 job_t *j = NULL; in internal_job_submit() 436 job_t *j = NULL; in papiJobStreamClose() 479 job_t *j = NULL; in papiJobQuery() 633 job_t *j = NULL; in papiJobModify()
|
H A D | papi_impl.h | 76 } job_t; typedef
|
H A D | printer.c | 350 job_t *j = NULL; in papiPrinterPurgeJobs() 406 job_t *j = NULL; in papiPrinterListJobs()
|