Searched defs:job_t (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | papi_impl.h | 66 } 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);
|
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | papi_impl.h | 70 } job_t; typedef in typeref:struct:job
|
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/ |
H A D | papi_impl.h | 76 } job_t; typedef in typeref:struct:job
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | papi_impl.h | 52 } 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);
|
Completed in 65 milliseconds