HomeSort by: relevance | last modified time | path
    Searched refs:mapped (Results 1 - 25 of 163) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.bin/tset/
extern.h 40 const char *mapped(const char *);
  /src/external/mpl/bind/dist/bin/tests/system/dns64/ns2/
named.conf.j2 32 mapped { !rfc1918; any; };
39 mapped { !192.228.79.201; !rfc1918; any; };
46 mapped { !rfc1918; any; };
  /src/sys/arch/newsmips/apbus/
apbus_subr.c 51 static bool mapped = false; local
56 if (!mapped) {
62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa,
64 if (!mapped) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
base_structs.h 54 size_t mapped; member in struct:base_s
base_externs.h 16 size_t *resident, size_t *mapped, size_t *n_thp);
base.h 78 size_t mapped; member in struct:base_s
104 size_t *resident, size_t *mapped, size_t *n_thp);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
base_structs.h 54 size_t mapped; member in struct:base_s
base_externs.h 16 size_t *resident, size_t *mapped, size_t *n_thp);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
base_structs.h 54 size_t mapped; member in struct:base_s
base_externs.h 16 size_t *resident, size_t *mapped, size_t *n_thp);
  /src/external/mpl/bind/dist/bin/tests/system/dns64/ns1/
named2.conf.j2 38 mapped { !rfc1918; any; };
44 mapped { !rfc1918; any; };
named.conf.j2 38 mapped { !rfc1918; any; };
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_memory.c 113 dev->pci_map_data[i].mapped++;
115 /* If we've already mapped this resource in, handle
118 if (dev->pci_map_data[i].mapped > 1)
147 dev->pci_map_data[i].mapped--;
148 #if NAGP_I810 > 0 /* XXX horrible kludge: agp might have mapped it */
188 if (dev->agp_map_data[i].mapped > 0 &&
194 dev->agp_map_data[i].mapped++;
198 if (dev->agp_map_data[i].mapped == 0) {
202 dev->agp_map_data[i].mapped++;
217 dev->agp_map_data[i].mapped--
    [all...]
  /src/usr.sbin/ldpd/
conffile.c 53 char *mapped, *nextline; variable
129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0))
137 nextline = mapped;
156 munmap(mapped, mapsize);
160 munmap(mapped, mapsize);
170 if (nextline < mapped || (size_t)(nextline - mapped) >= mapsize)
173 for (p = nextline; *p != '\n' && (size_t)(p - mapped) < mapsize; p++);
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/
named8.conf.j2 39 mapped { any; };
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dns64.c 36 * Which clients get mapped
39 dns_acl_t *mapped; /* member in struct:dns_dns64
40 * IPv4 addresses to be mapped.
47 * Start of mapped address.
57 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
91 dns64->mapped = NULL;
92 if (mapped != NULL) {
93 dns_acl_attach(mapped, &dns64->mapped);
122 if (dns64->mapped != NULL)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
symtab.h 56 mapped:1, /* This symbol was mapped to another name. */ member in struct:sym
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
base.h 78 size_t mapped; member in struct:base_s
104 size_t *resident, size_t *mapped, size_t *n_thp);
  /src/external/mpl/bind/dist/bin/tests/system/dns64/conf/
bad9.conf 16 mapped { bogusacl; };
good1.conf 19 mapped { !rfc1918; any; };
good2.conf 18 mapped { !rfc1918; any; };
good4.conf 19 mapped { !rfc1918; any; };
  /src/external/mpl/bind/dist/bin/tests/system/dns64/ns3/
named.conf.j2 38 mapped { 10.53.0.4; !rfc1918; any; };
  /src/external/mpl/bind/dist/bin/tests/system/filters/ns5/
named.conf.j2 28 mapped { any; };
  /src/external/bsd/jemalloc/dist/test/unit/
base.c 31 size_t allocated0, allocated1, resident, mapped, n_thp; local
39 base_stats_get(tsdn, base, &allocated0, &resident, &mapped,
53 base_stats_get(tsdn, base, &allocated1, &resident, &mapped,
66 size_t allocated0, allocated1, resident, mapped, n_thp; local
82 base_stats_get(tsdn, base, &allocated0, &resident, &mapped,
96 base_stats_get(tsdn, base, &allocated1, &resident, &mapped,

Completed in 30 milliseconds

1 2 3 4 5 6 7