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

12

/freebsd-9.3-release/tools/regression/sockets/so_setfib/
H A Dso_setfib.c97 so_setfib(int s, int i, u_int dom, u_int type) argument
104 printf("ok %d %s_%s_%d\n", testno, t_dom[dom].name,
109 t_dom[dom].name, t_type[type].name, i, s, i);
111 printf("ok %d %s_%s_%d\n", testno, t_dom[dom].name,
116 t_dom[dom].name, t_type[type].name, i, s, i,
119 printf("not ok %d %s_%s_%d\n", testno, t_dom[dom].name,
131 t(u_int dom, u_int type) argument
136 if (t_dom[dom].domain == PF_ROUTE && t_type[type].type != SOCK_RAW)
138 if (t_dom[dom].domain == PF_LOCAL && t_type[type].type == SOCK_RAW)
142 s = socket(t_dom[dom]
[all...]
/freebsd-9.3-release/sys/xen/interface/
H A Devent_channel.h41 * EVTCHNOP_alloc_unbound: Allocate a port in domain <dom> and mark as
43 * is allocated in <dom> and returned as <port>.
45 * 1. If the caller is unprivileged then <dom> must be DOMID_SELF.
51 domid_t dom, remote_dom; member in struct:evtchn_alloc_unbound
154 * has an endpoint at <dom, port>.
156 * 1. <dom> may be specified as DOMID_SELF.
158 * channel for which <dom> is not DOMID_SELF.
163 domid_t dom; member in struct:evtchn_status
176 domid_t dom; member in struct:evtchn_status::__anon10586::__anon10587
179 domid_t dom; member in struct:evtchn_status::__anon10586::__anon10588
228 domid_t dom; member in struct:evtchn_reset
[all...]
H A Dgrant_table.h170 * GNTTABOP_map_grant_ref: Map the grant entry (<dom>,<ref>) for access
192 domid_t dom; member in struct:gnttab_map_grant_ref
225 * GNTTABOP_setup_table: Set up a grant table for <dom> comprising at least
229 * 1. <dom> may be specified as DOMID_SELF.
230 * 2. Only a sufficiently-privileged domain may specify <dom> != DOMID_SELF.
236 domid_t dom; member in struct:gnttab_setup_table
252 domid_t dom; member in struct:gnttab_dump_table
325 * 1. <dom> may be specified as DOMID_SELF.
326 * 2. Only a sufficiently-privileged domain may specify <dom> != DOMID_SELF.
331 domid_t dom; member in struct:gnttab_query_size
[all...]
/freebsd-9.3-release/contrib/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
156 init_ar (di->dom, TBB, num, 0);
184 free (di->dom);
326 /* In the post-dom case we may have nodes without a path to EXIT_BLOCK.
327 They are reverse-unreachable. In the dom-case we disallow such
328 nodes, but in post-dom we have to deal with them.
471 On return the immediate dominator to node V is in di->dom[V]. */
550 di->dom[
748 basic_block dom; local
811 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...]
H A Dtree-cfgcleanup.c489 basic_block dom, dombb, domdest; local
497 dom = dombb;
500 dom = nearest_common_dominator (CDI_DOMINATORS, domdest, dombb);
502 set_immediate_dominator (CDI_DOMINATORS, dest, dom);
637 basic_block dombb, domdest, dom; local
722 dom = dombb;
725 dom = nearest_common_dominator (CDI_DOMINATORS, domdest, dombb);
727 set_immediate_dominator (CDI_DOMINATORS, dest, dom);
/freebsd-9.3-release/sys/ia64/pci/
H A Dpci_cfgreg.c36 pci_sal_address(int dom, int bus, int slot, int func, int reg) argument
41 if (dom >= 0 && dom <= 255 && bus >= 0 && bus <= 255 &&
44 addr = ((u_long)dom << 24) | ((u_long)bus << 16) |
/freebsd-9.3-release/include/rpcsvc/
H A Dypclnt.h73 int yp_bind(char *dom);
74 int _yp_dobind(char *dom, struct dom_binding **ypdb);
75 void yp_unbind(char *dom);
/freebsd-9.3-release/crypto/heimdal/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 = dns_lookup(dom, "TXT");
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dcron.c195 register int minute, hour, dom, month, dow; local
203 dom = tm->tm_mday -FIRST_DOM;
208 getpid(), minute, hour, dom, month, dow))
269 /* the dom/dow situation is odd. '* * 1,15 * Sun' will run on the
286 ? (bit_test(e->dow,otzdow) && bit_test(e->dom,otzdom))
287 : (bit_test(e->dow,otzdow) || bit_test(e->dom,otzdom))
305 ? (bit_test(e->dow,dow) && bit_test(e->dom,dom))
306 : (bit_test(e->dow,dow) || bit_test(e->dom,dom))
[all...]
H A Dcron.h170 bitstr_t bit_decl(dom, DOM_COUNT);
/freebsd-9.3-release/usr.sbin/ypset/
H A Dypset.c58 bind_tohost(struct sockaddr_in *sin, char *dom, char *server) argument
85 /* strncpy(ypsd.ypsetdom_domain, dom, sizeof ypsd.ypsetdom_domain); */
86 ypsd.ypsetdom_domain = dom;
104 warnx("sorry, cannot ypset for domain %s on host - make sure ypbind was started with -ypset or -ypsetme", dom);
/freebsd-9.3-release/lib/libc/gen/
H A Dgetnetgrent.c299 const char* dom, const char* group)
310 dom ? dom : lookupdom);
317 dom ? dom : lookupdom);
348 innetgr(const char *group, const char *host, const char *user, const char *dom) argument
391 host?host:user, dom, group);
394 else if (ret == 0 && dom != NULL)
404 ( dom == NULL || dm == NULL || !strcmp(dom, d
298 _revnetgr_lookup(char* lookupdom, char* map, const char* str, const char* dom, const char* group) argument
[all...]
/freebsd-9.3-release/lib/libc/yp/
H A Dyplib.c287 _yp_dobind(char *dom, struct dom_binding **ypdb) argument
304 if (strchr(dom, '/') != NULL)
324 if (dom == NULL || strlen(dom) == 0)
328 if (strcmp(dom, ysd->dom_domain) == 0)
375 snprintf(path, sizeof(path), "%s/%s.%d", BINDINGDIR, dom, 2);
469 (xdrproc_t)xdr_domainname, &dom,
480 "YP: server for domain %s not responding, retrying\n", dom);
517 strlcpy(ysd->dom_domain, dom, sizeof(ysd->dom_domain));
602 yp_bind_locked(char *dom) argument
608 yp_bind(char *dom) argument
619 yp_unbind_locked(char *dom) argument
640 yp_unbind(char *dom) argument
1176 _yp_check(char **dom) argument
[all...]
/freebsd-9.3-release/sys/net/
H A Droute.c204 struct domain *dom; local
213 for (dom = domains; dom; dom = dom->dom_next)
214 if (dom->dom_maxrtkey > max_keylen)
215 max_keylen = dom->dom_maxrtkey;
224 struct domain *dom; local
234 for (dom = domains; dom; do
264 struct domain *dom; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp37 DominatorTree dom; local
38 dom.buildDominatorTree(*AC);
39 dom.dump();
/freebsd-9.3-release/sys/kern/
H A Dvfs_export.c99 struct domain *dom; local
172 for (dom = domains; dom; dom = dom->dom_next) {
175 if (dom->dom_family == i && dom->dom_rtattach) {
186 dom->dom_rtattach(
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dentry.c156 bit_set(e->dom, 0);
164 bit_set(e->dom, 0);
172 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1));
180 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1));
187 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1));
227 ch = get_list(e->dom, FIRST_DOM, LAST_DOM,
/freebsd-9.3-release/sys/xen/
H A Dgnttab.h139 map->dom = domid;
/freebsd-9.3-release/usr.bin/ypwhich/
H A Dypwhich.c91 bind_host(char *dom, struct sockaddr_in *lsin) argument
112 (xdrproc_t)xdr_domainname, &dom,
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dyp_ping.c215 __yp_ping(struct in_addr *restricted_addrs, int cnt, char *dom, short *port) argument
227 char *foo = dom;
H A Dypbind.c585 tell_parent(char *dom, struct sockaddr_in *addr) argument
817 rpc_received(char *dom, struct sockaddr_in *raddrp, int force) argument
826 ntohs(raddrp->sin_port), dom);*/
828 if (dom == NULL)
832 if (strcmp(ypdb->dom_domain, dom) == 0)
851 dom);
892 strncpy(ypdb->dom_domain, dom, sizeof ypdb->dom_domain);
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.h252 uset dom; member in struct:block
H A Doptimize.c248 root->dom[i] = 0;
253 SET_INSERT(b->dom, b->id);
256 SET_INTERSECT(JT(b)->dom, b->dom, nodewords);
257 SET_INTERSECT(JF(b)->dom, b->dom, nodewords);
1407 if (!SET_MEMBER((*diffp)->dom, b->id))
1424 if (!SET_MEMBER((*samep)->dom, b->id))
1498 if (!SET_MEMBER((*diffp)->dom, b->id))
1515 if (!SET_MEMBER((*samep)->dom,
[all...]
/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dmake_graphs.py6 from xml.dom import minidom

Completed in 298 milliseconds

12