| /freebsd-9-stable/sys/fs/msdosfs/ |
| D | msdosfs_fileno.c | 107 uint32_t mapped; local 120 mapped = mf->mf_fileno32; 122 return (mapped); 131 mapped = tmf->mf_fileno32; 134 return (mapped); 137 mapped = mf->mf_fileno32 = pmp->pm_nfileno++; 140 return (mapped);
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | dns64.c | 41 dns_acl_t * mapped; /* member 59 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, in dns_dns64_create() argument 93 new->mapped = NULL; in dns_dns64_create() 94 if (mapped != NULL) in dns_dns64_create() 95 dns_acl_attach(mapped, &new->mapped); in dns_dns64_create() 121 if (dns64->mapped != NULL) in dns_dns64_destroy() 122 dns_acl_detach(&dns64->mapped); in dns_dns64_destroy() 154 if (dns64->mapped != NULL) { in dns_dns64_aaaafroma() 160 result = dns_acl_match(&netaddr, NULL, dns64->mapped, env, in dns_dns64_aaaafroma()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | bfdwin.c | 86 if (i->mapped) in bfd_free_window() 142 && (i->data == 0 || i->mapped == 1) in bfd_get_file_window() 201 i->mapped = 1; in bfd_get_file_window() 208 (unsigned long) i->data, (int) i->mapped); in bfd_get_file_window() 241 i->mapped = 0; in bfd_get_file_window()
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_physio.c | 41 int error, i, mapped; in physio() local 97 mapped = 0; in physio() 99 mapped = 1; in physio() 100 if (vmapbuf(bp, mapped) < 0) { in physio()
|
| /freebsd-9-stable/contrib/groff/src/utils/afmtodit/ |
| D | afmtodit.pl | 6268 my %mapped; 6278 if (defined $mapped{$map{$ch, $j}}) { 6279 warn "both $mapped{$map{$ch, $j}} and $ch " . 6283 $mapped{$map{$ch, $j}} = $ch; 6385 if (defined $mapped{$u}) { 6386 warn "both $mapped{$u} and $ch map to $u"; 6389 $mapped{$u} = $ch;
|
| /freebsd-9-stable/contrib/bind9/doc/misc/ |
| D | ipv6 | 31 received on these systems, it is mapped into an ipv6 address. For 32 example, 1.2.3.4 would be mapped into ::ffff:1.2.3.4. The intent of 40 they were rewritten to handle the ipv6 mapped addresses as well. 44 mapped address usage. 85 listen-on in regards to ipv4 sockets, but it will use mapped ipv6
|
| /freebsd-9-stable/sys/dev/pci/ |
| D | pcib_if.m | 93 # Allocate 'count' MSI messsages mapped onto 'count' IRQs. 'irq' points 108 # Release 'count' MSI messages mapped onto 'count' IRQs stored in the 119 # Allocate a single MSI-X message mapped onto '*irq'. 128 # Release a single MSI-X message mapped onto 'irq'.
|
| /freebsd-9-stable/contrib/ncurses/include/ |
| D | Caps.osf1r5 | 502 key_smap_in1 kmpf1 str Kv - - ----K special mapped key 1 input 503 key_smap_out1 kmpt1 str KV - - ----K special mapped key 1 output 504 key_smap_in2 kmpf2 str Kw - - ----K special mapped key 2 input 505 key_smap_out2 kmpt2 str KW - - ----K special mapped key 2 output 506 key_smap_in3 kmpf3 str Kx - - ----K special mapped key 3 input 507 key_smap_out3 kmpt3 str KX - - ----K special mapped key 3 output 508 key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input 509 key_smap_out4 kmpt4 str KY - - ----K special mapped key 4 output 510 key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input 511 key_smap_out5 kmpt5 str KZ - - ----K special mapped key 5 output [all …]
|
| /freebsd-9-stable/contrib/ncurses/progs/ |
| D | tic.c | 826 char mapped[256]; in check_acs() local 831 memset(mapped, 0, sizeof(mapped)); in check_acs() 837 mapped[UChar(p[0])] = p[1]; in check_acs() 840 if (mapped[UChar('I')] && !mapped[UChar('i')]) { in check_acs() 845 if (!mapped[UChar(p[0])]) { in check_acs()
|
| D | dump_entry.c | 1235 char mapped[256]; in repair_acsc() local 1252 memset(mapped, 0, sizeof(mapped)); in repair_acsc() 1256 mapped[source] = (char) target; in repair_acsc() 1262 for (n = m = 0; n < sizeof(mapped); n++) { in repair_acsc() 1263 if (mapped[n]) { in repair_acsc() 1265 acs_chars[m++] = mapped[n]; in repair_acsc()
|
| /freebsd-9-stable/sys/arm/at91/ |
| D | at91_mci.c | 87 int mapped; member 469 sc->mapped++; in at91_mci_start_cmd() 585 sc->mapped--; in at91_mci_read_done() 607 sc->mapped--; in at91_mci_xmit_done() 636 if (sc->mapped && cmd->error) { in at91_mci_intr() 638 sc->mapped--; in at91_mci_intr()
|
| /freebsd-9-stable/libexec/rtld-elf/ia64/ |
| D | reloc.c | 102 alloc_fptrs(Obj_Entry *obj, bool mapped) in alloc_fptrs() argument 113 if (mapped) { in alloc_fptrs() 132 free_fptrs(Obj_Entry *obj, bool mapped) in free_fptrs() argument 142 if (mapped) in free_fptrs()
|
| /freebsd-9-stable/contrib/nvi/vi/ |
| D | vi.c | 73 int comcount, mapped, rval; local 122 mapped = 1; 126 mapped = 0; 155 switch (v_cmd(sp, DOT, vp, NULL, &comcount, &mapped)) { 209 v_motion(sp, DOTMOTION, vp, &mapped)) { 284 if (F_ISSET(vp, V_DOT) && !mapped) {
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | dyadic | 36 >>>1 byte 0x08 mapped file 32-bit 38 >>>1 byte 0x0a mapped file 64-bit
|
| /freebsd-9-stable/usr.bin/tset/ |
| D | extern.h | 40 const char *mapped(const char *);
|
| /freebsd-9-stable/sys/dev/sound/pci/ |
| D | aureal.c | 557 int i, j, mapped = 0; in au_pci_attach() local 594 mapped++; in au_pci_attach() 597 if (bootverbose) printf("%s\n", mapped? "ok" : "failed"); in au_pci_attach() 599 if (mapped) j++; in au_pci_attach()
|
| D | fm801.c | 579 int mapped = 0; in fm801_pci_attach() local 587 for (i = 0; (mapped == 0) && (i < PCI_MAXMAPS_0); i++) { in fm801_pci_attach() 604 mapped++; in fm801_pci_attach() 608 if (mapped == 0) { in fm801_pci_attach()
|
| /freebsd-9-stable/sys/powerpc/booke/ |
| D | pmap.c | 2985 vm_size_t mapped, pgsz, base, mask; in tlb1_mapin_region() local 2991 mapped = 0; in tlb1_mapin_region() 2995 while (mapped < size) { in tlb1_mapin_region() 2996 while (mapped < size && idx < KERNEL_REGION_MAX_TLB_ENTRIES) { in tlb1_mapin_region() 2997 while (pgsz > (size - mapped)) in tlb1_mapin_region() 3000 mapped += pgsz; in tlb1_mapin_region() 3004 if (mapped < size) { in tlb1_mapin_region() 3007 mapped -= pgsz; in tlb1_mapin_region() 3012 mapped += pgsz; in tlb1_mapin_region() 3032 mapped = (va - base); in tlb1_mapin_region() [all …]
|
| /freebsd-9-stable/share/i18n/csmapper/APPLE/ |
| D | SYMBOL%UCS.src | 125 # not, so these are mapped using corporate-zone Unicode characters 131 # sans-serif forms) are also mapped using corporate-zone Unicode 176 # is mapped to 0x00AE (REGISTERED SIGN) + 0xF87F (a variant tag). 205 # single corporate-use characters (e.g. 0xBE was mapped to 0xF8E7) or 207 # hint (e.g. 0xE6 was mapped to 0x0028+0xF870).
|
| D | UCS%GUJARATI.src | 70 # Mac OS Gujarati code points that must be mapped in a special way. 153 # pair should be mapped using the first section of the mapping 154 # table below. Otherwise, each byte should be mapped using the 177 # instead mapped INV to LEFT-TO-RIGHT MARK, which avoids these
|
| D | GUJARATI%UCS.src | 70 # Mac OS Gujarati code points that must be mapped in a special way. 153 # pair should be mapped using the first section of the mapping 154 # table below. Otherwise, each byte should be mapped using the 177 # instead mapped INV to LEFT-TO-RIGHT MARK, which avoids these
|
| D | GURMUKHI%UCS.src | 72 # Mac OS Gurmukhi code points that must be mapped in a special way. 145 # should be mapped using the first section of the mapping table 146 # below. Otherwise, each byte should be mapped using the second 169 # instead mapped INV to LEFT-TO-RIGHT MARK, which avoids these 210 # We could also have used a variant tag such as 0xF87F and mapped it
|
| D | UCS%GURMUKHI.src | 72 # Mac OS Gurmukhi code points that must be mapped in a special way. 145 # should be mapped using the first section of the mapping table 146 # below. Otherwise, each byte should be mapped using the second 169 # instead mapped INV to LEFT-TO-RIGHT MARK, which avoids these 210 # We could also have used a variant tag such as 0xF87F and mapped it
|
| D | UCS%SYMBOL.src | 125 # not, so these are mapped using corporate-zone Unicode characters 131 # sans-serif forms) are also mapped using corporate-zone Unicode 176 # is mapped to 0x00AE (REGISTERED SIGN) + 0xF87F (a variant tag). 205 # single corporate-use characters (e.g. 0xBE was mapped to 0xF8E7) or 207 # hint (e.g. 0xE6 was mapped to 0x0028+0xF870).
|
| /freebsd-9-stable/contrib/bind9/lib/dns/include/dns/ |
| D | dns64.h | 50 dns_acl_t *client, dns_acl_t *mapped, dns_acl_t *excluded,
|