Searched refs:dom (Results 1 - 25 of 116) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/expr/
H A Dvolatile1.C3 struct dom struct
7 ~dom() throw();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/expr/
H A Dvolatile1.C3 struct dom struct
7 ~dom() throw();
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpnet/
H A Drump_net_private.h34 #define DOMAINADD(dom) \
36 if (!pffinddomain(dom.dom_family)) { \
37 domain_attach(&dom); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-17.c5 int dom; member in struct:Bar
15 f.doms[0].dom = i;
16 f.doms[1].dom = j;
17 f.doms[2].dom = k;
18 return f.doms[0LL].dom;
21 /* { dg-final { scan-tree-dump "Replaced f.doms\\\[0\\\].dom with i_" "fre" } } */
/netbsd-6-1-5-RELEASE/usr.sbin/ypbind/
H A Dypbind.c193 struct domain *dom; local
195 for (dom = domains; dom != NULL; dom = dom->dom_next)
196 if (dom->dom_xid == xid)
198 return dom;
202 unique_xid(struct domain *dom) argument
206 tmp_xid = ((uint32_t)(unsigned long)dom) & 0xffffffff;
216 struct domain *dom; local
269 makelock(struct domain *dom) argument
290 removelock(struct domain *dom) argument
353 struct domain *dom; local
455 struct domain *dom; local
724 direct(char *buf, int outlen, struct domain *dom) argument
805 direct_set(char *buf, int outlen, struct domain *dom) argument
866 struct domain *dom; local
920 struct domain *dom; local
969 nag_servers(struct domain *dom) argument
1062 ping(struct domain *dom) argument
1134 struct domain *dom; local
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dyplib.c100 _yp_dobind(dom, ypdb)
101 const char *dom;
114 yp_bind(dom)
115 const char *dom;
117 return _yp_dobind(dom, NULL);
121 yp_unbind(dom)
122 const char *dom;
139 _yp_check(dom)
140 char **dom;
148 if (dom)
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/yp/
H A Dyplib.c87 _yp_dobind(dom, ypdb)
88 const char *dom;
102 if (dom == NULL || *dom == '\0')
134 if (strcmp(dom, ysd->dom_domain) == 0)
147 BINDINGDIR, dom, 2);
214 (xdrproc_t)xdr_ypdomain_wrap_string, &dom,
221 dom);
242 (void)strlcpy(ysd->dom_domain, dom, sizeof(ysd->dom_domain));
279 yp_bind(dom)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/
H A Dxenio.h50 domid_t dom; /* target domain */ member in struct:privcmd_mmap
56 domid_t dom; /* target domain */ member in struct:privcmd_mmapbatch
63 domid_t dom; /* target domain */ member in struct:privcmd_mmapbatch_v2
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Devent_channel.h44 * EVTCHNOP_alloc_unbound: Allocate a port in domain <dom> and mark as
46 * is allocated in <dom> and returned as <port>.
48 * 1. If the caller is unprivileged then <dom> must be DOMID_SELF.
54 domid_t dom, remote_dom; member in struct:evtchn_alloc_unbound
157 * has an endpoint at <dom, port>.
159 * 1. <dom> may be specified as DOMID_SELF.
161 * channel for which <dom> is not DOMID_SELF.
166 domid_t dom; member in struct:evtchn_status
179 domid_t dom; member in struct:evtchn_status::__anon6796::__anon6797
182 domid_t dom; member in struct:evtchn_status::__anon6796::__anon6798
231 domid_t dom; member in struct:evtchn_reset
[all...]
H A Dgrant_table.h264 * GNTTABOP_map_grant_ref: Map the grant entry (<dom>,<ref>) for access
286 domid_t dom; member in struct:gnttab_map_grant_ref
319 * GNTTABOP_setup_table: Set up a grant table for <dom> comprising at least
323 * 1. <dom> may be specified as DOMID_SELF.
324 * 2. Only a sufficiently-privileged domain may specify <dom> != DOMID_SELF.
330 domid_t dom; member in struct:gnttab_setup_table
346 domid_t dom; member in struct:gnttab_dump_table
421 * 1. <dom> may be specified as DOMID_SELF.
422 * 2. Only a sufficiently-privileged domain may specify <dom> != DOMID_SELF.
427 domid_t dom; member in struct:gnttab_query_size
492 domid_t dom; member in struct:gnttab_get_status_frames
507 domid_t dom; member in struct:gnttab_get_version
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddominance.c54 artificial ENTRY_BLOCK (or EXIT_BLOCK in the post-dom case) in our lists to
80 /* After the algorithm is done, dom[x] contains the immediate dominator
82 TBB *dom; member in struct:dom_info
154 init_ar (di->dom, TBB, num, 0);
205 free (di->dom);
346 /* In the post-dom case we may have nodes without a path to EXIT_BLOCK.
347 They are reverse-unreachable. In the dom-case we disallow such
348 nodes, but in post-dom we have to deal with them.
491 On return the immediate dominator to node V is in di->dom[V]. */
570 di->dom[
767 basic_block dom; local
864 basic_block dom; local
1075 basic_block bb, dom = NULL; local
1147 basic_block bb, dom, ybb; local
1223 basic_block bb, dom; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C88 static void setDomain(Storage_t &dom, const T &newdom) { argument
89 dom[0] = newdom.first();
90 dom[1] = newdom.length();
94 static void setDomain(Storage_t &dom, const T1 &begval, const T2 &endval) { argument
95 dom[0] = begval;
96 dom[1] = (endval - begval + 1);
129 static void setDomain(int &dom, const T &newdom) { argument
130 dom = DomainTraits<T>::getFirst(newdom);
363 explicit DomainLayout(const Interval &dom) : node_m(0, dom) {} argument
387 BrickBase(const Interval &dom) argument
397 Engine(const Interval &dom) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C88 static void setDomain(Storage_t &dom, const T &newdom) { argument
89 dom[0] = newdom.first();
90 dom[1] = newdom.length();
94 static void setDomain(Storage_t &dom, const T1 &begval, const T2 &endval) { argument
95 dom[0] = begval;
96 dom[1] = (endval - begval + 1);
129 static void setDomain(int &dom, const T &newdom) { argument
130 dom = DomainTraits<T>::getFirst(newdom);
363 explicit DomainLayout(const Interval &dom) : node_m(0, dom) {} argument
387 BrickBase(const Interval &dom) argument
397 Engine(const Interval &dom) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Duipc_domain.c197 const struct domain *dom; local
199 if ((dom = pffinddomain(sa->sa_family)) == NULL ||
200 dom->dom_sockaddr_addr == NULL)
203 return (*dom->dom_sockaddr_addr)(sa, slenp);
209 const struct domain *dom; local
211 if ((dom = pffinddomain(sa->sa_family)) == NULL ||
212 dom->dom_sockaddr_const_addr == NULL)
215 return (*dom->dom_sockaddr_const_addr)(sa, slenp);
221 const struct domain *dom; local
223 if ((dom
275 struct domain *dom; local
289 struct domain *dom; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddominance.c53 artificial ENTRY_BLOCK (or EXIT_BLOCK in the post-dom case) in our lists to
80 /* After the algorithm is done, dom[x] contains the immediate dominator
82 TBB *dom; member in struct:dom_info
158 init_ar (di->dom, TBB, num, 0);
186 free (di->dom);
328 /* In the post-dom case we may have nodes without a path to EXIT_BLOCK.
329 They are reverse-unreachable. In the dom-case we disallow such
330 nodes, but in post-dom we have to deal with them.
473 On return the immediate dominator to node V is in di->dom[V]. */
552 di->dom[
746 basic_block dom; local
809 basic_block dom; local
[all...]
H A Dtree-ssa-math-opts.c180 basic_block dom = nearest_common_dominator (CDI_DOMINATORS, occ_bb, bb); local
181 if (dom == bb)
192 else if (dom == occ_bb)
195 insert_bb (new_occ, dom, &occ->children);
199 else if (dom != idom)
201 gcc_assert (!dom->aux);
213 new_occ = occ_new (dom, new_occ);
254 basic_block dom = occ->bb; local
263 bb = single_noncomplex_succ (dom);
265 bb = dom;
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Drtbl.c218 struct domain *dom; local
219 DOMAIN_FOREACH(dom)
220 if (dom->dom_rtattach)
221 dom->dom_rtattach(&rt_tables[dom->dom_family],
222 dom->dom_rtoffset);
/netbsd-6-1-5-RELEASE/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddnssd_clientlib.c129 static int DomainEndsInDot(const char *dom) argument
131 while (dom[0] && dom[1])
133 if (dom[0] == '\\') // advance past escaped byte sequence
135 if (mDNSIsDigit(dom[1]) && mDNSIsDigit(dom[2]) && mDNSIsDigit(dom[3]))
136 dom += 4; // If "\ddd" then skip four
137 else dom += 2; // else if "\x" then skip two
139 else dom
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Ddomain.h97 #define DOMAIN_FOREACH(dom) STAILQ_FOREACH(dom, &domains, dom_link)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_host_realm.c98 char dom[MAXHOSTNAMELEN]; local
113 ret = snprintf(dom, sizeof(dom), "%s.%s.", labels[i], domain);
114 if(ret < 0 || ret >= sizeof(dom)) {
119 r = rk_dns_lookup(dom, "TXT");
/netbsd-6-1-5-RELEASE/usr.sbin/ypset/
H A Dypset.c110 bind_tohost(struct sockaddr_in *sin, char *dom, char *server) argument
126 (void) strlcpy(ypsd.ypsetdom_domain, dom, sizeof ypsd.ypsetdom_domain);
145 dom, server, clnt_sperrno(r));
/netbsd-6-1-5-RELEASE/external/apache2/mDNSResponder/dist/Clients/
H A Ddns-sd.c892 const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv)
902 if (dom[0] == '.' && dom[1] == 0) dom = ""; // We allow '.' on the command line as a synonym for empty string
904 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom);
930 return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnInteger, (uint16_t) (ptr-txt), txt, reg_reply, NULL));
944 char buffer[TypeBufferSize], *typ, *dom; local
1013 dom = (argc < opi+2) ? "" : argv[opi+1]; // Missing domain argument is the same as empty string i.e. use system default(s)
1015 if (dom[
891 RegisterService(DNSServiceRef *sdref, const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dstructs.h31 bitstr_t bit_decl(dom, DOM_COUNT);
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxengnt.c85 query.dom = DOMID_SELF;
177 setup.dom = DOMID_SELF;
274 xengnt_grant_access(domid_t dom, paddr_t ma, int ro, grant_ref_t *entryp) argument
285 grant_table[*entryp].domid = dom;
314 xengnt_grant_transfer(domid_t dom, grant_ref_t *entryp) argument
325 grant_table[*entryp].domid = dom;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgetnetgrent_r.c49 char *ng, *ho, *us, *dom; local
54 DE_CONST(domain, dom);
56 return (innetgr(ng, ho, us, dom));

Completed in 293 milliseconds

12345