Home
last modified time | relevance | path

Searched refs:bounce (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c558 int bounce_header(VSTREAM *bounce, BOUNCE_INFO *bounce_info, in bounce_header() argument
573 bounce_template_headers(post_mail_fprintf, bounce, template, in bounce_header()
582 post_mail_fprintf(bounce, "References: %s", STR(bounce_info->orig_msgid)); in bounce_header()
583 post_mail_fprintf(bounce, "In-Reply-To: %s", STR(bounce_info->orig_msgid)); in bounce_header()
589 post_mail_fprintf(bounce, "Auto-Submitted: %s", postmaster_copy ? in bounce_header()
596 post_mail_fprintf(bounce, "MIME-Version: 1.0"); in bounce_header()
597 post_mail_fprintf(bounce, "Content-Type: %s; report-type=%s;", in bounce_header()
599 post_mail_fprintf(bounce, "\tboundary=\"%s\"", bounce_info->mime_boundary); in bounce_header()
601 post_mail_fprintf(bounce, "Content-Transfer-Encoding: %s", in bounce_header()
605 post_mail_fputs(bounce, ""); in bounce_header()
[all …]
H A Dbounce_warn_service.c96 VSTREAM *bounce; in bounce_warn_service() local
169 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_warn_service()
183 if (!bounce_header(bounce, bounce_info, postmaster, in bounce_warn_service()
185 && (count = bounce_diagnostic_log(bounce, bounce_info, in bounce_warn_service()
187 && bounce_header_dsn(bounce, bounce_info) == 0 in bounce_warn_service()
188 && bounce_diagnostic_dsn(bounce, bounce_info, in bounce_warn_service()
190 bounce_original(bounce, bounce_info, DSN_RET_FULL); in bounce_warn_service()
191 bounce_status = post_mail_fclose(bounce); in bounce_warn_service()
196 (void) vstream_fclose(bounce); in bounce_warn_service()
209 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient, in bounce_warn_service()
[all …]
H A Dbounce_notify_service.c96 VSTREAM *bounce; in bounce_notify_service() local
180 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_notify_service()
194 if (bounce_header(bounce, bounce_info, postmaster, in bounce_notify_service()
196 && (count = bounce_diagnostic_log(bounce, bounce_info, in bounce_notify_service()
198 && bounce_header_dsn(bounce, bounce_info) == 0 in bounce_notify_service()
199 && bounce_diagnostic_dsn(bounce, bounce_info, in bounce_notify_service()
201 bounce_original(bounce, bounce_info, DSN_RET_FULL); in bounce_notify_service()
202 bounce_status = post_mail_fclose(bounce); in bounce_notify_service()
208 (void) vstream_fclose(bounce); in bounce_notify_service()
221 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient, in bounce_notify_service()
[all …]
H A Dbounce_one_service.c96 VSTREAM *bounce; in bounce_one_service() local
149 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_one_service()
162 if (!bounce_header(bounce, bounce_info, var_2bounce_rcpt, in bounce_one_service()
164 && bounce_recipient_log(bounce, bounce_info) == 0 in bounce_one_service()
165 && bounce_header_dsn(bounce, bounce_info) == 0 in bounce_one_service()
166 && bounce_recipient_dsn(bounce, bounce_info) == 0) in bounce_one_service()
167 bounce_original(bounce, bounce_info, DSN_RET_FULL); in bounce_one_service()
168 bounce_status = post_mail_fclose(bounce); in bounce_one_service()
187 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, orig_sender, in bounce_one_service()
198 if (bounce_header(bounce, bounce_info, orig_sender, in bounce_one_service()
[all …]
H A Dbounce_notify_verp.c100 VSTREAM *bounce; in bounce_notify_verp() local
168 if ((bounce = post_mail_fopen_nowait(NULL_SENDER, STR(verp_buf), in bounce_notify_verp()
179 if (bounce_header(bounce, bounce_info, STR(verp_buf), in bounce_notify_verp()
181 && bounce_boilerplate(bounce, bounce_info) == 0 in bounce_notify_verp()
182 && bounce_recipient_log(bounce, bounce_info) == 0 in bounce_notify_verp()
183 && bounce_header_dsn(bounce, bounce_info) == 0 in bounce_notify_verp()
184 && bounce_recipient_dsn(bounce, bounce_info) == 0) in bounce_notify_verp()
185 bounce_original(bounce, bounce_info, dsn_ret ? in bounce_notify_verp()
187 bounce_status = post_mail_fclose(bounce); in bounce_notify_verp()
227 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_notify_verp()
[all …]
H A DMakefile.in2 SRCS = bounce.c bounce_append_service.c bounce_notify_service.c \
6 OBJS = bounce.o bounce_append_service.o bounce_notify_service.o \
15 PROG = bounce
16 SAMPLES = ../../conf/bounce.cf.default
24 all: $(PROG) ../../conf/bounce.cf.default
30 ../../conf/bounce.cf.default: template_test.ref annotate.sh
121 mkdir -p queue/active queue/bounce
122 cp logfile-with-msgid-with-long-line queue/bounce/msgid
125 -c. bounce active msgid 2>&1 | \
136 mkdir -p queue/active queue/bounce
[all …]
H A Dbounce_trace_service.c93 VSTREAM *bounce; in bounce_trace_service() local
181 if ((bounce = post_mail_fopen_nowait(sender, recipient, in bounce_trace_service()
187 if (bounce_header(bounce, bounce_info, recipient, in bounce_trace_service()
189 && bounce_boilerplate(bounce, bounce_info) == 0 in bounce_trace_service()
190 && (count = bounce_diagnostic_log(bounce, bounce_info, in bounce_trace_service()
192 && bounce_header_dsn(bounce, bounce_info) == 0 in bounce_trace_service()
193 && bounce_diagnostic_dsn(bounce, bounce_info, in bounce_trace_service()
195 bounce_original(bounce, bounce_info, DSN_RET_HDRS); in bounce_trace_service()
196 bounce_status = post_mail_fclose(bounce); in bounce_trace_service()
201 (void) vstream_fclose(bounce); in bounce_trace_service()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dbounce3 # bounce 5
5 # Postfix bounce message template format
7 # \fBbounce_template_file = /etc/postfix/bounce.cf\fR
17 # override the built-in information by specifying a bounce
22 # bounce template file, followed by the specific details of
23 # bounce template formats.
27 # To create a customized bounce template file, create a
29 # copy of the file \fB/etc/postfix/bounce.cf.default\fR and
52 # bounce_template_file = /etc/postfix/bounce.cf
62 # have to specify all four templates in a bounce template
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ioctl.c147 static int vmw_fill_compat_cap(struct vmw_private *dev_priv, void *bounce, in vmw_fill_compat_cap() argument
151 (struct svga_3d_compat_cap *) bounce; in vmw_fill_compat_cap()
190 void *bounce; in vmw_get_cap_3d_ioctl() local
211 bounce = vzalloc(size); in vmw_get_cap_3d_ioctl()
212 if (unlikely(bounce == NULL)) { in vmw_get_cap_3d_ioctl()
219 uint32_t *bounce32 = (uint32_t *) bounce; in vmw_get_cap_3d_ioctl()
233 ret = vmw_fill_compat_cap(dev_priv, bounce, size); in vmw_get_cap_3d_ioctl()
238 memcpy(bounce, &fifo_mem[SVGA_FIFO_3D_CAPS], size); in vmw_get_cap_3d_ioctl()
241 ret = copy_to_user(buffer, bounce, size); in vmw_get_cap_3d_ioctl()
245 vfree(bounce); in vmw_get_cap_3d_ioctl()
/netbsd-src/external/ibm-public/postfix/man/man8/
H A DMakefile8 MAN= anvil.8 bounce.8 cleanup.8 discard.8 dnsblog.8 error.8 local.8 \
16 MLINKS= bounce.8 defer.8
17 MLINKS+=bounce.8 trace.8
/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c192 void *bounce; in _aligned_io() local
213 if (!(bounce = alloca((size_t) widened.size + block_size))) { in _aligned_io()
221 if (((uintptr_t) bounce) & mask) in _aligned_io()
222 bounce = (void *) ((((uintptr_t) bounce) + mask) & ~mask); in _aligned_io()
225 if (!_io(&widened, bounce, 0)) { in _aligned_io()
229 memset(bounce, '\n', widened.size); in _aligned_io()
233 memcpy(bounce + (where->start - widened.start), buffer, in _aligned_io()
237 return _io(&widened, bounce, 1); in _aligned_io()
240 memcpy(buffer, bounce + (where->start - widened.start), in _aligned_io()
/netbsd-src/sys/dev/podulebus/
H A Dif_ei.c293 u_int16_t *bounce = NULL; in ei_copyout() local
300 bounce = (u_int16_t *) malloc(size, M_DEVBUF, M_NOWAIT); in ei_copyout()
301 if (bounce == NULL) in ei_copyout()
304 memcpy(bounce, src, size); in ei_copyout()
305 src = bounce; in ei_copyout()
324 if (bounce != NULL) in ei_copyout()
325 free(bounce, M_DEVBUF); in ei_copyout()
/netbsd-src/games/hack/
H A Dhack.zap.c525 int bounce = 0; in buzz() local
529 bounce = 1; in buzz()
531 if (!bounce || rn2(2)) in buzz()
532 bounce = 2; in buzz()
534 switch (bounce) { in buzz()
614 int bounce = 0, rmn; in buzz() local
624 bounce = 1; in buzz()
627 if (!bounce || rn2(2)) in buzz()
628 bounce = 2; in buzz()
630 switch (bounce) { in buzz()
/netbsd-src/sys/arch/sparc64/doc/
H A DTODO48 bounce handlng could need rework
52 - only bounce if the address is >= 1UL<<32
53 - perhaps apply the lock to OF calls in general, not only the bounce'd ones
55 only the bounce buffer contents).
56 - Are there any other bounce-worthy OF calls? If so, apply handling
/netbsd-src/sys/dev/scsipi/
H A Dcd.c572 struct cdbounce *bounce = bp->b_private; in cd_bounce_buffer_done() local
573 struct buf *obp = bounce->obp; in cd_bounce_buffer_done()
575 if (bp == bounce->lbp) { in cd_bounce_buffer_done()
576 if ((bounce->lerr = bp->b_error) == 0) in cd_bounce_buffer_done()
577 memcpy(obp->b_data, (char *)bp->b_data + bounce->head, bounce->lcount); in cd_bounce_buffer_done()
578 bounce->lbp = NULL; in cd_bounce_buffer_done()
581 if (bp == bounce->rbp) { in cd_bounce_buffer_done()
582 if ((bounce->rerr = bp->b_error) == 0) in cd_bounce_buffer_done()
583 memcpy((char *)obp->b_data + bounce in cd_bounce_buffer_done()
648 struct cdbounce *bounce; cd_make_bounce() local
736 struct cdbounce *bounce = NULL; cdstrategy() local
[all...]
/netbsd-src/external/ibm-public/postfix/share/html/
H A DMakefile12 PFX_DAEMONS= anvil.8.html bounce.8.html cleanup.8.html discard.8.html \
39 SYMLINKS= bounce.8.html ${BINDIR}/defer.8.html
40 SYMLINKS+=bounce.8.html ${BINDIR}/trace.8.html
/netbsd-src/external/ibm-public/postfix/dist/html/
H A DMakefile.in5 DAEMONS = bounce.8.html cleanup.8.html defer.8.html error.8.html local.8.html \
24 master.5.html nisplus_table.5.html generic.5.html bounce.5.html \
41 bounce.8.html: ../src/bounce/bounce.c
45 defer.8.html: bounce.8.html
152 trace.8.html: bounce.8.html
265 bounce.5.html: ../proto/bounce
/netbsd-src/external/ibm-public/postfix/libexec/bounce/
H A DMakefile7 PROG= bounce
12 SRCS= bounce.c bounce_append_service.c bounce_notify_service.c \
/netbsd-src/lib/libpuffs/
H A Dnull.c266 void *bounce; in puffs_null_fs_nodetofh() local
270 bounce = NULL; in puffs_null_fs_nodetofh()
272 bounce = malloc(*fidsize + FHANDLE_HEADERLEN); in puffs_null_fs_nodetofh()
273 if (!bounce) in puffs_null_fs_nodetofh()
277 if (getfh(PNPATH(pn), bounce, fidsize) == -1) in puffs_null_fs_nodetofh()
280 memcpy(fid, (uint8_t *)bounce + FHANDLE_HEADERLEN, in puffs_null_fs_nodetofh()
292 free(bounce); in puffs_null_fs_nodetofh()
/netbsd-src/external/ibm-public/postfix/dist/man/
H A DMakefile.in5 DAEMONS = man8/bounce.8 man8/defer.8 man8/cleanup.8 man8/error.8 man8/local.8 \
22 man5/generic.5 man5/bounce.5 man5/postfix-wrapper.5 \
38 man8/bounce.8: ../src/bounce/bounce.c
44 echo .so man8/bounce.8 >$@
173 echo .so man8/bounce.8 >$@
271 man5/bounce.5: ../proto/bounce
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dmaster.cf63 bounce unix - - n - 0 bounce
64 defer unix - - n - 0 bounce
65 trace unix - - n - 0 bounce
H A Dpostfix-files59 $queue_directory/bounce:d:$mail_owner:-:700:ucr
94 $daemon_directory/bounce:f:root:-:755
151 $sample_directory/bounce.cf.default:f:root:-:644:1
190 $manpage_directory/man5/bounce.5:f:root:-:644
213 $manpage_directory/man8/bounce.8:f:root:-:644
402 $html_directory/bounce.5.html:f:root:-:644
403 $html_directory/bounce.8.html:f:root:-:644
407 $html_directory/defer.8.html:h:$html_directory/bounce.8.html:-:644
473 $html_directory/trace.8.html:h:$html_directory/bounce.8.html:-:644
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A DMakefile.in72 alias.o: ../../include/bounce.h
113 bounce_workaround.o: ../../include/bounce.h
148 command.o: ../../include/bounce.h
211 dotforward.o: ../../include/bounce.h
253 file.o: ../../include/bounce.h
290 forward.o: ../../include/bounce.h
331 include.o: ../../include/bounce.h
367 indirect.o: ../../include/bounce.h
465 mailbox.o: ../../include/bounce.h
508 maildir.o: ../../include/bounce.h
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dsbic.c675 else if (dev->sc_tinfo[xs->xs_periph->periph_target].bounce) in sbicdmaok()
680 else if ((dev->sc_tinfo[xs->xs_periph->periph_target].bounce in sbicdmaok()
682 if (isztwomem(dev->sc_tinfo[xs->xs_periph->periph_target].bounce)) in sbicdmaok()
685 (unsigned)kvtop(dev->sc_tinfo[xs->xs_periph->periph_target].bounce)); in sbicdmaok()
686 else if (dev->sc_tinfo[xs->xs_periph->periph_target].bounce) in sbicdmaok()
689 PREP_DMA_MEM(dev->sc_tinfo[xs->xs_periph->periph_target].bounce)); in sbicdmaok()
1681 if (!dev->sc_tinfo[dev->target].bounce) { in sbicgo()
1686 dev->sc_tinfo[xs->xs_periph->periph_target].bounce in sbicgo()
1688 if (isztwomem(dev->sc_tinfo[xs->xs_periph->periph_target].bounce)) in sbicgo()
1691 (unsigned)kvtop(dev->sc_tinfo[xs->xs_periph->periph_target].bounce)); in sbicgo()
[all …]
/netbsd-src/sys/arch/arm/ti/
H A Dti_sdhc.c526 bool bounce; in ti_sdhc_edma_xfer_data() local
530 bounce = false; in ti_sdhc_edma_xfer_data()
534 bounce = true; in ti_sdhc_edma_xfer_data()
539 bounce = true; in ti_sdhc_edma_xfer_data()
542 if (bounce) { in ti_sdhc_edma_xfer_data()
557 if (bounce) { in ti_sdhc_edma_xfer_data()

1234