Searched refs:map (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php261 foreach ($keymaps as $key => $map) {
262 if (in_array($map, $bads))
/haiku/src/kits/interface/
H A DChannelControl.cpp10 #include <map>
18 typedef std::map<int32, limit_label> label_map;
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp501 std::map<int32, send_mails_info> messages;
553 std::map<int32, send_mails_info>::iterator iterator = messages.begin();
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h169 #define FFS_BLK_FREE 3 /* free range of blocks in map */
170 #define FFS_DIR_FREE 4 /* free specified dir inodes in map */
171 #define FFS_FILE_FREE 5 /* free specified file inodes in map */
490 /* inode map */ howmany((fs)->fs_ipg, NBBY) + \
491 /* block map */ howmany((fs)->fs_fpg, NBBY) +\
494 /* cluster map */ howmany(fragstoblks(fs, (fs)->fs_fpg), NBBY)))
525 u_int32_t cg_iusedoff; /* (u_int8) used inode map */
526 u_int32_t cg_freeoff; /* (u_int8) free block map */
529 u_int32_t cg_clusteroff; /* (u_int8) free cluster map */
597 * Extract the bits for a block from a map
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h388 area_id *cloned_area, void ** map);
H A DRadeon.cpp159 PRINT(("CRadeon::CRadeon() - Can't map memory apertures\n"));
590 area_id *cloned_area, void ** map)
592 int res = clone_area( name, map, B_ANY_ADDRESS,
589 CloneArea(const char * name, area_id src_area, area_id *cloned_area, void ** map) argument
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.h125 int32 _LookupKeyCode(key_map* map, char* keys,
/haiku/src/servers/input/
H A DInputServer.h246 typedef std::map<BString, MouseSettings*> mouse_settings_object;
H A DInputServer.cpp864 std::map<BString, MouseSettings*>::iterator itr
912 mouse_map *map;
914 if (message->FindData("mousemap", B_RAW_TYPE, (const void**)&map, &size) == B_OK) {
915 settings->SetMapping(*map);
/haiku/src/kits/storage/mime/
H A DAssociatedTypes.cpp257 for (std::map<std::string, std::set<std::string> >::const_iterator i = fAssociatedTypes.begin();
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp408 BBitmap* map local
410 printf("map rb = %" B_PRId32 "\n", map->BytesPerRow());
411 delete map;
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp13 #include <map>
161 std::map<Host, int32> fConnectionCount;
168 std::map<int, BHttpSession::Request> connectionMap;
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c1287 bus_dmamap_t map; local
1318 map = sc->bge_cdata.bge_rx_std_dmamap[i];
1320 sc->bge_cdata.bge_rx_std_sparemap = map;
1344 bus_dmamap_t map; local
1374 map = sc->bge_cdata.bge_rx_jumbo_dmamap[i];
1377 sc->bge_cdata.bge_rx_jumbo_sparemap = map;
2243 /* Should be 17, use 16 until we get an SRAM map. */
2875 bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map,
2895 BUS_DMA_NOWAIT | BUS_DMA_ZERO | BUS_DMA_COHERENT, map);
2903 error = bus_dmamap_load(*tag, *map, *rin
2874 bge_dma_ring_alloc(struct bge_softc *sc, bus_size_t alignment, bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr, const char *msg) argument
5182 bus_dmamap_t map; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c980 /* Allocate DMA'able memory and load the DMA map. */
1499 bus_dmamap_t map; local
1599 map = txd->tx_dmamap;
1601 error = bus_dmamap_load_mbuf_sg(sc->age_cdata.age_tx_tag, map,
1611 error = bus_dmamap_load_mbuf_sg(sc->age_cdata.age_tx_tag, map,
1628 bus_dmamap_unload(sc->age_cdata.age_tx_tag, map);
1712 map = txd_last->tx_dmamap;
1714 txd->tx_dmamap = map;
1718 bus_dmamap_sync(sc->age_cdata.age_tx_tag, map, BUS_DMASYNC_PREWRITE);
3088 bus_dmamap_t map; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c903 bus_dmamap_t map; local
940 map = rxd->rx_dmamap;
942 sc_if->msk_cdata.msk_rx_sparemap = map;
961 bus_dmamap_t map; local
998 map = rxd->rx_dmamap;
1000 sc_if->msk_cdata.msk_jumbo_rx_sparemap = map;
2181 /* Allocate DMA'able memory and load the DMA map for status ring. */
2330 /* Allocate DMA'able memory and load the DMA map for Tx ring. */
2351 /* Allocate DMA'able memory and load the DMA map for Rx ring. */
2466 /* Allocate DMA'able memory and load the DMA map fo
2638 bus_dmamap_t map; local
[all...]
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h5 #include <map>
9 using std::map;
609 typedef map<Key, Value, BoolCompare> ReferenceMap;
759 // find the keys in the map
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c577 /* WARNING: Nvidia needs to map regs as viewed from PCI space! */
605 //fixme?: if (!tmpUlong) try to map the ROM ourselves. Confirmed a PCIe system not
629 /* force using ISA legacy map as fall-back */
633 /* mapping failed: force using ISA legacy map as fall-back */
639 /* ROM was not assigned an adress, fetch it from ISA legacy memory map! */
683 /* map the framebuffer into vmem, using Write Combining*/
685 /* WARNING: Nvidia needs to map framebuffer as viewed from PCI space! */
695 /* WARNING: Nvidia needs to map framebuffer as viewed from PCI space! */
893 physical_entry map[1]; local
956 get_memory_map(unaligned_dma_buffer, B_PAGE_SIZE, map,
[all...]
/haiku/headers/libs/print/libprint/
H A DJobData.h13 #include <map>
/haiku/src/servers/registrar/
H A DTRoster.cpp1676 /*! \brief Adds an IsAppRegistered() request to the given map.
1680 \param map The map the request shall be added to.
1685 TRoster::_AddIARRequest(IARRequestMap& map, int32 key, BMessage* request) argument
1687 IARRequestMap::iterator it = map.find(key);
1689 if (it == map.end()) {
1696 map[key] = requests;
/haiku/headers/posix/arpa/
H A Dnameser.h579 int ns_name_map(ns_nname_ct nname, size_t nameLength, ns_namemap_t map,
/haiku/src/kits/locale/
H A DFormattingConventions.cpp29 #include <map>
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c1027 * Allocate map for TX mbufs.
1039 * Allocate map for RX mbufs.
1062 * Allocate map for TX descriptor list.
1084 /* Load the map for the TX ring. */
1102 device_printf(dev, "could not create DMA map for TX\n");
1108 * Allocate map for RX descriptor list.
1130 /* Load the map for the RX ring. */
1149 "could not create spare DMA map for jumbo RX\n");
1157 "could not create DMA map for jumbo RX\n");
1165 device_printf(dev, "could not create spare DMA map fo
1948 bus_dmamap_t map; local
2012 bus_dmamap_t map; local
2734 bus_dmamap_t map; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c2098 /* Allocate DMA'able memory and load the DMA map for Tx ring. */
2119 /* Allocate DMA'able memory and load the DMA map for Rx ring. */
2140 /* Allocate DMA'able memory and load the DMA map for Rx return ring. */
2161 /* Allocate DMA'able memory and load the DMA map for CMB. */
2182 /* Allocate DMA'able memory and load the DMA map for SMB. */
2713 bus_dmamap_t map; local
2811 map = txd->tx_dmamap;
2813 error = bus_dmamap_load_mbuf_sg(sc->alc_cdata.alc_tx_tag, map,
2823 error = bus_dmamap_load_mbuf_sg(sc->alc_cdata.alc_tx_tag, map,
2840 bus_dmamap_unload(sc->alc_cdata.alc_tx_tag, map);
3508 bus_dmamap_t map; local
[all...]
/haiku/src/bin/rc/
H A Dparser.y27 #include <map>
50 typedef std::map<const char*, int32, ident_compare_t> sym_tab_t;
53 typedef std::map<const char*, type_t, ident_compare_t> type_tab_t;
56 typedef std::map<const char*, define_t, ident_compare_t> define_tab_t;
/haiku/src/bin/keymap/
H A DKeymap.cpp164 dump_map(FILE* file, const char* name, int32* map) argument
171 fprintf(file, "0x%04" B_PRIx32 ",%s", map[i * 8 + j],
717 //! We make our input server use the map in /boot/home/config/settings/Keymap

Completed in 493 milliseconds

1234567891011>>