| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dns64.c | 39 dns_acl_t *mapped; /* member 57 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, in dns_dns64_create() argument 91 dns64->mapped = NULL; in dns_dns64_create() 92 if (mapped != NULL) { in dns_dns64_create() 93 dns_acl_attach(mapped, &dns64->mapped); in dns_dns64_create() 122 if (dns64->mapped != NULL) { in dns_dns64_destroy() 123 dns_acl_detach(&dns64->mapped); in dns_dns64_destroy() 162 if (dns64->mapped != NULL) { in dns_dns64_aaaafroma() 168 result = dns_acl_match(&netaddr, NULL, dns64->mapped, env, in dns_dns64_aaaafroma()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/dns64/ns1/ |
| H A D | example.db | 33 a-not-mapped A 10.0.0.2 34 a-and-mapped AAAA ::ffff:1.2.3.4 36 a-and-aaaa-and-mapped AAAA 2001:eeee::4 37 a-and-aaaa-and-mapped AAAA ::ffff:1.2.3.4 38 a-and-aaaa-and-mapped A 1.2.3.5 49 cname-a-not-mapped CNAME a-not-mapped
|
| /netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
| H A D | drm_memory.c | 113 dev->pci_map_data[i].mapped++; in drm_netbsd_ioremap() 118 if (dev->pci_map_data[i].mapped > 1) in drm_netbsd_ioremap() 147 dev->pci_map_data[i].mapped--; in drm_netbsd_ioremap() 188 if (dev->agp_map_data[i].mapped > 0 && in drm_netbsd_ioremap() 194 dev->agp_map_data[i].mapped++; in drm_netbsd_ioremap() 198 if (dev->agp_map_data[i].mapped == 0) { in drm_netbsd_ioremap() 202 dev->agp_map_data[i].mapped++; in drm_netbsd_ioremap() 217 dev->agp_map_data[i].mapped--; in drm_netbsd_ioremap() 266 if (map->fullmap->mapped > 0) { in drm_ioremapfree() 267 map->fullmap->mapped--; in drm_ioremapfree() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dns64.c | 36 * Which clients get mapped 39 dns_acl_t *mapped; /* member 40 * IPv4 addresses to be mapped. 47 * Start of mapped address. 57 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, in dns_dns64_create() argument 91 dns64->mapped = NULL; in dns_dns64_create() 92 if (mapped != NULL) { in dns_dns64_create() 93 dns_acl_attach(mapped, &dns64->mapped); in dns_dns64_create() 122 if (dns64->mapped ! in dns_dns64_destroy() [all...] |
| /netbsd-src/usr.sbin/ldpd/ |
| H A D | conffile.c | 53 char *mapped, *nextline; variable 129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0)) in conf_parsefile() 137 nextline = mapped; in conf_parsefile() 156 munmap(mapped, mapsize); in conf_parsefile() 160 munmap(mapped, mapsize); in conf_parsefile() 170 if (nextline < mapped || (size_t)(nextline - mapped) >= mapsize) in conf_getlinelimit() 173 for (p = nextline; *p != '\n' && (size_t)(p - mapped) < mapsize; p++); in conf_getlinelimit()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/xfer/ |
| H A D | knowngood.mapped | 2 ; <<>> DiG 9.10.2-P3 <<>> -p 5300 axfr mapped @10.53.0.3 4 mapped. 3600 IN SOA . . 0 0 0 2147483647 0 20 mapped. 3600 IN NS . 21 mapped. 3600 IN SOA . . 0 0 0 2147483647 0
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | init.c | 167 struct berval mapped; in meta_target_finish() local 221 BER_BVZERO( &mapped ); in meta_target_finish() 223 &slap_schema.si_ad_entryDN->ad_cname, &mapped, in meta_target_finish() 225 if ( BER_BVISNULL( &mapped ) || mapped.bv_val[0] == '\0' ) { in meta_target_finish() 229 BER_BVZERO( &mapped ); in meta_target_finish() 231 &slap_schema.si_ad_subschemaSubentry->ad_cname, &mapped, in meta_target_finish() 233 if ( BER_BVISNULL( &mapped ) || mapped.bv_val[0] == '\0' ) { in meta_target_finish()
|
| H A D | add.c | 50 struct berval mdn = BER_BVNULL, mapped; in meta_back_add() local 103 mapped = a->a_desc->ad_cname; in meta_back_add() 107 &a->a_desc->ad_cname, &mapped, BACKLDAP_MAP ); in meta_back_add() 108 if ( BER_BVISNULL( &mapped ) || BER_BVISEMPTY( &mapped ) ) { in meta_back_add() 118 attrs[ i ]->mod_type = mapped.bv_val; in meta_back_add()
|
| H A D | modify.c | 52 struct berval mapped; in meta_back_modify() local 109 mapped = ml->sml_desc->ad_cname; in meta_back_modify() 113 &ml->sml_desc->ad_cname, &mapped, in meta_back_modify() 115 if ( BER_BVISNULL( &mapped ) || BER_BVISEMPTY( &mapped ) ) { in meta_back_modify() 122 mods[ i ].mod_type = mapped.bv_val; in meta_back_modify()
|
| H A D | map.c | 187 struct berval mapped; in ldap_back_map_attrs() local 217 ldap_back_map( at_map, &an[i].an_name, &mapped, remap ); in ldap_back_map_attrs() 218 if ( !BER_BVISNULL( &mapped ) && !BER_BVISEMPTY( &mapped ) ) { in ldap_back_map_attrs() 219 na[j++] = mapped.bv_val; in ldap_back_map_attrs() 232 ldap_back_map( at_map, &op->o_bd->be_extra_anlist[x].an_name, &mapped, remap ); in ldap_back_map_attrs() 233 if ( !BER_BVISNULL( &mapped ) && !BER_BVISEMPTY( &mapped ) ) { in ldap_back_map_attrs() 234 na[j++] = mapped.bv_val; in ldap_back_map_attrs()
|
| /netbsd-src/sys/arch/newsmips/apbus/ |
| H A D | apbus_subr.c | 51 static bool mapped = false; in apbus_map_romwork() local 56 if (!mapped) { in apbus_map_romwork() 62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa, in apbus_map_romwork() 64 if (!mapped) { in apbus_map_romwork()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/ |
| H A D | os.d | 171 bool isLowOnMem(size_t mapped) nothrow @nogc in version() 187 bool isLowOnMem(size_t mapped) nothrow @nogc in version() 196 return mapped > limit; in version() 202 bool isLowOnMem(size_t mapped) nothrow @nogc in isLowOnMem() argument 211 return mapped > limit; in isLowOnMem()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | puc.c | 80 int mapped; member 186 sc->sc_bar_mappings[i].mapped = 0; in puc_attach() 205 sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa, in puc_attach() 210 if (sc->sc_bar_mappings[i].mapped) in puc_attach() 242 if (!sc->sc_bar_mappings[1].mapped) { in puc_attach() 269 sc->sc_bar_mappings[barindex].mapped = 1; in puc_attach() 276 if (!sc->sc_bar_mappings[barindex].mapped) { in puc_attach()
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/afmtodit/ |
| H A 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;
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | bfdwin.c | 84 if (i->mapped) in bfd_free_window() 139 && (i->data == NULL || i->mapped == 1) in bfd_get_file_window() 199 i->mapped = 1; in bfd_get_file_window() 208 (unsigned long) i->data, (int) i->mapped); in bfd_get_file_window() 244 i->mapped = 0; in bfd_get_file_window()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | bfdwin.c | 127 if (i->mapped) in bfd_free_window() 193 && (i->data == NULL || i->mapped == 1) in bfd_get_file_window() 253 i->mapped = 1; in bfd_get_file_window() 262 (unsigned long) i->data, (int) i->mapped); in bfd_get_file_window() 298 i->mapped = 0; in bfd_get_file_window()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/ |
| H A D | os.d | 218 bool isLowOnMem(size_t mapped) nothrow @nogc in isLowOnMem() argument 234 return (stat.dwMemoryLoad >= 95 && mapped > percentPhysicalRAM) in isLowOnMem() 235 || (stat.dwMemoryLoad >= 90 && mapped > 10 * percentPhysicalRAM); in isLowOnMem() 246 return mapped > limit; in isLowOnMem() 252 return mapped > limit; in isLowOnMem()
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | lcl_ho.c | 124 static const u_char mapped[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0xff,0xff }; variable 265 (!memcmp(uaddr, mapped, sizeof mapped) || in ho_byaddr() 268 addr = (const u_char *)addr + sizeof mapped; in ho_byaddr() 269 uaddr += sizeof mapped; in ho_byaddr() 304 (!memcmp(taddr, mapped, sizeof mapped) || in ho_byaddr() 307 taddr += sizeof mapped; in ho_byaddr()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | README.ncr5380sbc | 28 the driver will compile in "legacy" memory-mapped mode. 35 NCS-250 (Chinon) 53C80, port-mapped, polled-mode 38 Sumo SCSI-AT 53C80, port-mapped, interrupt driven 43 Trantor T-160 53C400, port-mapped, interrupt driven 47 DTC 3150V 53C400, memory-mapped, interrupt driven 64 The first is for a port-mapped controller at 0x360, IRQ 15. The second line 65 is for a memory-mapped controller (Trantor T128 or equivalent) at 142 The problem is this: In most adapters, the eight 53C80 registers are mapped 144 PAS-16, however, the registers are mapped to two sets of ports- four
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/redirect/ns3/ |
| H A D | example.db | 33 a-not-mapped A 10.0.0.2 44 cname-a-not-mapped CNAME a-not-mapped
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/redirect/ns1/ |
| H A D | example.db | 33 a-not-mapped A 10.0.0.2 44 cname-a-not-mapped CNAME a-not-mapped
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
| H A D | nouveau_nvkm_engine_fifo_chan.c | 287 if (likely(chan->mapped)) in nvkm_fifo_chan_ensure_mapped() 295 chan->mapped = true; in nvkm_fifo_chan_ensure_mapped() 297 out: KASSERT(chan->mapped); in nvkm_fifo_chan_ensure_mapped() 384 if (!chan->subregion && chan->mapped) { in nvkm_fifo_chan_dtor() 386 chan->mapped = false; in nvkm_fifo_chan_dtor() 518 chan->mapped = true; in nvkm_fifo_chan_ctor() 523 chan->mapped = false; in nvkm_fifo_chan_ctor()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/ |
| H A D | stdheader.cc | 235 if (auto mapped = map_header(header); !mapped.empty()) in map_header_or_complain() local 236 return std::string(mapped); in map_header_or_complain()
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | README | 9 mapped into the kernel's virtual address space 10 obmem - Devices on the motherboard that are mapped into main memory
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/xfer/ns2/ |
| H A D | mapped.db.in | 12 mapped. 3600 IN SOA . . 0 0 0 2147483647 0 28 mapped. 3600 IN NS .
|