Searched refs:map (Results 151 - 175 of 286) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp312 ARMVMTranslationMap *map = (ARMVMTranslationMap *)addressSpace->TranslationMap();
318 map->QueryInterrupt(far, &physAddr, &pageFlags);
324 map->SetFlags(far, PAGE_ACCESSED);
333 map->QueryInterrupt(far, &physAddr, &pageFlags);
339 map->SetFlags(far, PAGE_MODIFIED);
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp450 int32 map; local
468 map = XHDrvMap();
469 dprintf("XDrvMap() 0x%08lx\n", map);
546 map = Drvmap();
547 dprintf("Drvmap(): 0x%08lx\n", map);
549 bool present = map & 0x1;
550 map >>= 1;
696 uint32 map = Drvmap(); local
697 if (!(map & (1 << fHandle))) {
877 uint32 map local
[all...]
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp188 fSettings.map.button[i] = B_MOUSE_BUTTON(i + 1);
558 if (get_mouse_map(&fSettings.map) != B_OK)
562 = ioctl(fDevice, MS_SET_MAP, &fSettings.map) == B_OK;
697 newButtons |= fSettings.map.button[i];
700 newButtons |= fSettings.map.left;
702 newButtons |= fSettings.map.right;
704 newButtons |= fSettings.map.middle;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c387 device_printf(dev, "can't map mem space\n");
402 device_printf(dev, "can't map interrupt\n");
919 BUS_DMA_NOWAIT | BUS_DMA_ZERO | BUS_DMA_COHERENT, &dma->map);
923 error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
928 bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
943 bus_dmamap_sync(dma->tag, dma->map,
945 bus_dmamap_unload(dma->tag, dma->map);
946 bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
1024 * Allocate and map RX buffers.
1030 error = bus_dmamap_create(ring->data_dmat, 0, &data->map);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661.c494 device_printf(sc->sc_dev, "could not load desc DMA map\n");
516 &ring->data[i].map);
518 device_printf(sc->sc_dev, "could not create DMA map\n");
541 bus_dmamap_sync(ring->data_dmat, data->map,
543 bus_dmamap_unload(ring->data_dmat, data->map);
583 bus_dmamap_sync(ring->data_dmat, data->map,
585 bus_dmamap_unload(ring->data_dmat, data->map);
592 if (data->map != NULL)
593 bus_dmamap_destroy(ring->data_dmat, data->map);
635 device_printf(sc->sc_dev, "could not load desc DMA map\
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp73 Map(X86VMTranslationMapPAE* map, addr_t virtualAddress, argument
77 fMap(map),
86 out.Print("translation map map: %p: %#" B_PRIxADDR " -> ", fMap,
100 Unmap(X86VMTranslationMapPAE* map, addr_t virtualAddress, argument
104 fMap(map),
113 out.Print("translation map unmap: %p: %#" B_PRIxADDR
127 Protect(X86VMTranslationMapPAE* map, addr_t virtualAddress, argument
131 fMap(map),
141 out.Print("translation map protec
160 ClearFlags(X86VMTranslationMapPAE* map, addr_t virtualAddress, pae_page_table_entry oldEntry, pae_page_table_entry flagsCleared) argument
194 ClearFlagsUnmap(X86VMTranslationMapPAE* map, addr_t virtualAddress, pae_page_table_entry entry) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c510 * Allocate and map tx ring.
531 device_printf(sc->sc_dev, "could not map tx ring DMA memory\n");
536 * Allocate and map rx ring.
557 device_printf(sc->sc_dev, "could not map rx ring DMA memory\n");
562 * Allocate and map status ring.
586 "could not map status ring DMA memory\n");
591 * Allocate command DMA map.
604 "could not create command DMA map\n");
622 error = bus_dmamap_create(sc->hdr_dmat, 0, &shdr->map);
625 "could not create header DMA map\
[all...]
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp17 #include <map>
30 using std::map;
34 typedef map<int, BPrivate::Descriptor*> DescriptorMap;
/haiku/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp15 #include <map>
33 typedef std::map<partition_id, partition_entry*> PartitionMap;
34 typedef std::map<partition_id, disk_device_data*> DiskDeviceMap;
/haiku/src/bin/
H A Ddiff_zip.cpp15 #include <map>
20 using std::map;
270 typedef map<string, Node*> EntryMap;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h90 bus_dmamap_t map; member in struct:iwn_dma_info
98 bus_dmamap_t map; member in struct:iwn_tx_data
127 bus_dmamap_t map; member in struct:iwn_rx_data
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h233 bus_dmamap_t map; member in struct:iwm_dma_info
258 bus_dmamap_t map; member in struct:iwm_tx_data
291 bus_dmamap_t map; member in struct:iwm_rx_data
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp14 #include <map>
19 using std::map;
34 map<uint32, BBitmap *> stash;
60 for (map<uint32, BBitmap *>::iterator i = stash.begin();
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h61 bool char_map(FT_Encoding map);
/haiku/src/tests/system/kernel/util/
H A DVectorMapTest.cpp5 #include <map>
/haiku/src/add-ons/translators/ppm/
H A Dcolorspace.cpp162 const color_map* map = system_colors(); local
164 rgb_color c = map->color_list[in_data[0]];
330 const color_map* map = system_colors(); local
337 out_buf[0] = map->index_map[val];
/haiku/src/tools/cppunit/
H A DTestShell.cpp2 #include <map>
70 const TestMap &map = suite->getTests(); local
71 for (TestMap::const_iterator i = map.begin();
72 i != map.end();
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp169 color_map* map = (color_map*)system_colors(); local
171 fPalette->SetColor(x, map->color_list[x].red,
172 map->color_list[x].green, map->color_list[x].blue);
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c557 uint32_t map[MSINUM_NUM_INTR_SOURCE / JME_MSI_MESSAGES]; local
559 bzero(map, sizeof(map));
562 map[MSINUM_REG_INDEX(N_INTR_TXQ0_COMP)] =
564 map[MSINUM_REG_INDEX(N_INTR_TXQ1_COMP)] |=
566 map[MSINUM_REG_INDEX(N_INTR_TXQ2_COMP)] |=
568 map[MSINUM_REG_INDEX(N_INTR_TXQ3_COMP)] |=
570 map[MSINUM_REG_INDEX(N_INTR_TXQ4_COMP)] |=
572 map[MSINUM_REG_INDEX(N_INTR_TXQ5_COMP)] |=
574 map[MSINUM_REG_INDE
3181 bus_dmamap_t map; local
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h113 void FillMapEntry(int num, ExtentMapEntry* map);
H A DNode.h103 void FillMapEntry(int num, ExtentMapEntry* map);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp320 RISCV64VMTranslationMap* map
325 map->QueryInterrupt(addr, &physAdr, &pageFlags);
336 map->SetFlags(addr, PAGE_ACCESSED | PAGE_MODIFIED);
344 map->SetFlags(addr, PAGE_ACCESSED);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp585 get_mouse_map(mouse_map *map) argument
598 memcpy(map, data, count);
605 set_mouse_map(mouse_map *map) argument
610 status_t err = command.AddData("mousemap", B_RAW_TYPE, map,
860 get_key_map(key_map **map, char **key_buffer) argument
862 _get_key_map(map, key_buffer, NULL);
867 _get_key_map(key_map **map, char **key_buffer, ssize_t *key_buffer_size) argument
879 *map = 0; *key_buffer = 0;
885 *map = 0; *key_buffer = 0;
889 *map
[all...]
/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h10 #include <map>
40 typedef std::map<std::string, BThreadManager<TestClass, ExpectedException> *> ThreadManagerMap;
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h87 #include <map>
555 typedef std::map<media_node_id, NodeRef*> node_ref_map;

Completed in 205 milliseconds

1234567891011>>