Searched refs:map (Results 26 - 50 of 174) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/libc/inet/
H A DMakefile.inc11 SYM_MAPS+= ${LIBC_SRCTOP}/inet/Symbol.map
/barrelfish-2018-10-04/lib/libc/regex/
H A DMakefile.inc11 SYM_MAPS+=${LIBC_SRCTOP}/regex/Symbol.map
/barrelfish-2018-10-04/lib/msun/arm/
H A DMakefile.inc4 SYM_MAPS += ${.CURDIR}/arm/Symbol.map
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c100 switch (swab32(readl(dev->catas_err.map)) >> 24) {
121 i, swab32(readl(dev->catas_err.map + i)));
138 if (readl(dev->catas_err.map + i)) {
152 dev->catas_err.map = NULL;
158 dev->catas_err.map = ioremap(addr, dev->catas_err.size * 4);
159 if (!dev->catas_err.map) {
160 mthca_warn(dev, "couldn't map catastrophic error region "
176 if (dev->catas_err.map)
177 iounmap(dev->catas_err.map);
/barrelfish-2018-10-04/lib/libc/locale/
H A Drunefile.h41 int32_t map; member in struct:__anon1009
/barrelfish-2018-10-04/include/vm/
H A Dvm_kern.c153 * Allocates a region from the kernel address map and physical pages
207 * Allocates a region from the kernel address map and physically
267 * Allocates a map to manage a subrange
273 * min, max Returned endpoints of map
424 * Allocates pageable memory from a sub-map of the kernel. If the submap
430 kmap_alloc_wait(map, size)
431 vm_map_t map;
442 * To make this work for more than one map, use the map's lock
445 vm_map_lock(map);
[all...]
H A Dmemguard.h49 #define memguard_init(map) do { } while (0)
/barrelfish-2018-10-04/lib/libc/net/
H A Dgethostbynis.c52 _gethostbynis(const char *name, char *map, int af, struct hostent *he, argument
82 if (yp_match(hed->yp_domain, map, name, strlen(name), &result,
167 char *map; local
171 map = "hosts.byname";
174 map = "ipnodes.byname";
177 return (_gethostbynis(name, map, af, he, hed));
184 char *map; local
189 map = "hosts.byaddr";
192 map = "ipnodes.byaddr";
197 return (_gethostbynis(numaddr, map, a
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DScenarioIterator.java44 * Unification map, holding the mappings between scenario SymRefs and
47 private Map map; field in class:ScenarioIterator
56 this.map = new HashMap();
83 if (event.unifies(peeked, map)) {
H A DVisEvent.java70 public boolean unifies(VisEvent e2, Map map) { argument
/barrelfish-2018-10-04/kernel/include/arch/k1om/kernel_boot_param/
H A De820.h23 #define E820MAP 0x2d0 /* our map */
31 * internal memory map tables to have room for these additional
37 * of three memory map entries per node is "enough" entries for
39 * use of additional EFI map entries. Future platforms may want
77 struct e820entry map[E820_X_MAX]; member in struct:e820map
/barrelfish-2018-10-04/lib/libc/resolv/
H A DMakefile.inc10 SYM_MAPS+= ${LIBC_SRCTOP}/resolv/Symbol.map
/barrelfish-2018-10-04/lib/libc/yp/
H A DMakefile.inc10 SYM_MAPS+= ${LIBC_SRCTOP}/yp/Symbol.map
/barrelfish-2018-10-04/lib/msun/amd64/
H A DMakefile.inc11 SYM_MAPS += ${.CURDIR}/amd64/Symbol.map
/barrelfish-2018-10-04/lib/nfs/
H A Dportmap.x16 mapping map;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dcm.c382 struct id_map_entry *map, *tmp_map; local
386 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) {
387 if (slave < 0 || slave == map->slave_id) {
388 if (map->scheduled_delete)
389 need_flush &= !!cancel_delayed_work(&map->timeout);
421 list_for_each_entry_safe(map, tmp_map, &lh, list) {
422 rb_erase(&map->node, sl_id_map);
423 idr_remove(&sriov->pv_id_table, (int) map->pv_cm_id);
427 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) {
428 if (slave == map
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A DMakefile.in80 $(RM) map?
88 $(RM) example map?
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_cache.c65 * The first element is referenced by the index stored in the map.
86 size_t *map; member in struct:fs_cache
167 // no prev must be first entry for hash, so must be in map
169 assert(cache->map[hash] == entry_index);
170 cache->map[hash] = entry->next;
317 size_t entry_index = cache->map[hash];
351 size_t entry_index = cache->map[hash];
355 // the map entry is free, just get a new entry
359 cache->map[hash] = entry_index;
418 size_t entry_index = cache->map[has
[all...]
/barrelfish-2018-10-04/lib/libc/arm/aeabi/
H A DMakefile.inc31 SYM_MAPS+=${LIBC_SRCTOP}/arm/aeabi/Symbol.map
/barrelfish-2018-10-04/lib/libc/compat-43/
H A DMakefile.inc10 SYM_MAPS+=${LIBC_SRCTOP}/compat-43/Symbol.map
/barrelfish-2018-10-04/lib/libc/gdtoa/
H A DMakefile.inc11 SYM_MAPS+=${LIBC_SRCTOP}/gdtoa/Symbol.map
/barrelfish-2018-10-04/lib/libc/iconv/
H A DMakefile.inc22 SYM_MAPS+= ${LIBC_SRCTOP}/iconv/Symbol.map
/barrelfish-2018-10-04/lib/libc/stdtime/
H A DMakefile.inc10 SYM_MAPS+= ${LIBC_SRCTOP}/stdtime/Symbol.map
/barrelfish-2018-10-04/lib/libc/uuid/
H A DMakefile.inc10 SYM_MAPS+= ${LIBC_SRCTOP}/uuid/Symbol.map
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Dmysql.c220 if (!(template->map = (map_t *) malloc(arity * sizeof(map_t))))
225 memset(template->map, 0, arity * sizeof(map_t));
232 template->map[i].prolog_tag = argtag;
236 template->map[i].ext_type = MYSQL_TYPE_VAR_STRING;
240 template->map[i].size = RoundupSize(size);
244 template->map[i].size = DEFAULT_BUFFER_SIZE;
249 template->map[i].ext_type = MYSQL_TYPE_VAR_STRING;
253 template->map[i].size = RoundupSize(size);
257 template->map[i].size = DEFAULT_BUFFER_SIZE;
263 template->map[
[all...]

Completed in 311 milliseconds

1234567