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

1234567891011>>

/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp299 M68KVMTranslationMap040* map = static_cast<M68KVMTranslationMap040*>( local
303 map->QueryInterrupt((addr_t)data, &physicalTable, &dummyFlags);
312 = &map->PagingStructures040()->pgdir_virt[index];
439 // insert the indirect descriptor in the tree so we can map the page we want from it.
451 M68KVMTranslationMap040* map; local
453 map = new(std::nothrow) M68KVMTranslationMap040;
454 if (map == NULL)
457 status_t error = map->Init(kernel);
459 delete map;
463 *_map = map;
[all...]
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp61 file_map map; member in struct:file_cache_ref
115 // TODO: once we can invalidate only parts of the file map,
329 for (uint32 index = 0; index < ref->map.count; index++) {
330 file_extent *extent = ref->map[index];
351 if (ref->map.count == 0) {
352 // we don't yet have the map of this file, so let's grab it
357 // the file map could have been requested in the mean time
358 if (ref->map.count == 0) {
369 status_t addStatus = ref->map.Add(vecs, vecCount, mapOffset);
378 // when we are here, the map ha
[all...]
/haiku/src/bin/
H A Dsetmime.cpp9 #include <map>
173 // the 'hash -> value' map of arguments provided by user
234 const char* UserArgValue(TUserArgs& map, const char* name);
467 MimeAttribute::UserArgValue(TUserArgs& map, const char* name) argument
469 TUserArgsI i = map.find(hash_function(name));
470 if (i == map.end())
515 map<uint32, BString> fExtensions;
516 map<uint32, MimeAttribute> fAttributes;
573 // fill the helper map of options - for quick lookup of arguments
574 map<uint3
[all...]
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp189 key_map *map; local
190 get_key_map(&map, &buf);
192 if (map != NULL) {
193 sSwapped = (map->left_control_key == 0x5d)
194 && (map->left_command_key == 0x5c);
198 free(map);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560.c484 device_printf(sc->sc_dev, "could not load desc DMA map\n");
507 &ring->data[i].map);
509 device_printf(sc->sc_dev, "could not create DMA map\n");
532 bus_dmamap_sync(ring->data_dmat, data->map,
534 bus_dmamap_unload(ring->data_dmat, data->map);
575 bus_dmamap_sync(ring->data_dmat, data->map,
577 bus_dmamap_unload(ring->data_dmat, data->map);
584 if (data->map != NULL)
585 bus_dmamap_destroy(ring->data_dmat, data->map);
628 device_printf(sc->sc_dev, "could not load desc DMA map\
[all...]
H A Drt2860var.h69 bus_dmamap_t map; member in struct:rt2860_tx_data
88 bus_dmamap_t map; member in struct:rt2860_rx_data
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp14 #include <map>
32 using std::map;
504 map<uid_t, User*>::const_iterator it = fUsersByID.find(uid);
510 map<string, User*>::const_iterator it = fUsersByName.find(name);
524 for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
544 for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
580 for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
589 map<uid_t, User*> fUsersByID;
590 map<string, User*> fUsersByName;
623 for (map<gid_
[all...]
H A DMessagingService.cpp6 #include <map>
19 using std::map;
201 : map<uint32, MessagingCommandHandler*> {
280 // create the command handler map
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_attach.c153 device_printf(sc->sc_dev, "could not load rx desc DMA map\n");
171 error = bus_dmamap_create(rx_ring->data_dmat, 0, &rx_data->map);
174 "could not create rx buf DMA map\n");
187 error = bus_dmamap_load(rx_ring->data_dmat, rx_data->map,
192 "could not load rx buf DMA map");
252 rx_data->map, BUS_DMASYNC_POSTREAD);
253 bus_dmamap_unload(rx_ring->data_dmat, rx_data->map);
257 bus_dmamap_destroy(rx_ring->data_dmat, rx_data->map);
258 rx_data->map = NULL;
286 device_printf(sc->sc_dev, "can't map t
[all...]
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp13 #include <map>
114 // create a map for all provides (name -> resolvable list)
115 typedef std::map<BString, ProvidesList> ProvidesMap;
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h13 #include <map>
38 typedef std::map<Window*, SATWindow*> SATWindowMap;
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h12 #include <map>
121 std::map<entry_ref, image_id> fFilterImages;
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp15 #include <map>
98 std::map<BSolverRepository*, BRepositoryInfo> repositoryInfos;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h75 bus_dmamap_t map; member in struct:iwi_tx_data
96 bus_dmamap_t map; member in struct:iwi_rx_data
/haiku/src/apps/activitymonitor/
H A DActivityView.h9 #include <map>
147 std::map<scale_type, ::Scale*> fScales;
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h111 Iterator(const BNetworkCookieJar* map);
141 UrlIterator(const BNetworkCookieJar* map,
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp745 // Output to 8-bit Color Mapped TIFF 32 bits per color map entry
751 const color_map *map = system_colors(); local
752 if (map) {
758 red[i] = map->color_list[i].red * 256 + map->color_list[i].red;
759 green[i] = map->color_list[i].green * 256 + map->color_list[i].green;
760 blue[i] = map->color_list[i].blue * 256 + map->color_list[i].blue;
/haiku/src/servers/app/
H A DServerApp.h120 typedef std::map<int32, BReference<ServerBitmap> > BitmapMap;
121 typedef std::map<int32, BReference<ServerPicture> > PictureMap;
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.h12 #include <map>
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.cpp29 // Do the merging of all buffers in the groupedBuffers map
36 std::map<int32, BBuffer*>::iterator each;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.h77 typedef std::map<IMAPFolder*, IMAPMailbox*> MailboxMap;
/haiku/src/preferences/input/
H A DMouseView.cpp267 mouse_map map; local
268 fSettings.Mapping(map);
286 bool pressed = (fButtons & map.button[_ConvertFromVisualOrder(i)]) != 0;
303 int32 number = getMappingNumber(map.button[_ConvertFromVisualOrder(i)]);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h55 bus_dmamap_t map; member in struct:wpi_dma_info
62 bus_dmamap_t map; member in struct:wpi_tx_data
85 bus_dmamap_t map; member in struct:wpi_rx_data
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp103 PartitionMapWriter::WriteMBR(const PartitionMap* map, bool writeBootCode) argument
105 if (map == NULL)
125 const PrimaryPartition* partition = map->PrimaryPartitionAt(i);
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp74 PartitionMapParser::Parse(const uint8* block, PartitionMap* map) argument
76 if (map == NULL)
82 fMap = map;

Completed in 305 milliseconds

1234567891011>>