Searched refs:job (Results 1 - 25 of 160) sorted by relevance

1234567

/macosx-10.9.5/cups-372.4/cups/test/
H A Dget-jobs.test34 job-id,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets,job-media-sheets-completed,job-impressions,job-impressions-completed
40 DISPLAY job
[all...]
H A Dget-completed-jobs.test35 job-id,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets-completed
41 DISPLAY job-id
42 DISPLAY job-state
43 DISPLAY job-name
44 DISPLAY job
[all...]
H A D5.7-lprm.sh19 echo " lpr -o job-hold-until=indefinite testfile.jpg"
20 $VALGRIND ../berkeley/lpr -o job-hold-until=indefinite testfile.jpg 2>&1
33 echo " lpr -P Test1 -o job-hold-until=indefinite testfile.jpg"
34 $VALGRIND ../berkeley/lpr -P Test1 -o job-hold-until=indefinite testfile.jpg 2>&1
H A Dcancel-current-job.test2 # "$Id: cancel-current-job.test 11433 2013-11-20 18:57:44Z msweet $"
4 # Cancel the currently printing job.
23 NAME "Get current job"
35 ATTR keyword requested-attributes job-id,job-state
40 EXPECT job-id OF-TYPE integer COUNT 1
43 DISPLAY job-id
44 DISPLAY job-state
48 SKIP-IF-NOT-DEFINED job-id
49 NAME "Cancel current job"
[all...]
H A Dipp-1.1.test149 ATTR name job-name $filename
158 STATUS server-error-job-canceled
161 EXPECT job-uri OF-TYPE uri COUNT 1 IN-GROUP job-attributes-tag WITH-VALUE "$IPP_URI_SCHEME"
162 EXPECT job-id OF-TYPE integer COUNT 1 IN-GROUP job-attributes-tag
164 EXPECT job-state OF-TYPE unknown|enum COUNT 1 IN-GROUP job-attributes-tag
166 EXPECT job-state WITH-VALUE 7,8,9 DEFINE-MATCH PRINT_JOB_COMPLETED
167 EXPECT job
[all...]
H A D4.3-job-ops.test2 # "$Id: 4.3-job-ops.test 11433 2013-11-20 18:57:44Z msweet $"
4 # Verify that the IPP job operations work.
8 NAME "Print PostScript Job with bad job-sheets value to Test1"
11 OPERATION print-job
20 ATTR name job-sheets "none\,none"
32 OPERATION print-job
50 EXPECT job-id
57 OPERATION get-job-attributes
65 ATTR integer job-id $job
[all...]
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_job.c13 /* void qmgr_job_free(job)
14 /* QMGR_JOB *job;
16 /* void qmgr_job_move_limits(job)
17 /* QMGR_JOB *job;
26 /* Each job corresponds to a specific transport and message.
27 /* Each job has a peer list containing all pending delivery
30 /* qmgr_job_obtain() finds an existing job for named message and
31 /* transport combination. New empty job is created if no existing can
32 /* be found. In either case, the job is prepared for assignment of
35 /* qmgr_job_free() disposes of a per-transport job afte
102 QMGR_JOB *job; local
129 qmgr_job_link(QMGR_JOB *job) argument
246 QMGR_JOB *job; local
276 qmgr_job_move_limits(QMGR_JOB *job) argument
324 qmgr_job_parent_gone(QMGR_JOB *job, QMGR_JOB *parent) argument
338 qmgr_job_unlink(QMGR_JOB *job) argument
382 qmgr_job_retire(QMGR_JOB *job) argument
411 qmgr_job_free(QMGR_JOB *job) argument
453 qmgr_job_count_slots(QMGR_JOB *job) argument
486 QMGR_JOB *job, local
579 QMGR_JOB *job, local
692 qmgr_job_pop(QMGR_JOB *job) argument
769 qmgr_job_peer_select(QMGR_JOB *job) argument
831 QMGR_JOB *job, local
[all...]
H A Dqmgr_peer.c5 /* per-job peers
9 /* QMGR_PEER *qmgr_peer_create(job, queue)
10 /* QMGR_JOB *job;
13 /* QMGR_PEER *qmgr_peer_find(job, queue)
14 /* QMGR_JOB *job;
17 /* QMGR_PEER *qmgr_peer_obtain(job, queue)
18 /* QMGR_JOB *job;
24 /* QMGR_PEER *qmgr_peer_select(job)
25 /* QMGR_JOB *job;
28 /* These routines add/delete/manipulate per-job peer
78 qmgr_peer_create(QMGR_JOB *job, QMGR_QUEUE *queue) argument
97 QMGR_JOB *job = peer->job; local
115 qmgr_peer_find(QMGR_JOB *job, QMGR_QUEUE *queue) argument
122 qmgr_peer_obtain(QMGR_JOB *job, QMGR_QUEUE *queue) argument
133 qmgr_peer_select(QMGR_JOB *job) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Djob.c2 * "$Id: job.c 11433 2013-11-20 18:57:44Z msweet $"
40 * processing Do nothing/start job
46 * Finalize clears the printer <-> job association, deletes the status
52 * We unload the job attributes when they are not needed to reduce overall
53 * memory consumption. We don't unload jobs where job->state_value <
54 * IPP_JOB_STOPPED, job->printer != NULL, or job->access_time is recent.
58 * When a job is started, a status buffer, several pipes, a security
59 * profile, and a backend process are created for the life of that job.
60 * These are shared for every file in a job
151 cupsd_job_t *job; /* New job record */ local
190 cupsd_job_t *job; /* Current job */ local
228 cupsd_job_t *job; /* Current job in queue */ local
407 cupsd_job_t *job; /* Current job */ local
466 cupsdContinueJob(cupsd_job_t *job) argument
1345 cupsdDeleteJob(cupsd_job_t *job, cupsd_jobaction_t action) argument
1395 cupsd_job_t *job; /* Current job */ local
1441 cupsd_job_t *job; /* Current job */ local
1464 cupsd_job_t *job; /* Current job */ local
1556 cupsdLoadJob(cupsd_job_t *job) argument
1968 cupsdMoveJob(cupsd_job_t *job, cupsd_printer_t *p) argument
2027 cupsdReleaseJob(cupsd_job_t *job) argument
2052 cupsdRestartJob(cupsd_job_t *job) argument
2074 cupsd_job_t *job; /* Current job */ local
2128 cupsdSaveJob(cupsd_job_t *job) argument
2173 cupsdSetJobHoldUntil(cupsd_job_t *job, const char *when, int update) argument
2350 cupsdSetJobPriority( cupsd_job_t *job, int priority) argument
2391 cupsdSetJobState( cupsd_job_t *job, ipp_jstate_t newstate, cupsd_jobaction_t action, const char *message, ...) argument
2642 cupsd_job_t *job; /* Current job */ local
2666 cupsd_job_t *job; /* Current job */ local
2693 cupsd_job_t *job; /* Current job */ local
2784 dump_job_history(cupsd_job_t *job) argument
2895 free_job_history(cupsd_job_t *job) argument
2918 finalize_job(cupsd_job_t *job, int set_job_state) argument
3410 get_options(cupsd_job_t *job, int banner_page, char *copies, size_t copies_size, char *title, size_t title_size) argument
3928 cupsd_job_t *job; /* Current job */ local
4229 cupsd_job_t *job; /* New job */ local
4311 remove_job_files(cupsd_job_t *job) argument
4344 remove_job_history(cupsd_job_t *job) argument
4366 set_time(cupsd_job_t *job, const char *name) argument
4412 start_job(cupsd_job_t *job, cupsd_printer_t *printer) argument
4592 stop_job(cupsd_job_t *job, cupsd_jobaction_t action) argument
4642 unload_job(cupsd_job_t *job) argument
4666 update_job(cupsd_job_t *job) argument
5028 update_job_attrs(cupsd_job_t *job, int do_message) argument
[all...]
H A Djob.h2 * "$Id: job.h 11093 2013-07-03 20:48:42Z msweet $"
4 * Print job definitions for the CUPS scheduler.
37 ipp_jstate_t state_value; /* Cached job-state */
38 int pending_timeout;/* Non-zero if the job was created and
43 cupsd_printer_t *printer; /* Printer this job is assigned to */
44 int num_files; /* Number of files in job */
47 ipp_attribute_t *sheets; /* job-media-sheets-completed */
58 /* job-printer-state-message */
60 /* job-printer-state-reasons */
61 int current_file; /* Current file in job */
[all...]
H A Dquotas.c104 cupsd_job_t *job; /* Current job */ local
141 for (job = (cupsd_job_t *)cupsArrayFirst(Jobs);
142 job;
143 job = (cupsd_job_t *)cupsArrayNext(Jobs))
149 if (_cups_strcasecmp(job->dest, p->name) != 0 ||
150 _cups_strcasecmp(job->username, q->username) != 0)
155 * the access_time member is updated so the job isn't unloaded right away...
158 if (!cupsdLoadJob(job))
161 if ((attr = ippFindAttribute(job
[all...]
H A Dmain.c105 cupsd_job_t *job; /* Current job */ local
111 report_time, /* Malloc/client/job report time */
831 for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs);
832 job;
833 job = (cupsd_job_t *)cupsArrayNext(ActiveJobs))
835 job->id,
836 job->status_buffer ? job->status_buffer->fd : -1,
837 job
1519 cupsd_job_t *job; /* Current job */ local
1755 cupsd_job_t *job; /* Job information */ local
[all...]
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAThread.c69 __DAThreadRunLoopSourceJob * job; local
73 for ( job = __gDAThreadRunLoopSourceJobs; job; job = job->next )
75 assert( job->kind == __kDAThreadRunLoopSourceJobKindExecute );
77 if ( pthread_equal( job->execute.thread, pthread_self( ) ) )
85 if ( job )
90 job->execute.status = ( ( DAThreadFunction ) job
124 __DAThreadRunLoopSourceJob * job = NULL; local
260 __DAThreadRunLoopSourceJob * job; local
[all...]
H A DDACommand.c158 * Register this callback job on our queue.
163 __DACommandRunLoopSourceJob * job; local
165 job = malloc( sizeof( __DACommandRunLoopSourceJob ) );
167 if ( job )
169 job->kind = __kDACommandRunLoopSourceJobKindExecute;
170 job->next = __gDACommandRunLoopSourceJobs;
172 job->execute.pid = executablePID;
173 job->execute.pipe = ( outputPipe[0] != -1 ) ? dup( outputPipe[0] ) : -1;
174 job->execute.callback = callback;
175 job
225 __DACommandRunLoopSourceJob * job = NULL; local
[all...]
/macosx-10.9.5/cron-39/cron/
H A Djob.c20 "$FreeBSD: src/usr.sbin/cron/cron/job.c,v 1.6 1999/08/28 01:15:50 peter Exp $";
31 } job; typedef in typeref:struct:_job
34 static job *jhead = NULL, *jtail = NULL;
42 register job *j;
48 /* build a job queue element */
49 if ((j = (job*)malloc(sizeof(job))) == NULL)
51 j->next = (job*) NULL;
65 register job *j, *jn;
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Djobs.c35 replace all job specs with the pid of the appropriate process
42 int form, execute, state, opt, any_failed, job; local
109 job = get_job_spec (list);
111 if ((job == NO_JOB) || jobs == 0 || get_job_by_jid (job) == 0)
116 else if (job != DUP_JOB)
117 list_one_job ((JOB *)NULL, form, 0, job);
130 int job, result; local
134 /* First do the replacement of job specifications with pids. */
139 job
176 int opt, job, retval, nohup_only, running_jobs, all_jobs; local
[all...]
H A Dfg_bg.c27 /* How to bring a job into the foreground. */
45 /* If the last arg on the line is '&', then start this job in the
46 background. Else, fg the job. */
58 /* How to put a job into the background. */
90 /* How to put a job into the foreground/background. */
97 int job, status, old_async_pid; local
101 job = get_job_spec (list);
103 if (INVALID_JOB (job))
105 if (job != DUP_JOB)
111 j = get_job_by_jid (job);
[all...]
H A Dwait.c30 0. If a list of pids or job specs are given, return the exit status of
73 wait <pid-or-job> [pid-or-job ...] */
106 /* Must be a job spec. Check it out. */
108 int job; local
112 job = get_job_spec (list);
114 if (INVALID_JOB (job))
116 if (job != DUP_JOB)
126 status = wait_for_job (job);
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Djobs3.sub21 echo Waiting for job $i #'('pid $wpid')'
24 echo job $i returns $rv
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Ddefs.c46 struct jobs job = {0}; variable in typeref:struct:jobs
H A Djobs.c191 for(pw=job.pwlist;pw;pw=pwnext)
253 for(csp=job.colist; csp; csp = csp->next)
277 for(csp=(struct cosh*)job.colist;csp;csp=csp->next)
290 for(n=0,pw=job.pwlist; pw; pw=pwnext)
316 * Reap one job
334 for(pw=job.pwlist;pw;pw=pw->p_nxtjob)
349 if(sfprintf(sfstderr,"ksh: job line %4d: reap pid=%d critical=%d signal=%d\n",__LINE__,getpid(),job.in_critical,sig) <=0)
353 job.savesig = 0;
362 if(!(flags&WNOHANG) && !sh.intrap && job
[all...]
/macosx-10.9.5/cups-372.4/cups/tools/
H A Dpdftops-darwin.sh40 /usr/libexec/cups/filter/cgpdftops job user title 1 "$options" "$option"
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DNetworkManager.cpp43 int NetworkManager::startJob(int playerId, PassRefPtr<ResourceHandle> job, Frame* frame, bool defersLoading) argument
45 ASSERT(job.get());
47 RefPtr<ResourceHandle> refJob(job);
51 int NetworkManager::startJob(int playerId, PassRefPtr<ResourceHandle> job, const ResourceRequest& request, Frame* frame, bool defersLoading) argument
56 return startJob(playerId, page->groupName(), job, request, streamFactory, frame, defersLoading ? 1 : 0);
140 int NetworkManager::startJob(int playerId, const String& pageGroupName, PassRefPtr<ResourceHandle> job, const ResourceRequest& request, BlackBerry::Platform::NetworkStreamFactory* streamFactory, Frame* frame, int deferLoadingCount, int redirectCount, bool rereadCookies) argument
143 RefPtr<ResourceHandle> guardJob(job);
200 bool NetworkManager::stopJob(PassRefPtr<ResourceHandle> job) argument
202 if (NetworkJob* networkJob = findJobForHandle(job))
207 NetworkJob* NetworkManager::findJobForHandle(PassRefPtr<ResourceHandle> job) argument
219 deleteJob(NetworkJob* job) argument
228 setDefersLoading(PassRefPtr<ResourceHandle> job, bool defersLoading) argument
234 pauseLoad(PassRefPtr<ResourceHandle> job, bool pause) argument
240 streamForHandle(PassRefPtr<ResourceHandle> job) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DResourceHandleManager.cpp190 static void handleLocalReceiveResponse (CURL* handle, ResourceHandle* job, ResourceHandleInternal* d) argument
202 d->client()->didReceiveResponse(job, d->m_response);
210 ResourceHandle* job = static_cast<ResourceHandle*>(data); local
211 ResourceHandleInternal* d = job->getInternal();
230 handleLocalReceiveResponse(h, job, d);
236 d->client()->didReceiveData(job, static_cast<char*>(ptr), totalSize, 0);
293 ResourceHandle* job = static_cast<ResourceHandle*>(data); local
294 ResourceHandleInternal* d = job->getInternal();
343 KURL newURL = KURL(job->firstRequest().url(), location);
345 ResourceRequest redirectedRequest = job
401 ResourceHandle* job = static_cast<ResourceHandle*>(data); local
473 ResourceHandle* job = 0; local
539 removeFromCurl(ResourceHandle* job) argument
552 getFormElementsCount(ResourceHandle* job) argument
568 setupFormData(ResourceHandle* job, CURLoption sizeOption, struct curl_slist** headers) argument
627 setupPUT(ResourceHandle* job, struct curl_slist** headers) argument
643 setupPOST(ResourceHandle* job, struct curl_slist** headers) argument
666 add(ResourceHandle* job) argument
676 removeScheduledJob(ResourceHandle* job) argument
695 ResourceHandle* job = m_resourceHandleList[0]; local
703 dispatchSynchronousJob(ResourceHandle* job) argument
732 startJob(ResourceHandle* job) argument
756 initializeHandle(ResourceHandle* job) argument
898 cancel(ResourceHandle* job) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Djobs.c3 /* This file works with both POSIX and BSD systems. It implements job
192 /* The job which is current; i.e. the one that `%+' stands for. */
195 /* The previous job; i.e. the one that `%-' stands for. */
208 /* If this is non-zero, do job control. */
344 /* Initialize the global job stats structure and other bookkeeping variables */
388 dir = get_working_directory ("job-working-directory");
471 /* Stop building a pipeline. Install the process list in the job array.
472 This returns the index of the newly installed job.
551 /* Add the current pipeline to the job list. */
600 js.c_reaped += n; /* wouldn't have been done since this was not part of a job */
870 int job; local
1268 int job; local
1360 int job; local
1379 int job; local
2057 int r, job; local
2311 int job, termination_state, r; local
2898 int job, result, negative; local
2999 int call_set_current, last_stopped_job, job, children_exited, waitpid_flags; local
3367 register int job, termsig; local
[all...]

Completed in 227 milliseconds

1234567