| /freebsd-13-stable/share/doc/smm/07.lpd/ |
| HD | 2.t | 44 database restarting any printers that have jobs. 77 ^Aprinter\en check the queue for jobs and print any found 79 ^Cprinter [users ...] [jobs ...]\en return short list of current queue state 80 ^Dprinter [users ...] [jobs ...]\en return long list of current queue state 81 ^Eprinter person [users ...] [jobs ...]\en remove jobs from a queue 89 that there are new jobs in the spooling area. 109 lprm \- remove jobs from a queue 111 The \fIlprm\fP\|(1) command deletes jobs from a spooling 115 jobs destined for a remote printer, \fIlprm\fP acts 117 for jobs to remove and then [all …]
|
| HD | 6.t | 48 happening). It does not remove any jobs from the queue 51 enables printing and requests \fIlpd\fP to start printing jobs. 59 from putting new jobs in the spool queue. It is frequently convenient 64 to put jobs in the queue but no one else can. 65 The other main use is to prevent users from putting jobs in the queue 80 printer to do maintenance, etc. Note that users can still enter jobs in a 87 places jobs at the top of a printer queue. This can be used 88 to reorder high priority jobs since 90 only provides first-come-first-serve ordering of jobs.
|
| /freebsd-13-stable/usr.sbin/lpr/lpc/ |
| HD | lpc.8 | 54 rearrange the order of jobs in a spooling queue, 92 Take the specified jobs in the order specified and move them to the 96 can match multiple print jobs. 119 printer jobs from being entered into the queue by 144 to put new jobs in the spool queue. 154 die unexpectedly, leaving jobs in the queue. 198 Take the specified jobs in the order specified and move them to the 202 can match multiple print jobs. 219 to specify which jobs the command should operate on. 225 a single job number, which will match all jobs in the printer's queue [all …]
|
| HD | movejobs.c | 39 * movejobs.c - The lpc commands which move jobs around. 83 * Process all the jobs, as specified by the user. 119 * then let the user know if there were no jobs matched by that in touch_jqe() 166 * Put the specified jobs at the bottom of printer queue. 183 * Put the specified jobs at the top of printer queue. 217 printf("\tthere are no jobs in the queue\n"); in tqbq_common() 229 * When moving jobs to the bottom of the queue, pick a in tqbq_common() 237 * When moving jobs to the top of the queue, the greatest in tqbq_common() 238 * number of jobs which could be moved is all the jobs in tqbq_common() 240 * leaves plenty of room for all existing jobs. in tqbq_common() [all …]
|
| /freebsd-13-stable/sys/contrib/zstd/lib/compress/ |
| HD | zstdmt_compress.c | 591 /* Now it is the next jobs turn */ in ZSTDMT_serialState_update() 783 BYTE* buffer; /* The round input buffer. All jobs get references 808 ZSTDMT_jobDescription* jobs; member 872 ZSTDMT_freeJobsTable(mtctx->jobs, mtctx->jobIDMask+1, mtctx->cMem); in ZSTDMT_expandJobsTable() 874 mtctx->jobs = ZSTDMT_createJobsTable(&nbJobs, mtctx->cMem); in ZSTDMT_expandJobsTable() 875 if (mtctx->jobs==NULL) return ERROR(memory_allocation); in ZSTDMT_expandJobsTable() 916 mtctx->jobs = ZSTDMT_createJobsTable(&nbJobs, cMem); in ZSTDMT_createCCtx_advanced_internal() 924 …if (!mtctx->factory | !mtctx->jobs | !mtctx->bufPool | !mtctx->cctxPool | !mtctx->seqPool | initEr… in ZSTDMT_createCCtx_advanced_internal() 953 ZSTD_pthread_mutex_t const mutex = mtctx->jobs[jobID].job_mutex; in ZSTDMT_releaseAllJobResources() 954 ZSTD_pthread_cond_t const cond = mtctx->jobs[jobID].job_cond; in ZSTDMT_releaseAllJobResources() [all …]
|
| /freebsd-13-stable/share/doc/usd/04.csh/ |
| HD | csh.2 | 579 Jobs; Background, Foreground, or Suspended 586 Single commands without pipes or semicolons create the simplest jobs. 588 Some lines that create jobs (one per line) are 601 at the same time that normal jobs, called 603 jobs, continue to be read and executed by the shell one at a time. 645 terminations of background jobs to be reported at the time they occur 646 (possibly interrupting the output of other foreground jobs), you can set 652 Background jobs are unaffected by any signals from the keyboard like 655 Jobs are recorded in a table inside the shell until they terminate. 667 jobs can be suspended or running in the background at once. As each job [all …]
|
| /freebsd-13-stable/contrib/bmake/unit-tests/ |
| HD | varname-dot-make-jobs.mk | 1 # $NetBSD: varname-dot-make-jobs.mk,v 1.3 2022/01/26 22:47:03 rillig Exp $ 3 # Tests for the special .MAKE.JOBS variable, which is defined in jobs mode 4 # only. There it contains the number of jobs that may run in parallel. 9 @echo ${.MAKE.JOBS:Uundefined} 22 # The value of .MAKE.JOBS is the exact text given in the command line, not the
|
| HD | Makefile | 46 TESTS+= cmd-errors-jobs 131 TESTS+= deptgt-end-jobs 209 TESTS+= jobs-empty-commands 210 TESTS+= jobs-empty-commands-error 211 TESTS+= jobs-error-indirect 212 TESTS+= jobs-error-nested 213 TESTS+= jobs-error-nested-make 233 TESTS+= opt-debug-errors-jobs 240 #TESTS+= opt-debug-jobs 257 TESTS+= opt-jobs [all …]
|
| HD | sh-flags.mk | 19 opt-jobs.yes= -j1 34 letter.jobs.yes= j 42 .for opt-jobs in no yes 53 target+= ${letter.jobs.${opt-jobs}:U_} 63 MAKE_CMD.${target}+= ${opt-jobs.${opt-jobs}}
|
| /freebsd-13-stable/usr.bin/at/ |
| HD | at.man | 9 .Nd queue, examine or delete jobs for later execution 61 lists the user's pending jobs, unless the user is the superuser; in that 62 case, everybody's jobs are listed; 64 deletes jobs; 243 is given a specific queue, it will only show jobs pending in that queue. 252 With no arguments, list all jobs for the invoking user. 254 job numbers are given, list only those jobs. 267 shows completed but not yet deleted jobs in the queue; otherwise 270 Cat the jobs listed on the command line to standard output. 272 Remove the specified jobs.
|
| /freebsd-13-stable/contrib/bmake/ |
| HD | FILES | 79 unit-tests/cmd-errors-jobs.exp 80 unit-tests/cmd-errors-jobs.mk 247 unit-tests/deptgt-end-jobs.exp 248 unit-tests/deptgt-end-jobs.mk 409 unit-tests/jobs-empty-commands-error.exp 410 unit-tests/jobs-empty-commands-error.mk 411 unit-tests/jobs-empty-commands.exp 412 unit-tests/jobs-empty-commands.mk 413 unit-tests/jobs-error-indirect.exp 414 unit-tests/jobs-error-indirect.mk [all …]
|
| /freebsd-13-stable/crypto/openssl/crypto/async/ |
| HD | async.c | 110 * no max size and no pre-created jobs in async_get_pool_job() 117 job = sk_ASYNC_JOB_pop(pool->jobs); in async_get_pool_job() 141 sk_ASYNC_JOB_push(pool->jobs, job); in async_release_job() 288 if (!pool || !pool->jobs) in async_empty_pool() 292 job = sk_ASYNC_JOB_pop(pool->jobs); in async_empty_pool() 338 pool->jobs = sk_ASYNC_JOB_new_reserve(NULL, init_size); in ASYNC_init_thread() 339 if (pool->jobs == NULL) { in ASYNC_init_thread() 347 /* Pre-create jobs as required */ in ASYNC_init_thread() 354 * skip creation of any more jobs in ASYNC_init_thread() 360 sk_ASYNC_JOB_push(pool->jobs, job); /* Cannot fail due to reserve */ in ASYNC_init_thread() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | CreateInvocationFromCommandLine.cpp | 67 // failed. Offload compilation is an exception as it creates multiple jobs. If in createInvocation() 71 const driver::JobList &Jobs = C->getJobs(); in createInvocation() local 73 if (Jobs.size() > 1) { in createInvocation() 86 if (Jobs.size() == 0 || (Jobs.size() > 1 && !PickFirstOfMany)) { in createInvocation() 89 Jobs.Print(OS, "; ", true); in createInvocation() 93 auto Cmd = llvm::find_if(Jobs, [](const driver::Command &Cmd) { in createInvocation() 96 if (Cmd == Jobs.end()) { in createInvocation()
|
| /freebsd-13-stable/usr.sbin/cron/cron/ |
| HD | cron.8 | 109 This will not affect superuser jobs (see 117 moments when a lot of jobs are likely to start at once, e.g., 120 Enable time jitter for superuser jobs. 123 except that it will affect jobs run by the superuser only. 148 The jobs run during the GMT offset changes time as 156 The first case is for the jobs that run every at hour of a time interval 166 The second case is for the jobs that run less frequently. 172 due to the GMT offset change, such jobs are
|
| /freebsd-13-stable/libexec/atrun/ |
| HD | atrun.man | 6 .Nd run jobs queued for later execution 13 runs jobs queued by 31 starts all the jobs in the lowercase queues whose start 46 Specify a limiting load factor, over which batch jobs should 66 .It Pa /var/at/jobs
|
| /freebsd-13-stable/usr.sbin/yppush/ |
| HD | yppush_main.c | 68 static int yppush_jobs = 1; /* Number of allowed concurrent jobs. */ 69 static int yppush_running_jobs = 0; /* Number of currently running jobs. */ 72 struct jobs { struct 80 struct jobs *next; argument 83 static struct jobs *yppush_joblist; /* Linked list of running jobs. */ 112 struct jobs *job; in yppush_show_status() 160 struct jobs *jptr; in yppush_exit() 280 yppush_send_xfr(struct jobs *job) in yppush_send_xfr() 373 struct jobs *job; in yp_push() 375 /* Register the job in our linked list of jobs. */ in yp_push() [all …]
|
| HD | yppush.8 | 38 .Op Fl j Ar #parallel jobs 105 .It Fl j Ar #parallel jobs 116 flag is used to specify the desired number of parallel jobs: 120 If the number of specified parallel jobs is 123 will initiate only the number of specified jobs and then wait
|
| /freebsd-13-stable/contrib/sendmail/src/ |
| HD | mailq.1 | 66 Limit processed jobs to those containing 73 Limit processed jobs to quarantined jobs containing 80 Limit processed jobs to those containing 87 Limit processed jobs to those containing 124 option is used to limit the processed jobs.
|
| /freebsd-13-stable/usr.bin/bmake/unit-tests/ |
| HD | Makefile | 49 TESTS+= cmd-errors-jobs 134 TESTS+= deptgt-end-jobs 212 TESTS+= jobs-empty-commands 213 TESTS+= jobs-empty-commands-error 214 TESTS+= jobs-error-indirect 215 TESTS+= jobs-error-nested 216 TESTS+= jobs-error-nested-make 236 TESTS+= opt-debug-errors-jobs 243 #TESTS+= opt-debug-jobs 260 TESTS+= opt-jobs [all …]
|
| /freebsd-13-stable/bin/sh/ |
| HD | jobs.c | 35 static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; 53 #if JOBS 63 #include "jobs.h" 107 #if JOBS 114 static struct job *jobtab; /* array of jobs */ 118 #if JOBS 129 #if JOBS 141 #if JOBS 157 #if JOBS 245 #if JOBS [all …]
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Job.h | 261 /// JobList - A sequence of jobs to perform. 270 list_type Jobs; 277 void addJob(std::unique_ptr<Command> J) { Jobs.push_back(std::move(J)); } in addJob() 282 const list_type &getJobs() const { return Jobs; } in getJobs() 284 bool empty() const { return Jobs.empty(); } in empty() 285 size_type size() const { return Jobs.size(); } in size() 286 iterator begin() { return Jobs.begin(); } in begin() 287 const_iterator begin() const { return Jobs.begin(); } in begin() 288 iterator end() { return Jobs.end(); } in end() 289 const_iterator end() const { return Jobs.end(); } in end()
|
| /freebsd-13-stable/usr.sbin/lpr/lprm/ |
| HD | lprm.1 | 35 .Nd remove jobs from the line printer spooling queue 45 utility will remove a job, or jobs, from a printer's spool queue. 65 will remove all jobs which a user 72 to attempt to remove any jobs queued belonging to that user 100 there are no jobs in the queue which match the request list.
|
| /freebsd-13-stable/usr.sbin/lpr/lpq/ |
| HD | lpq.1 | 49 specified jobs or all jobs associated with a user. 53 without any arguments reports on any jobs currently in the queue. 64 names or job numbers to filter out only those jobs of interest. 113 Control files specifying jobs.
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ |
| HD | CompilationDatabase.cpp | 146 // all inputs, direct and indirect, of compile jobs. 241 /// \li false if \c Args cannot be used for compilation jobs (e.g. 254 // The clang executable path isn't required since the jobs the driver builds in stripPositionalArgs() 277 // up with no jobs but then this is the user's fault. in stripPositionalArgs() 287 const driver::JobList &Jobs = Compilation->getJobs(); in stripPositionalArgs() local 291 for (const auto &Cmd : Jobs) { in stripPositionalArgs() 292 // Collect only for Assemble, Backend, and Compile jobs. If we do all jobs in stripPositionalArgs() 293 // we get duplicates since Link jobs point to Assemble jobs as inputs. in stripPositionalArgs() 304 ErrorMsg = "warning: no compile jobs found\n"; in stripPositionalArgs()
|
| /freebsd-13-stable/usr.sbin/lpr/common_source/ |
| HD | matchjobs.h | 68 * 1) JSORDER: Matched jobs are processed (by calling the "doentry()" 69 * routine) in the order that the user specified those jobs. 70 * 2) QORDER: Matched jobs are processed in the order that the jobs are 86 #define SCQ_QORDER 0x0002 /* the order of jobs in the queue */
|