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

1234567891011>>

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp49 #define INTEL_PARTITION_MODULE_NAME "partitioning_systems/intel/map/v1"
116 PartitionMapCookie* map = new(nothrow) PartitionMapCookie; local
117 if (!map)
122 status_t error = parser.Parse(NULL, map);
125 delete map;
129 *cookie = map;
134 bool hasChildren = (map->CountNonEmptyPartitions() > 0);
175 PartitionMapCookie* map = (PartitionMapCookie*)cookie; local
183 partition->content_cookie = map;
188 PrimaryPartition* primary = map
240 PartitionMapCookie* map = (PartitionMapCookie*)cookie; local
[all...]
H A DPartitionMapParser.h35 status_t Parse(const uint8* block, PartitionMap* map);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp659 key_map* map; local
661 get_key_map(&map, &keys);
680 int32 key = _LookupKeyCode(map, keys, map->normal_map, next,
683 key = _LookupKeyCode(map, keys, map->shift_map, next, states,
688 key = _LookupKeyCode(map, keys, map->caps_map, next, states,
693 key = _LookupKeyCode(map, keys, map
801 _LookupKeyCode(key_map* map, char* keys, int32 offsets[128], char c, uint8* setStates, int32& setModifier, int32 setTo) const argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DDMA.c51 physical_entry map[16]; local
77 get_memory_map( target, 1, map, 16 );
79 map[0].size = size;
81 get_memory_map( target, size, map, 16 );
85 phys_addr_t address = map[i].address;
86 size_t contig_size = map[i].size;
H A DPCI_GART.c73 physical_entry map[1]; local
96 get_memory_map( unaligned_addr, B_PAGE_SIZE, map, 1 );
99 (void **)((map[0].address + size - 1) & ~(size - 1));
109 SHOW_ERROR0( 3, "cannot map buffer with WC" );
117 SHOW_ERROR0( 1, "cannot map GART buffer" );
135 physical_entry *map; local
178 // temporary area where we fill in the memory map (deleted below)
179 map_area = create_area("pci_gart_map_area", (void **)&map, B_ANY_ADDRESS,
185 get_memory_map( gart->buffer.ptr, gart->buffer.size, map, map_count );
192 phys_addr_t addr = map[
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dss.h106 u_char map; member in struct:pccard_io_map
113 u_char map; member in struct:pccard_mem_map
121 u_char map; member in struct:cb_bridge_map
/haiku/src/apps/showimage/
H A DImageCache.h10 #include <map>
78 typedef std::map<ImageSelector, CacheEntry*> CacheMap;
79 typedef std::map<ImageSelector, QueueEntry*> QueueMap;
/haiku/src/apps/mail/
H A DPeople.h9 #include <map>
61 typedef std::map<node_ref, Person*> PersonMap;
85 typedef std::map<BString, int> StringCountMap;
H A DQueryList.h9 #include <map>
32 typedef std::map<node_ref, entry_ref> RefMap;
/haiku/src/apps/devices/
H A DDevice.h12 #include <map>
41 typedef std::map<BString, BString>::const_iterator AttributeMapIterator;
42 typedef std::map<BString, BString> AttributeMap;
/haiku/src/kits/package/
H A DPackageInfoSet.cpp101 PackageMap* map = new(std::nothrow) PackageMap; local
102 if (map == NULL || map->Init() != B_OK) {
103 delete map;
107 return map;
176 BPackageInfoSet::Iterator::Iterator(const PackageMap* map) argument
178 fMap(map),
179 fNextInfo(map != NULL ? map->GetIterator().Next() : NULL)
255 // If our map i
[all...]
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp7 using std::map;
27 for (map<thread_id, ThreadSubTestInfo*>::iterator i = fNumberMap.begin();
44 map<thread_id, ThreadSubTestInfo*>::iterator i = fNumberMap.find(id);
100 BAutolock lock(fUpdateLock); // Lock the number map
101 map<thread_id, ThreadSubTestInfo*>::iterator i = fNumberMap.find(id);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp216 // ToDo: Pop up a list of alternative characters to map
233 const key_map& map = fKeymap->Map(); local
240 map.left_shift_key, key->code);
242 if (key->code == map.left_shift_key)
247 map.left_control_key, key->code);
249 if (key->code == map.left_control_key)
254 map.left_option_key, key->code);
256 if (key->code == map.left_option_key)
261 map.left_command_key, key->code);
263 if (key->code == map
873 _SpecialKeyLabel(const key_map& map, uint32 code, bool abbreviated) argument
996 const key_map& map = fKeymap->Map(); local
1021 const key_map& map = fKeymap->Map(); local
[all...]
/haiku/headers/private/media/
H A DDormantNodeManager.h9 #include <map>
67 typedef std::map<media_addon_id, loaded_add_on_info> AddOnMap;
/haiku/headers/private/package/manager/
H A DRepositoryBuilder.h12 #include <map>
27 typedef std::map<BSolverPackage*, BString> BPackagePathMap;
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.h17 #include <map>
64 std::map<BString, int32>
/haiku/src/servers/package/
H A DProblemWindow.h9 #include <map>
53 typedef std::map<BRadioButton*, Solution> SolutionMap;
/haiku/src/kits/debugger/files/
H A DFileManager.h9 #include <map>
69 typedef std::map<BString, BString> LocatedFileMap;
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp50 map the effective address space of kernel and *all* teams
54 registers (8 - 15) map the kernel addresses, so they remain unchanged.
68 address space. We probably need to map those into each team's address
173 ppc_translation_map_change_asid(VMTranslationMap *map) argument
175 static_cast<PPCVMTranslationMap*>(map)->ChangeASID();
295 // XXX currently assumes this translation map is active
318 PPCVMTranslationMap* map = static_cast<PPCVMTranslationMap*>( local
325 // map the pages
328 status_t error = map->Map(virtualAddress, physicalAddress,
346 PPCVMTranslationMap* map local
357 PPCVMTranslationMap* map = static_cast<PPCVMTranslationMap*>( local
[all...]
/haiku/src/build/libroot/
H A Derrors.cpp10 #include <map>
14 static map<int, int> sToHaikuErrorMap;
15 static map<int, int> sToHostErrorMap;
162 map<int, int>::iterator it = sToHostErrorMap.find(error);
172 map<int, int>::iterator it = sToHaikuErrorMap.find(error);
/haiku/headers/os/drivers/
H A Dfs_cache.h22 /* file map modes */
96 /* file map */
98 extern void file_map_delete(void *map);
99 extern void file_map_set_size(void *map, off_t size);
100 extern void file_map_invalidate(void *map, off_t offset, off_t size);
101 extern status_t file_map_set_mode(void *map, uint32 mode);
102 extern status_t file_map_translate(void *map, off_t offset, size_t size,
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp123 dprintf("cannot map physical memory range "
166 int status = of_call_method(sMmuInstance, "map", 5, 0, (uint64)mode, size,
192 // The openboot own "map?" word does not do this, so it must not
231 struct translation_map *map = &translations[i]; local
233 TRACE("%i: map: %p, length %ld -> phy %p mode %d: ", i,
234 map->virtual_address, map->length,
235 map->PhysicalAddress(), map->Mode());
239 if (is_physical_memory(map
[all...]
/haiku/src/servers/registrar/
H A DRecentEntries.cpp18 #include <map>
283 std::map<entry_ref, std::list<recent_entry*> > map; local
292 map[entry->ref].push_back(entry);
303 for (std::map<entry_ref, std::list<recent_entry*> >::iterator mapItem = map.begin();
304 mapItem != map.end(); mapItem++) {
/haiku/src/apps/diskusage/
H A DPieView.h16 #include <map>
31 using std::map;
80 typedef map<int, SegmentList> MouseOverInfo;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.cpp348 ExtentMapEntry map; local
350 map = fExtents[fCurMapIndex];
352 map = *targetMap;
354 if (map.br_state != 0)
365 map.br_startblock + howManyBlocksFurther);
379 howManyBlocksFurther, &map, XFS_BTREE)) {
399 howManyBlocksFurther, &map, XFS_BTREE)) {
414 howManyBlocksFurther, &map, XFS_BTREE)) {
444 ExtentMapEntry map; local
446 map
486 ExtentMapEntry& map = fExtents[fCurMapIndex]; local
612 SearchForMapInDirectoryBlock(uint64 blockNo, int entries, ExtentMapEntry** map, int type, int pathIndex) argument
[all...]

Completed in 183 milliseconds

1234567891011>>