Home
last modified time | relevance | path

Searched refs:domains (Results 1 – 25 of 121) sorted by relevance

12345

/netbsd/src/tests/lib/libc/gen/
Dt_setdomainname.c43 static const char domains[][MAXHOSTNAMELEN] = { variable
62 for (i = 0; i < __arraycount(domains); i++) { in ATF_TC_BODY()
66 ATF_REQUIRE(setdomainname(domains[i],sizeof(domains[i])) == 0); in ATF_TC_BODY()
68 ATF_REQUIRE(strcmp(domains[i], name) == 0); in ATF_TC_BODY()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dunique.c70 struct unique_domain_s *domains; member
413 unique_domain *domains = private->domains; in unique_cf_base() local
447 if ( domains ) { in unique_cf_base()
505 unique_domain *domains = private->domains; in unique_cf_attrs() local
560 if ( domains ) { in unique_cf_attrs()
647 unique_domain *domains = private->domains; in unique_cf_strict() local
677 if ( domains ) { in unique_cf_strict()
709 unique_domain *domains = private->domains; in unique_cf_uri() local
717 for ( domain = domains; in unique_cf_uri()
727 unique_free_domain ( domains ); in unique_cf_uri()
[all …]
/netbsd/src/share/misc/
DMakefile6 country domains dot.clang-format operator \
26 DOMAIN_URL= https://www.iana.org/domains/root/db
27 update-domains:
38 ) > domains ; \
Ddomains.sed1 # $NetBSD: domains.sed,v 1.3 2007/09/29 15:40:31 hubertf Exp $
/netbsd/src/sys/sys/
Ddomain.h100 __link_set_add_data(domains, name)
102 #define DOMAIN_FOREACH(dom) STAILQ_FOREACH(dom, &domains, dom_link)
103 extern struct domainhead domains;
/netbsd/src/external/ibm-public/postfix/dist/conf/
Dvirtual32 # o To implement virtual alias domains where all
34 # domains.
36 # Virtual alias domains are not to be confused with
37 # the virtual mailbox domains that are implemented
39 # With virtual mailbox domains, each recipient
168 # be used to implement virtual alias domains. With a virtual
170 # addresses in other domains.
172 # Virtual alias domains are not to be confused with the vir-
173 # tual mailbox domains that are implemented with the Postfix
175 # domains, each recipient address can have its own mailbox.
[all …]
Dtransport25 # This is the default for final delivery to domains
32 # This is the default for final delivery to domains
37 # This is the default for remote delivery to domains
243 # domains, nor is user+foo@domain looked up as user@domain.
263 # its parent domains, nor is user+foo@domain looked up as
Dmain.cf159 # backup MX host for other domains, otherwise mail delivery loops
165 # The mydestination parameter specifies the list of domains that this
168 # These domains are routed to the delivery agent specified with the
176 # Do not specify the names of virtual domains - those domains are
179 # Do not specify the names of domains that this machine is backup MX
323 # Specify a list of hosts or domains, /file/name patterns or type:name
329 # NOTE: Postfix will not automatically forward mail for domains that
359 # with all addresses in the domains that match $relay_domains.
576 # eligible for this service. By default, they are all domains that
Drelocated129 # for users or domains that no longer exist.
139 # The list of domains that are delivered via the
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dvirtual31 # To implement virtual alias domains where all addresses are aliased
32 # to addresses in other domains.
34 # Virtual alias domains are not to be confused with the virtual mailbox
35 # domains that are implemented with the Postfix \fBvirtual\fR(8) mail
36 # delivery agent. With virtual mailbox domains, each recipient address
159 # to implement virtual alias domains. With a virtual alias domain, all
160 # recipient addresses are aliased to addresses in other domains.
162 # Virtual alias domains are not to be confused with the virtual mailbox
163 # domains that are implemented with the Postfix \fBvirtual\fR(8) mail
164 # delivery agent. With virtual mailbox domains, each recipient address
[all …]
Dtransport23 # This is the default for final delivery to domains listed
29 # This is the default for final delivery to domains listed
33 # This is the default for remote delivery to domains listed
239 # looked up via its parent domains,
258 # \fIsome.domain.hierarchy\fR is not looked up via its parent domains,
Dsqlite_table36 # Do NOT create tables that return the full list of domains
93 # keys to addresses in matching domains. When the \fBdomain\fR
95 # or addresses in non-matching domains are suppressed
169 # It is best not to use SQL to store the domains eligible
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Dintel_uncore.h78 enum forcewake_domains domains);
80 enum forcewake_domains domains);
108 enum forcewake_domains domains; member
232 enum forcewake_domains domains);
234 enum forcewake_domains domains);
239 enum forcewake_domains domains);
241 enum forcewake_domains domains);
/netbsd/src/sys/arch/epoc32/stand/e32boot/ldd/
Depoc32.cpp44 TUint domains; in AllowAllDomains() local
56 domains = ALL_DOMAINS(0xf); in AllowAllDomains()
57 __asm("mcr p15, 0, %0, c3, c0" : : "r"(domains)); in AllowAllDomains()
/netbsd/src/sbin/mount_umap/
Dumap_manual14 If the system administrator is very careful to ensure that both domains
16 run between those domains without changes
21 properly, the same user with different UIDs in two domains can be seen
23 different users with the same UID in the two domains can be distinguished.
35 in either domain must have password file entries in both domains.
44 domains in the same manner as UID's. Again, any group that wishes to
45 participate must have a group ID in both domains,
48 The umap layer has no provisions for enrolling UID's from other domains
64 When the umap layer is in use, one of the participating domains is declared
69 other domains must run a umap layer on top of any other layers they use.
/netbsd/src/usr.sbin/ypbind/
Dypbind.c117 static struct domain *domains; variable
280 for (dom = domains; dom != NULL; dom = dom->dom_next) in domain_find()
355 dom->dom_next = domains; in domain_create()
356 domains = dom; in domain_create()
505 for (dom = domains; dom != NULL; dom = dom->dom_next) in rpc_received()
731 for (count = 0, dom = domains; in ypbindproc_domain_2()
1518 for (dom = domains; dom != NULL; dom = dom->dom_next) { in checkwork()
1581 for (dom = domains; dom != NULL; dom = dom->dom_next) { in dohup()
1718 removelock(domains); in main()
1798 if (!started && domains->dom_state == DOM_ALIVE) { in main()
/netbsd/src/sys/kern/
Duipc_domain.c70 struct domainhead domains = STAILQ_HEAD_INITIALIZER(domains); variable
88 __link_set_add_rodata(domains,domain_dummy);
104 __link_set_decl(domains, struct domain); in domaininit()
115 __link_set_foreach(dpp, domains) { in domaininit()
146 STAILQ_INSERT_TAIL(&domains, dp, dom_link); in domain_attach()
/netbsd/src/external/bsd/libbind/dist/doc/
Dhostname.cat77 Hostnames are domains. A domain is a hierarchical, dot-separated list of
44 searching through a list of domains until a match is found. If neither
46 environment variable is used, then the search list of domains contains
80 LOCALDOMAIN Affects domains appended to partial hostnames.
Dresolver.cat550 listed domains are not local, and that queries will time out if
51 no server is available for one of the domains.
53 The search list is currently limited to six domains with a total
125 a space-separated list of search domains.
/netbsd/src/sys/conf/
Dlinkset5 domains
/netbsd/src/external/bsd/libbind/dist/tests/
Dres.h105 char **domains; /* domains it serves */ member
/netbsd/src/external/ibm-public/postfix/dist/
DCOMPATIBILITY57 sendmail -qRxxx yes (for domains specified in fast_flush_domains)
72 virtual domains yes (via local delivery agent and via dedicated delivery agent)
DRELEASE_NOTES-1.0264 Sendmail-style virtual domains and Postfix-style virtual domains.
267 - With Sendmail-style virtual domains, local users/aliases/mailing
269 if you want to host mailing lists under virtual domains.
271 - With Postfix-style virtual domains, local users/aliases/mailing
363 domains that are defined by Postfix virtual maps.
553 in the transport table to bounce mail for entire domains.
583 this machine is the best MX host for domains not in mydestinations.
673 - Restrict who may use ETRN and what domains may be specified.
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc3663.txt152 from inquiries about specific domains made at a registry to the
212 o The Top-Level Domain DIT's follow the DNS hierarchy for domains
216 which serve multiple domains.
233 o The TLD DIT follows the DNS hierarchy for domains (e.g.,
238 domains.
325 The second tier of the DIT represents second-level domains. Each of
328 text giving the name of the registrar through which these domains
486 The second tier of this DIT represents top-level domains. Each of
545 The second tier of the DIT represents second-level domains. Each of
766 of relationships between name servers, contacts, and domains.
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/
DREADME.selinux38 # cp ./dist/fedora/trousers.te /etc/selinux/targeted/src/policy/domains/program

12345