Searched refs:map (Results 76 - 100 of 174) sorted by relevance

1234567

/barrelfish-2018-10-04/usr/bench/largepage/
H A Dlargepage_64_bench.c181 printf("\nstart 4k map with pmap\n");
200 printf(" map\n");
201 err = pmap->f.map(pmap, address, frame, 0, bytes, PMAP_DEFAULT_ACCESS, NULL, &bytes);
219 printf("start 2m map with pmap\n");
239 printf("map\n");
240 err = pmap->f.map(pmap, address, frame, 0, bytes, PMAP_DEFAULT_ACCESS | 0x0100, NULL, &bytes);
265 err = pmap->f.map(pmap, SAFE_PMAP_ADDR, frame, 0, bytes, PMAP_DEFAULT_ACCESS, NULL, &bytes);
284 printf("map\n");
285 err = pmap->f.map(pmap, SAFE_PMAP_ADDR_L, frame, 0, bytes, PMAP_DEFAULT_ACCESS | 0x0100, NULL, &bytes);
/barrelfish-2018-10-04/include/openssl/
H A Ddtls1.h111 unsigned long map; /* track 32 packets on 32-bit systems member in struct:dtls1_bitmap_st
/barrelfish-2018-10-04/tools/harness/
H A Dstats.py67 data = map(float, words[1:])
H A Dcheckout.py56 s = ', '.join(map(lambda p: node.short(p.node()), parents))
H A Dresults.py74 fh.write('\t'.join(map(str, r)) + '\n')
H A Dbarrelfish.py112 r += "modulenounzip %s %s\n" % (os.path.join(path, module.module), " ".join(map(str, module.args)))
/barrelfish-2018-10-04/lib/libc/yp/
H A Dyplib.c169 ypmatch_cache_insert(struct dom_binding *ypdb, char *map, keydat *key, argument
206 new->ypc_map = strdup(map);
240 ypmatch_cache_lookup(struct dom_binding *ypdb, char *map, keydat *key, argument
248 if (strcmp(map, c->ypc_map))
675 yprk.map = inmap;
680 if (ypmatch_cache_lookup(ysd, yprk.map, &yprk.key, &yprv.val) == TRUE) {
740 ypmatch_cache_insert(ysd, yprk.map, &yprk.key, &yprv.val);
806 yprnk.map = inmap;
885 yprk.map = inmap;
975 yprnk.map
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A DMakefile51 debugdemo.ecl mapcolour.ecl mapdebugdemo.tcl buggy_data.map \
96 ../../doc/examples/tutorial/%.map: %.map ../../doc/examples/tutorial/.stamp
H A Dtkdebug.tex66 The program we will be debugging is a map colouring problem. The
68 `map' of countries with four colours such that no two neighbours have the
69 same colour. Our program colours a map of four countries, but has a bug and
70 can colour two neighbours the same colour. The map is displayed graphically
81 in this case, an incorrect colouring for the map is shown, because
84 This program uses code from the map colouring demo program, and is
85 designed to use the GUI to display a map. Most of this is
103 debugdemo.ecl mapcolour.ecl mapdebugdemo.tcl buggy_data.map
123 return key. The program should run, and display the map to be coloured in a
129 The map displa
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_printint.c648 pcre_uint8 *map; local
671 /* Print a bit map */
675 map = (pcre_uint8 *)ccode;
678 for (i = 0; i < 32; i++) inverted_map[i] = ~map[i];
679 map = inverted_map;
684 if ((map[i/8] & (1 << (i&7))) != 0)
688 if ((map[j/8] & (1 << (j&7))) == 0) break;
H A Dpcre_study.c625 start_bits points to the bit map
1310 /* Character class where all the information is in a bit map: set the
1341 pcre_uint8 *map; local
1343 map = NULL;
1347 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1);
1354 map = (pcre_uint8 *)tcode;
1358 /* In UTF-8 mode, the bits in a bit map correspond to character
1359 values, not to byte values. However, the bit map we are constructing is
1365 if (map != NULL)
1371 for (c = 0; c < 16; c++) start_bits[c] |= map[
[all...]
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dmemobj_one_frame_lazy.c132 err = pmap->f.map(pmap, vregion_base + vregion_off + offset, frame_copy,
H A Dmemobj_pinned.c125 err = pmap->f.map(pmap, base + vregion_off + offset, frame, 0, size, flags,
H A Dmemobj_one_frame_one_map.c163 err = pmap->f.map(pmap, vregion_base + vregion_off, state->frame,
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmegaraid.c688 * MR_ValidateMapInfo: Validate RAID map
691 * This function checks and validates the loaded RAID map. It returns 0 if
697 MR_FW_RAID_MAP_ALL *map = sc->raidmap_mem[(sc->map_id & 1)]; local
698 MR_FW_RAID_MAP *pFwRaidMap = &map->raidMap;
705 DEBUG("map size %x not matching ld count\n", total_map_sz);
706 DEBUG("span map= %x\n", (unsigned int)sizeof(MR_LD_SPAN_MAP));
715 /* mr_update_span_set(map, ldSpanInfo); */
718 /* mrsas_update_load_balance_params(map, sc->load_balance_info); */
724 * Various RAID map access functions. These functions access the various
725 * parts of the RAID map an
728 MR_LdRaidGet(u_int32_t ld, MR_FW_RAID_MAP_ALL *map) argument
733 MR_GetLDTgtId(u_int32_t ld, MR_FW_RAID_MAP_ALL *map) argument
752 MR_FW_RAID_MAP_ALL *map; local
[all...]
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetnetbynis.c52 _getnetbynis(const char *name, char *map, int af, struct netent *ne, argument
74 if (yp_match(ned->yp_domain, map, name, strlen(name), &result,
/barrelfish-2018-10-04/lib/libc/posix1e/
H A DMakefile.inc42 SYM_MAPS+=${LIBC_SRCTOP}/posix1e/Symbol.map
/barrelfish-2018-10-04/include/vm/
H A Dvm_glue.c161 vm_map_t map; local
166 map = &curproc->p_vmspace->vm_map;
167 if ((vm_offset_t)addr + len > vm_map_max(map) ||
171 vm_map_lock_read(map);
172 rv = vm_map_check_protection(map, trunc_page((vm_offset_t)addr),
174 vm_map_unlock_read(map);
294 vm_sync_icache(vm_map_t map, vm_offset_t va, vm_offset_t sz) argument
297 pmap_sync_icache(map->pmap, va, sz);
900 * Lock the map until swapout
903 * the map
[all...]
/barrelfish-2018-10-04/lib/acpica/tests/aslts/
H A DMakefile.def81 rm $$j.map; \
/barrelfish-2018-10-04/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_driver.c110 "keyaction release: key = %x, %c\n", key->map[0], key->map[0]);
149 action = key->map[state];
151 "keyaction release: key = [%x, %x], [%c, %c]\n", key->map[0], key->map[state], key->map[0], key->map[state]);
/barrelfish-2018-10-04/include/sys/
H A Dfile.h120 typedef int fo_mmap_t(struct file *fp, vm_map_t map, vm_offset_t *addr,
401 fo_mmap(struct file *fp, vm_map_t map, vm_offset_t *addr, vm_size_t size, argument
408 return ((*fp->f_ops->fo_mmap)(fp, map, addr, size, prot, cap_maxprot,
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_tx.c164 MLX4_ERR("Failed to map TX buffer\n");
172 ring->buf_size, (unsigned long long ) ring->wqres.buf.direct.map);
192 ring->bf.uar->map = mdev->uar_map;
1014 writel(cpu_to_be32(ring->doorbell_qpn), ring->bf.uar->map + MLX4_SEND_DOORBELL);
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_name.c792 ns_name_map(ns_nname_ct nname, size_t namelen, ns_namemap_t map, int mapsize) { argument
822 l = ns_name_map(nname + n, namelen - n, map, mapsize);
832 /* We're on our way back up-stack, store current map data. */
833 map[l].base = nname;
834 map[l].len = n;
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Ddbi.h65 uword arity; /* number of slots in type map */
69 map_t * map; /* Maps prolog types to Oracle external types */ member in struct:__anon1679
/barrelfish-2018-10-04/lib/libc/stdlib/
H A DMakefile.inc19 SYM_MAPS+= ${LIBC_SRCTOP}/stdlib/Symbol.map

Completed in 149 milliseconds

1234567