Home
last modified time | relevance | path

Searched refs:relay (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_log.c162 relay_reserve(log->relay.channel, log->vma->obj->base.size); in guc_move_to_next_buf()
165 relay_flush(log->relay.channel); in guc_move_to_next_buf()
179 return relay_reserve(log->relay.channel, 0); in guc_get_write_buffer()
232 mutex_lock(&log->relay.lock); in guc_read_update_log_buffer()
238 log_buf_state = src_data = log->relay.buf_addr; in guc_read_update_log_buffer()
249 log->relay.full_count++; in guc_read_update_log_buffer()
323 mutex_unlock(&log->relay.lock); in guc_read_update_log_buffer()
329 container_of(work, struct intel_guc_log, relay.flush_work); in capture_logs_work()
338 lockdep_assert_held(&log->relay.lock); in guc_log_map()
352 log->relay.buf_addr = vaddr; in guc_log_map()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dbounce.c230 RECIPIENT *rcpt, const char *relay, in bounce_append() argument
251 return (defer_append_intern(flags, id, stats, rcpt, relay, dsn_res)); in bounce_append()
254 return (bounce_append_intern(flags, id, stats, rcpt, relay, &my_dsn)); in bounce_append()
260 RECIPIENT *rcpt, const char *relay, in bounce_append_intern() argument
272 status = verify_append(id, stats, rcpt, relay, &my_dsn, in bounce_append_intern()
283 status = trace_append(flags, id, stats, rcpt, relay, &my_dsn); in bounce_append_intern()
328 || trace_append(flags, id, stats, rcpt, relay, in bounce_append_intern()
330 log_adhoc(id, stats, rcpt, relay, &my_dsn, log_status); in bounce_append_intern()
339 status = defer_append_intern(flags, id, stats, rcpt, relay, &my_dsn); in bounce_append_intern()
426 const char *relay, DSN *dsn) in bounce_one() argument
[all …]
H A Ddefer.c195 RECIPIENT *rcpt, const char *relay, in defer_append() argument
215 return (bounce_append_intern(flags, id, stats, rcpt, relay, dsn_res)); in defer_append()
218 return (defer_append_intern(flags, id, stats, rcpt, relay, &my_dsn)); in defer_append()
224 RECIPIENT *rcpt, const char *relay, in defer_append_intern() argument
237 status = verify_append(id, stats, rcpt, relay, &my_dsn, in defer_append_intern()
248 status = trace_append(flags, id, stats, rcpt, relay, &my_dsn); in defer_append_intern()
275 log_adhoc(id, stats, rcpt, relay, &my_dsn, "deferred"); in defer_append_intern()
281 if (trace_append(flags, id, stats, rcpt, relay, &my_dsn) != 0) in defer_append_intern()
360 const char *relay, DSN *dsn) in defer_one() argument
381 rcpt, relay, dsn_res)); in defer_one()
[all …]
H A Dsent.c103 RECIPIENT *recipient, const char *relay, in sent() argument
131 status = verify_append(id, stats, recipient, relay, &my_dsn, in sent()
142 status = trace_append(flags, id, stats, recipient, relay, &my_dsn); in sent()
161 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0) in sent()
163 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0)) { in sent()
164 log_adhoc(id, stats, recipient, relay, &my_dsn, "sent"); in sent()
173 status = defer_append(flags, id, stats, recipient, relay, &my_dsn); in sent()
H A Dtrace.c114 RECIPIENT *rcpt, const char *relay, in trace_append() argument
125 if (strcmp(relay, NO_RELAY_AGENT) != 0) in trace_append()
126 vstring_sprintf(why, "delivery via %s: ", relay); in trace_append()
142 log_adhoc(id, stats, rcpt, relay, dsn, my_dsn.action); in trace_append()
H A Dverify.c95 RECIPIENT *recipient, const char *relay, in verify_append() argument
125 log_adhoc(queue_id, stats, recipient, relay, dsn, my_dsn.action); in verify_append()
H A Dlog_adhoc.c90 const char *relay, DSN *dsn, in log_adhoc() argument
119 vstring_sprintf_append(buf, ", relay=%s", relay); in log_adhoc()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/
H A DREADME1 Relay backend sets up a relay virtual database that allows
10 explicitly selected by means of the "relay" directive,
23 If the "relay" directive is not present, the backend is
27 This allows, for instance, to relay one database for
32 To summarize: the "relay" directive:
39 If the "relay" directive is not used, the rewrite-remap
53 database relay
55 relay "dc=real,dc=naming,dc=context" massage
58 database relay
60 relay "dc=real,dc=naming,dc=context"
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dmx-relay1 MX needs 19 seconds to relay 100 messages with one recipient.
7 Jun 8 14:33:36 fist mx:smtp[19382]: 085781: to=<foo@spike.porcupine.org>, relay
13 Jun 8 14:34:41 fist mx:smtp[19378]: 085792: to=<foo@spike.porcupine.org>, relay
19 Jun 8 14:35:38 fist mx:smtp[19382]: 085794: to=<foo@spike.porcupine.org>, relay
H A Dmx-deliver7 Jun 8 14:45:49 fist mx:local[19444]: 085788: to=<wietse@porcupine.org>, relay=l
13 Jun 8 14:47:06 fist mx:local[19446]: 085792: to=<wietse@porcupine.org>, relay=l
19 Jun 8 14:48:28 fist mx:local[19479]: 085795: to=<wietse@porcupine.org>, relay=l
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c202 const char *relay; in resolve_addr() local
595 && (relay = mail_addr_find(rp->snd_relay_info, in resolve_addr()
599 if (*relay == 0) { in resolve_addr()
602 relay = 0; in resolve_addr()
603 } else if (strcasecmp_utf8(relay, "DUNNO") == 0) in resolve_addr()
604 relay = 0; in resolve_addr()
611 relay = 0; in resolve_addr()
614 if (relay != 0) { in resolve_addr()
615 vstring_strcpy(nexthop, relay); in resolve_addr()
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.10110 Major changes - relay safety
121 This safety net prevents open relay problems due to mistakes
124 If your site has a complex mail relay policy configured under
131 mail relay authorization policy in smtpd_recipient_restrictions.
133 - Copy the existing mail relay authorization policy from
139 feature for mail relay control. The new built-in default settings
157 With Postfix versions before 2.10, the mail relay policy and spam
161 As of Postfix 2.10, the mail relay policy is preferably implemented
164 result in a permissive mail relay policy.
174 If your site has a complex mail relay policy configured under
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A Ddeliver_attr.c64 attrp->relay = 0; in deliver_attr_init()
82 msg_info("relay: %s", attrp->relay ? attrp->relay : "null"); in deliver_attr_dump()
H A Dvirtual.h78 char *relay; /* relay host */ member
106 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
109 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
/netbsd-src/usr.sbin/faithd/
H A DREADME1 Configuring FAITH IPv6-to-IPv4 TCP relay
10 FAITH is a IPv6-to-IPv4 TCP relay. It performs tcp relay just as some of
14 not relay connections for the opposite direction.
45 - You are willing to provide IPv6-to IPv4 TCP relay for telnet.
67 1st argument is a service name you are willing to provide TCP relay.
117 use your relay router to circumvent access controls, or may try to
H A Dtcp.c71 static void relay(int, int, const char *, int) __dead;
199 relay(int s_rcv, int s_snd, const char *service, int direction) in relay() function
316 relay(s_src, s_dst, service, 1); in tcp_relay()
323 relay(s_dst, s_src, service, 0); in tcp_relay()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Ddeliver_attr.c71 attrp->relay = 0; in deliver_attr_init()
96 msg_info("relay: %s", attrp->relay ? attrp->relay : "null"); in deliver_attr_dump()
H A Dlocal.h89 char *relay; /* relay host */ member
137 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
142 &attr.msg_stats, &attr.rcpt, attr.relay, \
145 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dreduce.c880 struct element *relay; in reduce_data_expression() local
896 relay = mapGet(arg, "relay"); in reduce_data_expression()
897 if (relay == NULL) { in reduce_data_expression()
901 relay = reduce_numeric_expression(relay); in reduce_data_expression()
902 if ((relay == NULL) || (relay->type != ELEMENT_INTEGER)) in reduce_data_expression()
904 r = intValue(relay); in reduce_data_expression()
/netbsd-src/external/mpl/dhcp/dist/relay/tests/
H A DMakefile.am37 cp $(top_srcdir)/relay/tests/Atffile Atffile; \
38 cp $(top_srcdir)/relay/tests/Kyuafile Kyuafile; \
/netbsd-src/external/mpl/dhcp/dist/doc/
H A DDHCPv4-over-DHCPv640 - use the relay address if relayed
70 a relay address are very unlikely cases.
75 - use the DHCPv4 relay address if DHCPv4 relayed
76 - when DHCPv6 relayed, use the first relay with an usable (i.e., not
224 If the DHCPv6 infrastructure uses one (or more) relay because the client
226 first (closest to client) relay address in the dhcp4-o-dhcp6-server
/netbsd-src/usr.bin/rsh/
H A Drsh.c100 char *locuser = 0, *loop, *relay; in main() local
135 if ((relay = getenv("RCMD_RELAY_SIGNAL")) && strcmp(relay, "YES") == 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dmaster.cf31 # "<xxx>" is "client", "helo", "sender", "relay", or "recipient").
49 # "<xxx>" is "client", "helo", "sender", "relay", or "recipient").
71 relay unix - - n - - smtp
/netbsd-src/external/bsd/ipf/dist/samples/
H A Drelay.c31 int relay(ifd, ofd, rfd) in relay() function
188 if (relay(0, 1, fd) == -1) {
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dtest64.ref1 relayhost = relay-from-main.cf

12345678910>>...12