Searched refs:bounce (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbounce-resender.pl3 # bounce-resender: constructs mail queue from bounce spool for
7 # # mkdir -m0700 bqueue; cd bqueue && bounce-resender < ../bounces
149 $messageid = "bounce-resender-$ctr";
210 if ($messageid =~ /bounce-resender/);
241 if ($messageid =~ /bounce-resender/);
245 # jump to state waiting for next bounce message
269 "$myname: ignored $ignored{$x} lines of bounce spool in state $x\n";
H A Ddoublebounce.pl25 ## while bounce messages can go to this script, which will bounce them
28 ## the algorithm is to scan the double-bounce error report generated
32 ## closest to us, and try to deliver a double-bounce report back to a
67 # send bounce to postmaster
86 Subject: Postmaster notify: double bounce
100 ----- The following is a double bounce -----
H A Dqtool.pl104 return $source->bounce();
981 sub bounce subroutine
1165 sub bounce subroutine
1173 $result = $queued_message->bounce();
H A Dbuildvirtuser78 MAILER-DAEMON gshapiro+bounce.$DOMAIN@example.net
/freebsd-11-stable/contrib/dma/
H A Ddma.c322 snprintf(errmsg, sizeof(errmsg), "unknown bounce reason");
348 goto bounce;
370 bounce:
371 bounce(it, errmsg);
H A Ddma.h225 void bounce(struct qitem *, const char *);
H A Dmail.c47 bounce(struct qitem *it, const char *reason) function
54 /* Don't bounce bounced mails */
56 syslog(LOG_INFO, "can not bounce a bounce message, discarding");
128 /* bounce is safe */
136 syslog(LOG_CRIT, "error creating bounce: %m");
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c1765 /* bounce enabled, single RQ, we snoop the ox_id to choose the cpuidx */
1766 if (hw->config.bounce) {
1771 if (hw->callback.bounce != NULL) {
1772 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1901 /* bounce enabled, single RQ, we snoop the ox_id to choose the cpuidx */
1902 if (hw->config.bounce) {
1907 if (hw->callback.bounce != NULL) {
1908 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1924 /* bounce enabled, single RQ, we snoop the ox_id to choose the cpuidx */
1925 if (hw->config.bounce) {
[all...]
H A Docs_hw.h926 uint32_t bounce:1; member in struct:ocs_hw_s::__anon7594
1013 int32_t (*bounce)(void (*)(void *arg), void *arg, uint32_t s_id, uint32_t d_id, uint32_t ox_id); member in struct:ocs_hw_s::__anon7595
1020 void *bounce; member in struct:ocs_hw_s::__anon7596
H A Docs_hw.c2015 hw->config.bounce = value;
2422 hw->callback.bounce = func;
2423 hw->args.bounce = arg;
8806 /* bounce enabled, single RQ, we snoop the ox_id to choose the cpuidx */
8807 if (hw->config.bounce) {
8812 if (hw->callback.bounce != NULL) {
8813 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, io->axr_buf->cmd_seq, s_id, d_id, ox_id);
8820 /* bounce enabled, single RQ, we snoop the ox_id to choose the cpuidx */
8821 if (hw->config.bounce) {
8826 if (hw->callback.bounce !
[all...]
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c117 * table API. For this reason, in HVM mode, we must bounce all requests into
263 uint8_t *bounce; member in struct:xbb_xen_reqlist
507 * exectuion. In the case of a read with bounce buffering active,
509 * bounce-out the read data. This array serves as the temporary
515 * \brief Array of memoized bounce buffer kva offsets used
521 * bounce address here to reduce the cost of the second walk.
896 * calculate an offset into a request's local bounce memory region.
898 * \param reqlist The request structure whose bounce region will be accessed.
899 * \param pagenr The page index used to compute the bounce offset.
901 * bounce offse
[all...]

Completed in 130 milliseconds