HomeSort by: relevance | last modified time | path
    Searched refs:bounce (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/games/warp/
move.h 10 void bounce(OBJECT *);
  /src/external/ibm-public/postfix/dist/src/global/
trace.h 19 #include <bounce.h>
abounce.h 10 /* asynchronous bounce/defer service client
19 #include <bounce.h>
sent.h 26 #include <bounce.h>
defer.h 19 #include <bounce.h>
reject_deliver_request.c 62 #include <bounce.h>
94 * Blindly bounce or defer all recipients.
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_service.c 26 /* (send bounce message) request.
33 /* When a bounce is sent, the sender address is the empty
34 /* address. When a bounce bounces, an optional double bounce
36 /* with as sender address the double bounce address.
41 /* bounce(3) basic bounce service client interface
75 #include <bounce.h>
85 /* bounce_notify_service - send a bounce */
96 VSTREAM *bounce; local
    [all...]
bounce_warn_service.c 27 /* is not removed, and a warning is sent instead of a bounce.
34 /* When a bounce is sent, the sender address is the empty
35 /* address. When a bounce bounces, an optional double bounce
37 /* with as sender address the double bounce address.
42 /* bounce(3) basic bounce service client interface
96 VSTREAM *bounce; local
104 * Initialize. Open queue file, bounce log, etc.
119 * c) RFC 3464-style bounce reports by the bounce(8) service when mail i
    [all...]
bounce_one_service.c 27 /* (send bounce message for one recipient) request.
34 /* When a bounce is sent, the sender address is the empty
35 /* address. When a bounce bounces, an optional double bounce
37 /* with as sender address the double bounce address.
42 /* bounce(3) basic bounce service client interface
75 #include <bounce.h>
85 /* bounce_one_service - send a bounce for one recipient */
96 VSTREAM *bounce; local
    [all...]
bounce_notify_util.c 87 /* notification. A bounce is sent in a form that satisfies RFC 1894
96 /* one recipient that is not read from bounce logfile.
150 /* bounce(3) basic bounce service client interface
441 * Initialize the bounce_info structure. If the bounce log cannot be
491 msg_warn("%s: read bounce log %s: %m",
508 /* bounce_header - generate bounce message header */
510 int bounce_header(VSTREAM *bounce, BOUNCE_INFO *bounce_info,
516 * Print a minimal bounce header. The cleanup service will add other
525 bounce_template_headers(post_mail_fprintf, bounce, template
611 VSTREAM *bounce = (VSTREAM *) context; local
    [all...]
bounce_notify_verp.c 28 /* (send bounce message) request. The logfile
30 /* The bounce recipient address is encoded in VERP format.
38 /* When a bounce is sent, the sender address is the empty
43 /* bounce(3) basic bounce service client interface
78 #include <bounce.h>
88 /* bounce_notify_verp - send a bounce, VERP style */
100 VSTREAM *bounce; local
108 * Sanity checks. We must be called only for undeliverable non-bounce
112 msg_panic("%s: attempt to bounce a single bounce", myname)
    [all...]
bounce_trace_service.c 39 /* bounce(3) basic bounce service client interface
93 VSTREAM *bounce; local
102 * non-bounce message as a single-bounce message, send notification for a
103 * single-bounce message as a double-bounce message, and drop requests to
104 * send notification for a double-bounce message.
110 "double-bounce message", queue_id);
118 "for single-bounce message", queue_id)
    [all...]
  /src/external/ibm-public/postfix/man/man8/
Makefile 8 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
  /src/external/ibm-public/postfix/libexec/bounce/
Makefile 7 PROG= bounce
12 SRCS= bounce.c bounce_append_service.c bounce_notify_service.c \
  /src/external/ibm-public/postfix/dist/src/virtual/
unknown.c 44 #include <bounce.h>
recipient.c 51 #include <bounce.h>
  /src/external/ibm-public/postfix/libexec/
Makefile 5 SUBDIR= anvil bounce cleanup discard dnsblog error flush local master oqmgr \
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_bounce.c 16 /* qmgr_bounce_recipient() produces a bounce log record.
17 /* Once the bounce record is written successfully, the recipient
18 /* is marked as done. When the bounce record cannot be written,
50 #include <bounce.h>
57 /* qmgr_bounce_recipient - bounce one message recipient */
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_bounce.c 16 /* qmgr_bounce_recipient() produces a bounce log record.
17 /* Once the bounce record is written successfully, the recipient
18 /* is marked as done. When the bounce record cannot be written,
50 #include <bounce.h>
57 /* qmgr_bounce_recipient - bounce one message recipient */
  /src/external/ibm-public/postfix/man/man5/
Makefile 8 MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
  /src/external/ibm-public/postfix/share/html/
Makefile 12 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
  /src/external/ibm-public/postfix/dist/src/local/
indirect.c 51 #include <bounce.h>
  /src/sys/arch/sparc64/doc/
TODO 48 bounce handling 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
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ioctl.c 147 static int vmw_fill_compat_cap(struct vmw_private *dev_priv, void *bounce,
151 (struct svga_3d_compat_cap *) bounce;
190 void *bounce; local
211 bounce = vzalloc(size);
212 if (unlikely(bounce == NULL)) {
213 DRM_ERROR("Failed to allocate bounce buffer for 3D caps.\n");
219 uint32_t *bounce32 = (uint32_t *) bounce;
233 ret = vmw_fill_compat_cap(dev_priv, bounce, size);
238 memcpy(bounce, &fifo_mem[SVGA_FIFO_3D_CAPS], size);
241 ret = copy_to_user(buffer, bounce, size)
    [all...]
  /src/sys/dev/podulebus/
if_ei.c 293 u_int16_t *bounce = NULL; local
300 bounce = (u_int16_t *) malloc(size, M_DEVBUF, M_NOWAIT);
301 if (bounce == NULL)
304 memcpy(bounce, src, size);
305 src = bounce;
324 if (bounce != NULL)
325 free(bounce, M_DEVBUF);

Completed in 33 milliseconds

1 2 3