Home
last modified time | relevance | path

Searched refs:job (Results 1 – 25 of 225) sorted by relevance

123456789

/freebsd/contrib/bmake/
H A Djob.c513 for (job = job_table; job < job_table_end; job++) { in DumpJobs()
516 (int)(job - job_table), job->status, flags, job->pid); in DumpJobs()
612 for (job = job_table; job < job_table_end; job++) { in JobCondPassSig()
733 for (job = job_table; job < job_table_end; job++) { in JobFindPid()
1114 meta_job_error(job, job->node, in JobFinishDoneExitedError()
1675 for (job = job_table; job < job_table_end; job++) { in JobStart()
1682 memset(job, 0, sizeof *job); in JobStart()
1857 nRead = read(job->inPipe, &job->outBuf[job->curPos], in CollectOutput()
2587 for (job = job_table; job < job_table_end; job++) { in JobInterrupt()
2673 for (job = job_table; job < job_table_end; job++) { in Job_AbortAll()
[all …]
H A Dtrace.c84 Trace_Log(TrEvent event, Job *job) in Trace_Log() argument
104 if (job != NULL) { in Trace_Log()
107 Job_FlagsToString(job, flags, sizeof flags); in Trace_Log()
108 fprintf(trfile, " %s %d %s %x", job->node->name, in Trace_Log()
109 job->pid, flags, job->node->type); in Trace_Log()
/freebsd/crypto/openssl/crypto/async/
H A Dasync.c84 job = OPENSSL_zalloc(sizeof(*job)); in async_job_new()
85 if (job == NULL) { in async_job_new()
92 return job; in async_job_new()
105 ASYNC_JOB *job; in async_get_pool_job() local
134 return job; in async_get_pool_job()
152 ASYNC_JOB *job; in async_start_func() local
162 job->ret = job->func(job->funcargs); in async_start_func()
287 *job = NULL; in ASYNC_start_job()
293 ASYNC_JOB *job; in ASYNC_pause_job() local
322 ASYNC_JOB *job; in async_empty_pool() local
[all …]
/freebsd/sys/kern/
H A Dvfs_aio.c560 if (job->uiop != &job->uio) in aio_free_entry()
865 error = kern_mlock(job->userproc, job->cred, in aio_process_mlock()
1115 job->handle_fn(job); in aio_daemon()
1645 MPASS(job->uiop == &job->uio || job->uiop == NULL); in aio_aqueue()
1679 MPASS(job->uiop != &job->uio && job->uiop != NULL); in aio_aqueue()
1683 job->iov[0].iov_len = job->uaiocb.aio_nbytes; in aio_aqueue()
1684 job->uio.uio_iov = job->iov; in aio_aqueue()
1686 job->uio.uio_resid = job->uaiocb.aio_nbytes; in aio_aqueue()
1688 job->uiop = &job->uio; in aio_aqueue()
1737 if (job->uiop != &job->uio) in aio_aqueue()
[all …]
H A Dsys_socket.c603 job_total_nbytes = job->uiop->uio_resid + job->aio_done; in soaio_process_job()
604 done = job->aio_done; in soaio_process_job()
607 job->uiop->uio_td = td; in soaio_process_job()
626 job->msgrcv = 1; in soaio_process_job()
636 job->userproc); in soaio_process_job()
638 job->msgsnd = 1; in soaio_process_job()
642 job->aio_done = done; in soaio_process_job()
670 aio_cancel(job); in soaio_process_job()
692 struct kaiocb *job; in soaio_process_sb() local
780 done = job->aio_done; in soo_aio_cancel()
[all …]
/freebsd/usr.sbin/yppush/
H A Dyppush_main.c112 struct jobs *job; in yppush_show_status() local
119 job = job->next; in yppush_show_status()
122 if (job == NULL) { in yppush_show_status()
128 if (job->polled) { in yppush_show_status()
136 job->tid); in yppush_show_status()
141 job->map, job->server, status == YPXFR_SUCC ? in yppush_show_status()
148 job->polled = 1; in yppush_show_status()
398 job->stat = 0; in yp_push()
399 job->tid = tid; in yp_push()
404 job->polled = 0; in yp_push()
[all …]
/freebsd/bin/sh/
H A Djobs.c90 struct job { struct
138 static struct job *getcurjob(struct job *);
243 struct job *jp; in fgcmd()
268 struct job *jp; in bgcmd()
373 struct job *j; in showjob()
475 struct job *jp; in showjobs()
534 struct job *job; in waitcmd() local
554 waitcmdloop(struct job *job) in waitcmdloop() argument
557 struct job *jp; in waitcmdloop()
743 struct job *
[all …]
H A Djobs.h40 struct job;
53 struct job *makejob(union node *, int);
54 pid_t forkshell(struct job *, union node *, int);
55 pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int [2]);
56 int waitforjob(struct job *, int *);
/freebsd/crypto/openssl/test/
H A Dasynctest.c82 ASYNC_JOB *job; in waitfd() local
84 job = ASYNC_get_current_job(); in waitfd()
85 if (job == NULL) in waitfd()
87 waitctx = ASYNC_get_wait_ctx(job); in waitfd()
198 ASYNC_JOB *job = NULL; in test_ASYNC_start_job() local
226 ASYNC_JOB *job = NULL; in test_ASYNC_get_current_job() local
236 || currjob != job in test_ASYNC_get_current_job()
253 ASYNC_JOB *job = NULL; in test_ASYNC_WAIT_CTX_get_all_fds() local
262 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
320 ASYNC_JOB *job = NULL; in test_ASYNC_block_pause() local
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c275 if (db->job) { in free_ddp_buffer()
285 db->job = NULL; in free_ddp_buffer()
401 db->job = NULL; in complete_ddp_buffer()
505 job = db->job; in insert_ddp_data()
696 job = db->job; in handle_ddp_data_aio()
1094 job = db->job; in do_ddp_tcb_rpl()
1168 job = db->job; in handle_ddp_close()
2535 MPASS(job->aio_received <= job->uaiocb.aio_nbytes); in aio_ddp_requeue()
2536 resid = job->uaiocb.aio_nbytes - job->aio_received; in aio_ddp_requeue()
2724 db->job = job; in aio_ddp_requeue()
[all …]
H A Dt4_cpl_io.c2051 jobtotid(job), job, status, error); in aiotx_free_job()
2056 aio_cancel(job); in aiotx_free_job()
2060 job->msgsnd = 1; in aiotx_free_job()
2068 struct kaiocb *job; in aiotx_free_pgs() local
2100 KASSERT(job->aio_sent + len <= job->uaiocb.aio_nbytes, in alloc_aiotx_mbuf()
2102 job, len)); in alloc_aiotx_mbuf()
2111 start = (uintptr_t)job->uaiocb.aio_buf + job->aio_sent; in alloc_aiotx_mbuf()
2154 __func__, jobtotid(job), m, job, npages); in alloc_aiotx_mbuf()
2247 if (len > job->uaiocb.aio_nbytes - job->aio_sent) { in t4_aiotx_process_job()
2248 len = job->uaiocb.aio_nbytes - job->aio_sent; in t4_aiotx_process_job()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod8 - asynchronous job management functions
81 ASYNC_pause_job() below). A handle to the job is placed in I<*job>. Other work
83 a job call ASYNC_start_job() again passing the job handle in I<*job>. The
86 that the job was originally started from.
90 The job completed. I<*job> will be NULL and the return value from I<func> will
161 or NULL if not within the context of a job.
253 ASYNC_JOB *job = NULL;
283 /* Wait for the job to be woken */
307 Executing within a job
310 Waiting for the job to be woken up
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Draideng.txt30 There must be a sub-node for each job queue present in RAID Engine
34 This identifies the job queue interface
35 - reg: offset and length of the register set for job queue
42 compatible = "fsl,raideng-v1.0-job-queue";
48 There must be a sub-node for each job ring present in RAID Engine
49 This node must be a sub-node of job queue node
51 - compatible: Must contain "fsl,raideng-v1.0-job-ring" as the value
52 This identifies job ring. Should contain either
55 - reg: offset and length of the register set for job ring
56 - interrupts: interrupt mapping for job ring IRQ
[all …]
/freebsd/usr.sbin/cron/cron/
H A Djob.c31 } job; typedef
34 static job *jhead = NULL, *jtail = NULL;
40 job *j; in job_add()
48 if ((j = (job*)malloc(sizeof(job))) == NULL) in job_add()
50 j->next = (job*) NULL; in job_add()
66 job *j, *jn; in job_runqueue()
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c40 tpool_job_t *job; in delete_pool() local
61 for (job = tpool->tp_head; job != NULL; job = tpool->tp_head) { in delete_pool()
63 free(job); in delete_pool()
128 tpool_job_t *job; in tpool_worker() local
182 arg = job->tpj_arg; in tpool_worker()
191 free(job); in tpool_worker()
414 tpool_job_t *job; in tpool_dispatch() local
418 if ((job = calloc(1, sizeof (*job))) == NULL) in tpool_dispatch()
420 job->tpj_next = NULL; in tpool_dispatch()
421 job->tpj_func = func; in tpool_dispatch()
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-sec6.0-0.dtsi42 compatible = "fsl,sec-v6.0-job-ring",
43 "fsl,sec-v5.2-job-ring",
44 "fsl,sec-v5.0-job-ring",
45 "fsl,sec-v4.4-job-ring",
46 "fsl,sec-v4.0-job-ring";
51 compatible = "fsl,sec-v6.0-job-ring",
52 "fsl,sec-v5.2-job-ring",
53 "fsl,sec-v5.0-job-ring",
54 "fsl,sec-v4.4-job-ring",
55 "fsl,sec-v4.0-job-ring";
H A Dqoriq-sec5.2-0.dtsi45 compatible = "fsl,sec-v5.2-job-ring",
46 "fsl,sec-v5.0-job-ring",
47 "fsl,sec-v4.0-job-ring";
53 compatible = "fsl,sec-v5.2-job-ring",
54 "fsl,sec-v5.0-job-ring",
55 "fsl,sec-v4.0-job-ring";
61 compatible = "fsl,sec-v5.2-job-ring",
62 "fsl,sec-v5.0-job-ring",
63 "fsl,sec-v4.0-job-ring";
70 "fsl,sec-v5.0-job-ring",
[all …]
H A Dqoriq-sec5.3-0.dtsi45 compatible = "fsl,sec-v5.3-job-ring",
46 "fsl,sec-v5.0-job-ring",
47 "fsl,sec-v4.0-job-ring";
53 compatible = "fsl,sec-v5.3-job-ring",
54 "fsl,sec-v5.0-job-ring",
55 "fsl,sec-v4.0-job-ring";
61 compatible = "fsl,sec-v5.3-job-ring",
62 "fsl,sec-v5.0-job-ring",
63 "fsl,sec-v4.0-job-ring";
70 "fsl,sec-v5.0-job-ring",
[all …]
H A Dpq3-sec4.4-0.dtsi45 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
51 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
57 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
63 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c697 if (job->cdict) { in ZSTDMT_compressionJob()
702 U64 const pledgedSrcSize = job->firstJob ? job->fullFrameSize : job->src.size; in ZSTDMT_compressionJob()
706 if (!job->firstJob) { in ZSTDMT_compressionJob()
719 ZSTDMT_serialState_update(job->serial, cctx, rawSeqStore, job->src, job->jobID); in ZSTDMT_compressionJob()
765 if (!job->firstJob) { in ZSTDMT_compressionJob()
774 ZSTDMT_serialState_ensureFinished(job->serial, job->jobID, job->cSize); in ZSTDMT_compressionJob()
775 if (job->prefix.size > 0) in ZSTDMT_compressionJob()
1335 assert(job->lastJob == 1); in ZSTDMT_writeLastEmptyBlock()
1339 job->dstBuff = ZSTDMT_getBuffer(job->bufPool); in ZSTDMT_writeLastEmptyBlock()
1345 job->src = kNullRange; in ZSTDMT_writeLastEmptyBlock()
[all …]
/freebsd/sys/sys/
H A Daio.h214 bool aio_cancel_cleared(struct kaiocb *job);
215 void aio_cancel(struct kaiocb *job);
216 bool aio_clear_cancel_function(struct kaiocb *job);
217 void aio_complete(struct kaiocb *job, long status, int error);
218 void aio_schedule(struct kaiocb *job, aio_handle_fn_t *func);
219 bool aio_set_cancel_function(struct kaiocb *job, aio_cancel_fn_t *func);
220 void aio_switch_vmspace(struct kaiocb *job);
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec6.txt103 compatible = "fsl,sec-v6.0-job-ring";
123 compatible = "fsl,sec-v6.0-job-ring",
124 "fsl,sec-v5.2-job-ring",
125 "fsl,sec-v5.0-job-ring",
126 "fsl,sec-v4.4-job-ring",
127 "fsl,sec-v4.0-job-ring";
132 compatible = "fsl,sec-v6.0-job-ring",
133 "fsl,sec-v5.2-job-ring",
134 "fsl,sec-v5.0-job-ring",
135 "fsl,sec-v4.4-job-ring",
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Djob-output-long-lines.mk22 all: job-a job-b
24 job-a:
29 job-b:
/freebsd/contrib/tcsh/nls/ja/
H A Dset161 59 カレントのjobはありません
62 60 前のjobはありません
67 65 %s中断したjobが残っています
68 66 %s止まったjobが残っています
138 136 jobが見つかりません
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzvol.c986 minors_job_t *job; in zvol_create_snap_minor_cb() local
992 job->name = n; in zvol_create_snap_minor_cb()
994 job->error = 0; in zvol_create_snap_minor_cb()
1037 minors_job_t *job; in zvol_add_clones() local
1047 job->name = n; in zvol_add_clones()
1049 job->error = 0; in zvol_add_clones()
1089 minors_job_t *job; in zvol_create_minors_cb() local
1095 job->name = n; in zvol_create_minors_cb()
1097 job->error = 0; in zvol_create_minors_cb()
1143 minors_job_t *job; in zvol_create_minors_recursive() local
[all …]

123456789