Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/etc/sendmail/
H A DMakefile.4install77 SENDMAIL_SUBMIT_MC:= ${SENDMAIL_SUBMIT_MC}.submit.mc
80 cp dragonfly.submit.mc ${SENDMAIL_SUBMIT_MC}
187 install: install-cf install-submit-cf
195 install-submit-cf: ${INSTALL_SUBMIT_CF}
196 .if ${INSTALL_SUBMIT_CF} != /etc/mail/submit.cf
197 ${INSTALL} -m ${SHAREMODE} ${INSTALL_SUBMIT_CF} /etc/mail/submit.cf
H A DREADME22 by creating /etc/mail/<hostname>.submit.mc or using an alternate .mc
24 dragonfly.submit.mc directly as it will be overwritten eventually, but
27 Type 'make install-submit-cf' in /etc/mail/ to generate the submit.cf
H A Ddragonfly.submit.mc16 # If you want sendmail.submit.cf to be based on a customized version of
17 # this file, copy it to /etc/mail/<hostname>.submit.mc and modify -or-
H A DMakefile10 dragonfly.submit.mc
/dragonfly/sys/opencrypto/
H A Dcrypto.c1291 struct cryptop *crp, *submit; in crypto_proc() local
1307 submit = NULL; in crypto_proc()
1320 if (submit == NULL) in crypto_proc()
1321 submit = crp; in crypto_proc()
1325 if (submit != NULL) { in crypto_proc()
1338 submit = crp; in crypto_proc()
1345 if (submit != NULL) { in crypto_proc()
1347 hid = CRYPTO_SESID2HID(submit->crp_sid); in crypto_proc()
1353 result = crypto_invoke(cap, submit, hint); in crypto_proc()
1369 submit, crp_next); in crypto_proc()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_request.c85 i915_sw_fence_fini(&req->submit); in i915_fence_release()
359 GEM_BUG_ON(!i915_sw_fence_signaled(&request->submit)); in i915_gem_request_retire()
554 container_of(fence, typeof(*request), submit); in submit_notify()
676 i915_sw_fence_init(&i915_gem_request_get(req)->submit, submit_notify); in i915_gem_request_alloc()
754 ret = i915_sw_fence_await_sw_fence_gfp(&to->submit, in i915_gem_request_await_request()
755 &from->submit, in i915_gem_request_await_request()
782 ret = i915_sw_fence_await_dma_fence(&to->submit, in i915_gem_request_await_request()
833 ret = i915_sw_fence_await_dma_fence(&req->submit, fence, in i915_gem_request_await_dma_fence()
971 i915_sw_fence_await_sw_fence(&request->submit, &prev->submit, in __i915_add_request()
1004 i915_sw_fence_commit(&request->submit); in __i915_add_request()
[all …]
H A Di915_guc_submission.c568 bool submit = false; in i915_guc_dequeue() local
589 if (submit) in i915_guc_dequeue()
600 submit = true; in i915_guc_dequeue()
611 if (submit) { in i915_guc_dequeue()
H A Dintel_lrc.c531 bool submit = false; in execlists_dequeue() local
660 if (submit) in execlists_dequeue()
671 submit = true; in execlists_dequeue()
682 if (submit) in execlists_dequeue()
687 if (submit) { in execlists_dequeue()
H A Di915_gem_request.h138 struct i915_sw_fence submit; member
H A Di915_gem_context.c952 i915_sw_fence_await_sw_fence_gfp(&req->submit, in i915_gem_switch_to_kernel_context()
953 &prev->submit, in i915_gem_switch_to_kernel_context()
H A Di915_perf.c1559 i915_sw_fence_await_sw_fence_gfp(&req->submit,
1560 &prev->submit,
/dragonfly/etc/
H A Drc.sendmail160 if [ -r /etc/mail/submit.cf ]; then
180 if [ -r /etc/mail/submit.cf ]; then
208 if [ -r /etc/mail/submit.cf ]; then
H A Dservices1401 submit 773/tcp
/dragonfly/etc/periodic/daily/
H A D500.queuerun25 if [ -f /etc/mail/submit.cf ]
H A D440.status-mailq41 if [ -f /etc/mail/submit.cf ]
/dragonfly/sys/dev/raid/ida/
H A Didavar.h113 void (*submit)(struct ida_softc *, struct ida_qcb *); member
H A Dida.c438 ida->cmd.submit(ida, qcb); in ida_start()
/dragonfly/contrib/gcc-4.7/libobjc/
H A DREADME104 before you submit any bugs.
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-funny74 -- Chis Pressey in reply to Matt Dillon on the submit@ mailinglist
H A Dzippy1120 Uh-oh!! I forgot to submit to COMPULSORY URINALYSIS!
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c740 volatile char *submit; in mxge_dummy_rdma() local
767 submit = (volatile char *)(sc->sram + MXGEFW_BOOT_DUMMY_RDMA); in mxge_dummy_rdma()
769 mxge_pio_copy(submit, buf, 64); in mxge_dummy_rdma()
903 volatile char *submit; in mxge_load_firmware() local
969 submit = (volatile char *)(sc->sram + MXGEFW_BOOT_HANDOFF); in mxge_load_firmware()
970 mxge_pio_copy(submit, buf, 64); in mxge_load_firmware()
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c188 submit(getpid()); in donohup()
H A Dcomplete.tcsh1147 reopen resolve resolved revert review reviews set submit \
/dragonfly/contrib/gdb-7/gdb/
H A DREADME591 think you will be ready to submit the patches.
/dragonfly/sys/vfs/hammer2/
H A DDESIGN940 the quorum and can submit modifying operations to a single master if

12