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

<<1112

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp20 #include <map>
327 typedef std::map<std::string, PackageCredit*> PackageCreditMap;
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp721 std::map<scale_type, ::Scale*>::iterator iterator = fScales.find(type);
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c2212 * Create TX mbuf DMA map
2222 "%dth tbd, %dth DMA map\n", i, j);
2236 * Create RX mbuf DMA map and a spare DMA map
2242 "can't create spare RX buf DMA map\n");
2251 "RX buf DMA map\n", j);
2503 bus_dmamap_t map; local
2527 * Try to load RX buf into temporary DMA map
2549 * Swap RX buf's DMA map with the loaded temporary one
2551 map
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c112 * The configuration byte map has several undefined fields which
281 bus_dmamap_t map);
364 bus_dma_tag_t dmat, bus_dmamap_t map)
370 bus_dmamap_sync(dmat, map,
769 device_printf(dev, "can't create DMA map for TX\n");
775 device_printf(dev, "can't create spare DMA map\n");
787 device_printf(dev, "can't create DMA map for RX\n");
2028 /* Reuse RFA and loaded DMA map. */
363 fxp_dma_wait(struct fxp_softc *sc, volatile uint16_t *status, bus_dma_tag_t dmat, bus_dmamap_t map) argument
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp10 #include <map>
11 using std::map;
2616 map<TestEntry*, int> superDirs;
H A DMimeTypeTest.cpp5 #include <map>
1651 // We're only interested in directories, as they map to
1652 // supertypes (and since they map thusly, they must also
1731 // We're only interested in directories, as they map to
1732 // supertypes (and since they map thusly, they must also
2560 std::map< std::string, std::set<std::string> > typeAppMap; // Stores mapping of types to apps that support them
2561 std::map< std::string, std::set<std::string> > fakeTypeAppMap; // Used to keep timing info for R5 and Haiku tests orthogonal
2581 // and add the app to the type->app map for each such type
2613 // app in our type->apps map
2656 // add them to the type->app map, bu
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3565 "unable to load rx map, error = %d\n", error);
3901 bus_dmamap_t *map; local
3988 "unable to load tx map, error = %d\n", error);
4052 map = eop->di_map;
4054 ri->ri_nextout->di_map = map;
4526 device_printf(dev, "failed to create map for %s buffer %d\n",
4577 * we can map MCLBYTES so that it will accept a full MCLBYTES cluster,
4578 * but we will only map the first TULIP_RX_BUFLEN bytes. This is not
4588 * Allocate a DMA tag, memory, and map for setup descriptor
4886 device_printf(dev, "couldn't map interrup
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1714 // precondition: a NodeRef w/ matching ID is in the map
1761 // precondition: not already entered in either source or dest map
1920 typedef map<port_id, NodeRef*> port_ref_map;
/haiku/src/kits/tracker/
H A DPoseView.cpp40 #include <map>
3123 // see if we need to map icons into new mode
6154 BObjectList<entry_ref>* noTrashList, std::map<int32, bool>* deviceHasTrash)
6156 std::map<int32, bool> &deviceHasTrashTmp = *deviceHasTrash;
6167 // cache up the result in a map so that we don't have to keep calling
6183 BObjectList<entry_ref>* noTrashList, std::map<int32, bool>* deviceHasTrash)
6215 std::map<int32, bool> deviceHasTrash;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp73 #include <map>
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp481 #include <map>
1008 typedef map<string, StatisticsRecord> StatisticsMap;
4142 m_WordMap.clear (); /* Sets the map to empty, deallocating any old data. */

Completed in 221 milliseconds

<<1112