Searched refs:dom (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c213 __yp_ping(struct in_addr *restricted_addrs, int cnt, char *dom, short *port) argument
225 char *foo = dom;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h242 u32 dom; member in struct:ft_remote_seq_rx
258 u32 dom; /* non zero if initialized */ member in struct:ft_remote_seq_tx
H A Dwpa_auth_ft.c1043 if (le_to_host32(msg_both->dom) != rkh_seq->rx.dom) {
1141 if (!rkh_seq->tx.dom) {
1148 if (random_get_bytes((u8 *) &rkh_seq->tx.dom,
1149 sizeof(rkh_seq->tx.dom))) {
1152 rkh_seq->tx.dom = now.usec;
1154 rkh_seq->tx.dom |= 1;
1157 f_seq->dom = host_to_le32(rkh_seq->tx.dom);
4290 msg_dom = le_to_host32(msg_both->dom);
[all...]
H A Dwpa_auth.h98 le32 dom; member in struct:ft_rrb_seq
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dmake_graphs.py6 from xml.dom import minidom
H A Dmake_graph.py11 from xml.dom import minidom
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A Dssh-host-config317 dom="${accnt_name%%\\*}"
319 if [ "${dom}" = '.' ]
326 run_service_as=$(/usr/bin/mkpasswd -d "${dom}" -u "${accnt_name}" |
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3059 struct search_domain *next, *dom; local
3060 for (dom = state->head; dom; dom = next) {
3061 next = dom->next;
3062 mm_free(dom);
3181 struct search_domain *dom; local
3183 for (dom = state->head; dom; dom
4030 struct search_domain *dom, *dom_next; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsched-rgn.c225 /* Dominators array: dom[i] contains the sbitmap of dominators of
227 static sbitmap *dom;
234 ( TEST_BIT (dom[bb_src], bb_trg) )
1294 SET_BIT (dom[bb], 0);
1301 /* Initialize dom[bb] to '111..1'. */
1302 sbitmap_ones (dom[bb]);
1314 sbitmap_a_and_b (dom[bb], dom[bb], dom[pred_bb]);
1328 SET_BIT (dom[b
226 static sbitmap *dom; variable
[all...]
H A Dtree-ssa-pre.c2655 basic_block dom; local
2656 dom = get_immediate_dominator (CDI_DOMINATORS, block);
2657 if (dom)
2661 bitmap_set_t newset = NEW_SETS (dom);
2698 if (bitmap_set_contains_value (AVAIL_OUT (dom), val))
3003 insert_extra_phis (basic_block block, basic_block dom) argument
3028 if (dom)
3029 bitmap_set_and_compl (tempset, AVAIL_OUT (dom));
3379 AVAIL_IN[BLOCK] = AVAIL_OUT[dom(BLOCK)].
3432 basic_block dom; local
[all...]
H A Dbasic-block.h230 struct et_node * GTY ((skip (""))) dom[2];
/freebsd-11-stable/contrib/libpcap/
H A Doptimize.c417 root->dom[i] = 0;
422 SET_INSERT(b->dom, b->id);
425 SET_INTERSECT(JT(b)->dom, b->dom, opt_state->nodewords);
426 SET_INTERSECT(JF(b)->dom, b->dom, opt_state->nodewords);
1628 if (!SET_MEMBER((*diffp)->dom, b->id))
1645 if (!SET_MEMBER((*samep)->dom, b->id))
1719 if (!SET_MEMBER((*diffp)->dom, b->id))
1736 if (!SET_MEMBER((*samep)->dom,
[all...]
H A Dgencode.h257 uset dom; member in struct:block
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.h176 bitstr_t bit_decl(dom, DOM_COUNT);
/freebsd-11-stable/sys/vm/
H A Dvm_page.c3878 int dom; local
3881 for (dom = 0; dom < vm_ndomains; dom++) {
3883 "dom %d page_cnt %d free %d pq_act %d pq_inact %d pq_laund %d\n",
3884 dom,
3885 vm_dom[dom].vmd_page_count,
3886 vm_dom[dom].vmd_free_count,
3887 vm_dom[dom].vmd_pagequeues[PQ_ACTIVE].pq_cnt,
3888 vm_dom[dom]
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dtimed.c751 char *mach, *usr, *dom; local
794 while (getnetgrent(&mach,&usr,&dom)) {
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h361 int socreate(int dom, struct socket **aso, int type, int proto,
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c1442 struct domain dom; local
1471 if (!kvm_read_all(kd, (unsigned long)proto.pr_domain, &dom,
1477 if ((len = kvm_read(kd, (unsigned long)dom.dom_name, sock->dname,
1479 warnx("can't read domain name at %p", (void *)dom.dom_name);
1490 sock->dom_family = dom.dom_family;
1496 switch(dom.dom_family) {
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile29 tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o \
/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c463 query.dom = DOMID_SELF;
/freebsd-11-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c294 add.foreign_domid = mmap->dom;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c1094 ksid_lookupdomain(const char *dom) argument
1099 kd->kd_name = spa_strdup(dom);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6692 uint16_t dom = (MI.getDesc().TSFlags >> X86II::SSEDomainShift) & 3; local
6693 assert(dom && "Not an SSE instruction");
6704 const uint16_t *table = lookup(Opcode, dom, ReplaceableBlendInstrs);
6706 table = lookup(Opcode, dom, ReplaceableBlendAVX2Instrs);
6716 table = lookup(Opcode, dom, ReplaceableBlendAVX2Instrs);
6781 const uint16_t *table = lookupAVX512(MI.getOpcode(), dom,
6786 if (Domain == 3 && (dom == 1 || table[3] == MI.getOpcode()))
6794 if (Domain != dom && Domain != 3 &&
6864 uint16_t dom = (MI.getDesc().TSFlags >> X86II::SSEDomainShift) & 3; local
6865 assert(dom
[all...]
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c1709 map->dom = xbb->otherend_id;
1750 "0x%x ref 0x%x, dom %d\n", seg_idx,
1752 map->dom);
2902 gnt->dom = xbb->otherend_id;
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c475 socreate(int dom, struct socket **aso, int type, int proto, argument
483 prp = pffindproto(dom, proto, type);
485 prp = pffindtype(dom, type);
489 if (pffinddomain(dom) == NULL)

Completed in 403 milliseconds

123